diff options
author | Luis Ressel <aranea@aixah.de> | 2019-09-20 01:28:03 +0200 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-09-28 13:27:50 -0500 |
commit | 48545ebadf2369ca84622698234df68b8b36dba6 (patch) | |
tree | b237d6222e5beb8049ffd77850037281edbde353 /user/netqmail | |
parent | a53244f05ed3c6d7e39d40cd04d084333ae39aa1 (diff) | |
download | packages-48545ebadf2369ca84622698234df68b8b36dba6.tar.gz packages-48545ebadf2369ca84622698234df68b8b36dba6.tar.bz2 packages-48545ebadf2369ca84622698234df68b8b36dba6.tar.xz packages-48545ebadf2369ca84622698234df68b8b36dba6.zip |
Prefer ssmtp over netqmail and postfix for cmd:sendmail
This is required to automatically build fcron.
Diffstat (limited to 'user/netqmail')
-rw-r--r-- | user/netqmail/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/netqmail/APKBUILD b/user/netqmail/APKBUILD index 8329792ad..698c0c4d9 100644 --- a/user/netqmail/APKBUILD +++ b/user/netqmail/APKBUILD @@ -13,6 +13,7 @@ depends="execline s6 s6-networking" makedepends="utmps-dev" subpackages="$pkgname-doc $pkgname-openrc" install="$pkgname.post-install $pkgname.pre-deinstall" +provider_priority=1 source="http://www.qmail.org/$pkgname-$pkgver.tar.gz 0001-DESTDIR.patch 0002-qbiffutmpx-20170820.patch |