aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail/pkg-message
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-10-07 06:40:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-10-07 06:40:42 +0000
commit9c724bfe992f409af1671d248e4ce04ee244e2fc (patch)
tree41c8b25669183d3c261efb27c42fb4652bf4bfff /mail/sendmail/pkg-message
parentf9facfa79acb79cb03131a87fabf8ee17a11372c (diff)
downloadports-9c724bfe992f409af1671d248e4ce04ee244e2fc.tar.gz
ports-9c724bfe992f409af1671d248e4ce04ee244e2fc.zip
Notes
Diffstat (limited to 'mail/sendmail/pkg-message')
-rw-r--r--mail/sendmail/pkg-message24
1 files changed, 15 insertions, 9 deletions
diff --git a/mail/sendmail/pkg-message b/mail/sendmail/pkg-message
index 3182ce372cfa..d23bac7ecfb8 100644
--- a/mail/sendmail/pkg-message
+++ b/mail/sendmail/pkg-message
@@ -1,20 +1,27 @@
-
---------------------------------------------------
+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
-If you update your configuration from 8.9.x add the following to your
-'*.mc' file(s):
+you should add in /etc/make.conf:
+SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf
-MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
+To active the delivery from the local submission queue see:
+%%PREFIX%%/etc/rc.d/sm-client.sh.sample
-because mail.local is no longer installed set-user-id root. This is not
-needed if you are using FEATURE(`local_lmtp').
+To deliver all local mail to your mailhub, edit the last line of submit.mc:
+FEATURE(`msp','mailhub.do.main`)dnl
-To activate sendmail as your default mailer, call the target 'mailer.conf':
+and set your falgs 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 activate sendmail as your default mailer, call the target 'mailer.conf':
$ make mailer.conf
Your '/etc/mail/mailer.conf' should look like this:
-
#
# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
#
@@ -24,6 +31,5 @@ mailq %%PREFIX%%/sbin/sendmail
newaliases %%PREFIX%%/sbin/sendmail
You may also need to update /etc/rc.conf.
-
---------------------------------------------------