diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-14 04:51:41 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-14 04:51:41 +0000 |
commit | cef9c4b2b88a0af01b45d01d9666a06c517f9449 (patch) | |
tree | 7eea26a486c6f2ff331453f1b80f3983d9529a5f /mail/sendmail-old/pkg-message | |
parent | 90d103f7cccf0eaaed04de7bed64f238f6520294 (diff) | |
download | ports-cef9c4b2b88a0af01b45d01d9666a06c517f9449.tar.gz ports-cef9c4b2b88a0af01b45d01d9666a06c517f9449.zip |
Notes
Diffstat (limited to 'mail/sendmail-old/pkg-message')
-rw-r--r-- | mail/sendmail-old/pkg-message | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/sendmail-old/pkg-message b/mail/sendmail-old/pkg-message new file mode 100644 index 000000000000..3182ce372cfa --- /dev/null +++ b/mail/sendmail-old/pkg-message @@ -0,0 +1,29 @@ + +--------------------------------------------------- + +If you update your configuration from 8.9.x add the following to your +'*.mc' file(s): + +MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl + +because mail.local is no longer installed set-user-id root. This is not +needed if you are using FEATURE(`local_lmtp'). + +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 +# +sendmail %%PREFIX%%/sbin/sendmail +send-mail %%PREFIX%%/sbin/sendmail +mailq %%PREFIX%%/sbin/sendmail +newaliases %%PREFIX%%/sbin/sendmail + +You may also need to update /etc/rc.conf. + +--------------------------------------------------- + |