diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-01 00:31:11 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-01 00:31:11 +0800 |
commit | 387c4213cef3271f910288dbad3712d89bfa1c25 (patch) | |
tree | 581f1ebec071b8f11fe18daf5bfcd0073e5af104 /mail/sendmail/pkg-message | |
parent | 4cd4cdaed45c881759866f5c7cf7b9cc7dc38bb2 (diff) | |
download | freebsd-ports-graphics-387c4213cef3271f910288dbad3712d89bfa1c25.tar.gz freebsd-ports-graphics-387c4213cef3271f910288dbad3712d89bfa1c25.tar.zst freebsd-ports-graphics-387c4213cef3271f910288dbad3712d89bfa1c25.zip |
New option SENDMAIL_WITH_SASL2
cleanup on target submit.cf
Extend pkg-message
PR: 41458
Diffstat (limited to 'mail/sendmail/pkg-message')
-rw-r--r-- | mail/sendmail/pkg-message | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/sendmail/pkg-message b/mail/sendmail/pkg-message index 376f77d3d54..3628cb1d5a0 100644 --- a/mail/sendmail/pkg-message +++ b/mail/sendmail/pkg-message @@ -2,7 +2,7 @@ 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. -$ make submit.cf +/usr/ports/mail/sendmail$ make submit.cf you should add in /etc/make.conf: SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf @@ -14,16 +14,15 @@ 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 +FEATURE(`msp','[mailhub.do.main]`)dnl -and set your flags in /etc/rc.conf: +in FreeBSD-RELEASE < 4.6 set your flags in /etc/rc.conf: sendmail_flags="-L sm-msp-queue -Ac -q1m" -You can delete /etc/mail/sendmail.cf when you don't need a daemon listen. To update your configuration look at %%PREFIX%%/share/sendmail/cf/README. --------------------------------------------------- To activate sendmail as your default mailer, call the target 'mailer.conf': -$ make mailer.conf +/usr/ports/mail/sendmail$ make mailer.conf Your '/etc/mail/mailer.conf' should look like this: # @@ -33,7 +32,8 @@ sendmail %%PREFIX%%/sbin/sendmail send-mail %%PREFIX%%/sbin/sendmail mailq %%PREFIX%%/sbin/sendmail newaliases %%PREFIX%%/sbin/sendmail +hoststat %%PREFIX%%/sbin/sendmail +purgestat %%PREFIX%%/sbin/sendmail You may also need to update /etc/rc.conf. --------------------------------------------------- - |