diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-06-18 20:19:23 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-06-18 20:19:23 +0800 |
commit | b4e4772b5379b3958c18463dbab0e2e8778bc332 (patch) | |
tree | cdf5077219840db72ed295bb0ac45bad065b2554 /mail | |
parent | d023002ac315e9c5f58f4becd9b7ec34613a320b (diff) | |
download | freebsd-ports-graphics-b4e4772b5379b3958c18463dbab0e2e8778bc332.tar.gz freebsd-ports-graphics-b4e4772b5379b3958c18463dbab0e2e8778bc332.tar.zst freebsd-ports-graphics-b4e4772b5379b3958c18463dbab0e2e8778bc332.zip |
Update to exim-4.05:
* Several eximon fixes.
* Several TLS fixes.
* Several exim crash fixes.
* Spool file handling fixes.
* Memory management fixes.
* Delivery process looping fix.
* Fix for Darwin's case insensitive filesystem.
* Many other fixes that might not affect some people, but would seriously
annoy others.
This port for exim is now approaching production-worthiness. I expect
it to replace mail/exim some time in the next couple of months, with
mail/exim being moved to mail/exim-old (if not deleted).
Also, sync POST-INSTALL-NOTES with rev 1.7 of mail/exim's version.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/exim-devel/files/POST-INSTALL-NOTES | 16 |
3 files changed, 11 insertions, 9 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 27ed68a1b7f..26d2e15ebf8 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes MAN8= exim.8 -EXIM_VERSION= 4.04 +EXIM_VERSION= 4.05 EXIM_DOCVERSION= 4.00 PLIST_SUB+= EXIM_VERSION="${EXIM_VERSION}" diff --git a/mail/exim-devel/distinfo b/mail/exim-devel/distinfo index 9cfae96fce7..e8cdb374b17 100644 --- a/mail/exim-devel/distinfo +++ b/mail/exim-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (exim-4.04.tar.bz2) = 870b5429ddddfbce9b076304f3ba943f +MD5 (exim-4.05.tar.bz2) = 105becb2c0103b4e741644740855c462 MD5 (exim-texinfo-4.00.tar.bz2) = 18983a980fda2c4d375072c7efe3d994 diff --git a/mail/exim-devel/files/POST-INSTALL-NOTES b/mail/exim-devel/files/POST-INSTALL-NOTES index e6382630d63..ee8e4cfe70a 100644 --- a/mail/exim-devel/files/POST-INSTALL-NOTES +++ b/mail/exim-devel/files/POST-INSTALL-NOTES @@ -12,13 +12,15 @@ as: Postscript, PDF, HTML and plain text versions of these documents, as well as a comprehensive FAQ list, are available at http://www.exim.org/ . -To run Exim instead of sendmail on startup: - -1) Create exim/configure from exim/configure.default . -2) Stop the sendmail daemon. -3) Adjust mailer.conf(5) and set 'sendmail_enable' and 'sendmail_flags' - as appropriate in rc.conf(5). -4) Start exim with appropriate command-line options. +To use Exim instead of sendmail on startup: + +*) Create exim/configure from exim/configure.default . +*) Clear the sendmail queue and stop the sendmail daemon. +*) Adjust mailer.conf(5) as appropriate. +*) Set the 'sendmail_enable' rc.conf(5) variable to 'NO'. +*) Set the 'daily_status_include_submit_mailq' periodic.conf(5) variable + to 'NO'. +*) Start exim with '${PREFIX}/etc/rc.d/exim.sh start'. You may also want to configure newsyslog(8) to rotate Exim log files: |