diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-05-02 06:00:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-05-02 06:00:12 +0000 |
commit | ae54d13369b22695df068163b0a3bc6c88b66045 (patch) | |
tree | 2e384b4b3b0af9a1958d7cf3fef044365c43f93b /mail/sendmail/files | |
parent | games/moonlight-embedded: Update to 2.4.9 (diff) |
- cleanup pkg-message
Notes
Notes:
svn path=/head/; revision=500632
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r-- | mail/sendmail/files/pkg-message.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/sendmail/files/pkg-message.in b/mail/sendmail/files/pkg-message.in new file mode 100644 index 000000000000..0187f1a5c092 --- /dev/null +++ b/mail/sendmail/files/pkg-message.in @@ -0,0 +1,33 @@ +--------------------------------------------------- + +you should add in /etc/make.conf: +SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf + +To deliver all local mail to your mailhub, edit the last line of submit.mc: +FEATURE(`msp','[mailhub.do.main]`)dnl + +To update your configuration look at %%PREFIX%%/share/sendmail/cf/README. +--------------------------------------------------- +To use the binaries supplied by the port you should add the following lines +to your sendmail.mc file before any mailer or feature definition: + +define(`confEBINDIR', `%%PREFIX%%/libexec')dnl +define(`UUCP_MAILER_PATH', `%%LOCALBASE%%/bin/uux')dnl + +--------------------------------------------------- +To activate sendmail as your default mailer, run: +$ cd %%PREFIX%%/etc/mail && cp mailer.conf.sendmail mailer.conf + +Your '%%PREFIX%%/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 +hoststat %%PREFIX%%/sbin/sendmail +purgestat %%PREFIX%%/sbin/sendmail + +You may also need to update /etc/rc.conf. +--------------------------------------------------- |