diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2014-11-27 17:26:58 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-01 10:07:36 +0000 |
commit | c9916ca45261a9bed371b2605be1528dd11a3651 (patch) | |
tree | c0b9c64472fd95ce4abb96fc328322085c58bbef /testing/exim/exim.Makefile | |
parent | b50b64fd8379e70fd63b0573f52b4a4a1a27c72e (diff) | |
download | aports-c9916ca45261a9bed371b2605be1528dd11a3651.tar.bz2 aports-c9916ca45261a9bed371b2605be1528dd11a3651.tar.xz |
testing/exim: upgrade to 4.84, add SPF support, made some tidying to work out of box
Diffstat (limited to 'testing/exim/exim.Makefile')
-rw-r--r-- | testing/exim/exim.Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/exim/exim.Makefile b/testing/exim/exim.Makefile index a7ec877f9a..533b21478b 100644 --- a/testing/exim/exim.Makefile +++ b/testing/exim/exim.Makefile @@ -133,7 +133,7 @@ CONFIGURE_FILE=/etc/mail/exim.conf # deliveries. (Local deliveries run as various non-root users, typically as the # owner of a local mailbox.) Specifying these values as root is not supported. -EXIM_USER=ref:exim +EXIM_USER=ref:mail # If you specify EXIM_USER as a name, this is looked up at build time, and the # uid number is built into the binary. However, you can specify that this @@ -404,9 +404,9 @@ WITH_OLD_DEMIME=yes # installed on your system (www.libspf2.org). Depending on where it is installed # you may have to edit the CFLAGS and LDFLAGS lines. -# EXPERIMENTAL_SPF=yes -# CFLAGS += -I/usr/local/include -# LDFLAGS += -lspf2 +EXPERIMENTAL_SPF=yes +CFLAGS += -I/usr/local/include +LDFLAGS += -lspf2 # Uncomment the following lines to add SRS (Sender rewriting scheme) support. # You need to have libsrs_alt installed on your system (srs.mirtol.com). |