diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-11-02 17:49:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-11-02 17:49:40 +0000 |
commit | 9344c2d6cabcdedf0d7cfc561f7688ace1b3a8b0 (patch) | |
tree | 62dc77ae6bd5cae3ea18de350c16d851e5ddc392 /mail/sendmail | |
parent | 7837bd9a76b9f3514ed5ff20d0c3c771580004a2 (diff) |
- drop FreeBSD 4.x migration notes
Notes
Notes:
svn path=/head/; revision=284930
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/pkg-message | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/sendmail/pkg-message b/mail/sendmail/pkg-message index d7ee5410095c..28244459a0b9 100644 --- a/mail/sendmail/pkg-message +++ b/mail/sendmail/pkg-message @@ -1,20 +1,8 @@ --------------------------------------------------- -If you update your configuration from 8.11.x you need to install an -additional config file: /etc/mail/submit.cf, you can generate it -by calling the target 'submit.cf', submit.mc will be installed too. -%%PORTSDIR%%/mail/sendmail$ make submit.cf you should add in /etc/make.conf: SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf -To activate only the delivery from the local submission queue see: -%%PREFIX%%/etc/rc.d/sm-client.sh.sample -and if you use FreeBSD-RELEASE < 4.6 set your flags in /etc/rc.conf: -sendmail_flags="-L sm-msp-queue -Ac -q1m" - -To activate all sendmail processes see: -%%PREFIX%%/etc/rc.d/sendmail.sh.sample - To deliver all local mail to your mailhub, edit the last line of submit.mc: FEATURE(`msp','[mailhub.do.main]`)dnl |