opensmtpd-extras
The source is a tarball from the official opensmtpd.org domain, which is the project's own release infrastructure; despite not being on a standard forge, it is a legitimate and expected source for this software, and the checksums are provided and valid.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the official opensmtpd.org domain, which is the project's own release infrastructure; despite not being on a standard forge, it is a legitimate and expected source for this software, and the checksums are provided and valid.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:19
source=(https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz automake17.patch configure.patch)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jean Lucas <jean@4ray.co>
# Contributor: Wilhelm Schuster <wilhelm [aT] wilhelm [.] re>
pkgname=opensmtpd-extras
pkgver=6.7.1
pkgrel=1
pkgdesc='Additional queues, schedulers, and tables for OpenSMTPD'
arch=(i686 x86_64)
url=https://github.com/OpenSMTPD/OpenSMTPD-extras
license=(ISC BSD BSD3 'custom:Public Domain' custom:ISC-like)
makedepends=(libevent python2 postgresql-libs mariadb-libs hiredis)
optdepends=(
'libevent: for table-python support'
'python2: for table-python support'
'postgresql-libs: for table-postgres support'
'mariadb-libs: for table-mysql support'
'hiredis: for table-redis support'
)
source=(https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz automake17.patch configure.patch)
sha512sums=('0969c53a5d13816862f13b3572c0d84d34e2d36d85f83a528d70ee3f4ad5e6b2cdda256529e95a43a177e64368e4e93540d5bb2f81039808d79049234b249d91' '016840893da78c88fb044e16f62fad3185e6e0dcb3a4783038d2491fb7369e341872fc5e2f38fa497d627c242b2491f8f04ac4b51e9dcfb318d52a2c61763854' '76c24516771a649a44cd3113fc4a884b9c6196582435d10f3f6f2efe0e6c168cfdc222e7bb37bd02e7c879db10b7dfaea174053f4ac863e74ff77920b7938038')
prepare() {
cd $pkgname-$pkgver
# Fix config folder location
sed 's#/mail#/smtpd#' -i extras/tables/table-sqlite/sqlite.conf
# Allow automake 1.17
patch -p1 -i "${srcdir}/automake17.patch"
# Fix this bad compiler check
patch -p1 -i "${srcdir}/configure.patch"
}
build() {
cd $pkgname-$pkgver
./bootstrap
# Python add-ons use Python 2
sed 's#python_type="python#&2#' -i configure
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/lib/smtpd \
--sysconfdir=/etc/smtpd \
--with-queue-null \
--with-queue-python \
--with-queue-ram \
--with-queue-stub \
--with-scheduler-python \
--with-scheduler-ram \
--with-scheduler-stub \
--with-table-ldap \
--with-table-mysql \
--with-table-passwd \
--with-table-postgres \
--with-table-python \
--with-table-redis \
--with-table-socketmap \
--with-table-sqlite \
--with-table-stub
make
}
check() {
cd $pkgname-$pkgver
make -k check
}
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |