diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-14 12:51:41 +0800 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-14 12:51:41 +0800 |
commit | 3413cbbc02ffde809103605506e9bccbf3990dd2 (patch) | |
tree | fef6349e58b53ee9b6d05464a519deed8af8f2a0 /mail/sendmail812/pkg-message | |
parent | f09259c5eba0218895a2e588728723966b99265e (diff) | |
download | freebsd-ports-gnome-3413cbbc02ffde809103605506e9bccbf3990dd2.tar.gz freebsd-ports-gnome-3413cbbc02ffde809103605506e9bccbf3990dd2.tar.zst freebsd-ports-gnome-3413cbbc02ffde809103605506e9bccbf3990dd2.zip |
New port for the sendmail MTA.
PR: 18415
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Reviewed by: will
Diffstat (limited to 'mail/sendmail812/pkg-message')
-rw-r--r-- | mail/sendmail812/pkg-message | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/sendmail812/pkg-message b/mail/sendmail812/pkg-message new file mode 100644 index 000000000000..3182ce372cfa --- /dev/null +++ b/mail/sendmail812/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. + +--------------------------------------------------- + |