diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-03-13 23:18:06 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-03-13 23:18:06 +0800 |
commit | 9b287d7f3bd27468e70c62a7ff5588448919401f (patch) | |
tree | 05a50f043589f1d1985c5218e46c76319d8cc2d2 /mail | |
parent | c75ebba576448d2b14807bb61b4f33f8cee11d24 (diff) | |
download | freebsd-ports-gnome-9b287d7f3bd27468e70c62a7ff5588448919401f.tar.gz freebsd-ports-gnome-9b287d7f3bd27468e70c62a7ff5588448919401f.tar.zst freebsd-ports-gnome-9b287d7f3bd27468e70c62a7ff5588448919401f.zip |
Don't add user mailnull to the list of never_users, which exim-4 uses
for more checks than exim-3 did.
Bump PORTREVISION accordingly.
Reported by: Suresh Ramasubramanian <mallet@efn.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/exim-devel/files/patch-src::configure.default | 12 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 4a6337f93fcf..bc2bab5eb217 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ http://www.exim.org/ftp/exim4/ \ diff --git a/mail/exim-devel/files/patch-src::configure.default b/mail/exim-devel/files/patch-src::configure.default index b913b1c91cd3..6335dff2451a 100644 --- a/mail/exim-devel/files/patch-src::configure.default +++ b/mail/exim-devel/files/patch-src::configure.default @@ -1,17 +1,15 @@ --- src/configure.default.orig Fri Nov 23 17:31:16 2001 +++ src/configure.default Tue Dec 18 23:34:07 2001 -@@ -138,7 +138,9 @@ +@@ -147,6 +147,8 @@ # were a normal user. This isn't usually a problem, as most sites have an alias # for root that redirects such mail to a human administrator. --never_users = root +exim_user = mailnull +exim_group = mail -+never_users = root : mailnull + never_users = root - # The setting below causes Exim to do a reverse DNS lookup on all incoming -@@ -343,7 +345,8 @@ +@@ -365,7 +367,8 @@ allow_fail allow_defer data = ${lookup{$local_part}lsearch{/etc/aliases}} @@ -21,7 +19,7 @@ file_transport = address_file pipe_transport = address_pipe -@@ -377,6 +380,7 @@ +@@ -399,6 +402,7 @@ file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply @@ -29,7 +27,7 @@ # This router matches local user mailboxes. -@@ -420,8 +424,8 @@ +@@ -442,8 +446,8 @@ delivery_date_add envelope_to_add return_path_add |