diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-06-18 12:19:23 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-06-18 12:19:23 +0000 |
commit | 7a21a43a07f91851e74ec26c2c733774b45dd59f (patch) | |
tree | d506bbd4e432e334525f523913df14c1e3499ecf | |
parent | Zero out the sockaddr_* structures before use. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=61510
-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 27ed68a1b7f8..26d2e15ebf8b 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 9cfae96fce7a..e8cdb374b175 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 e6382630d635..ee8e4cfe70a6 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: |