diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-14 19:24:28 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-14 19:24:28 +0000 |
| commit | 84481e5e4bc054117f7ed1a7871b36434ac9a187 (patch) | |
| tree | 13562e9ccca735c5db395ba2e47b5e3b8c520155 /etc/mail | |
| parent | 14d6d7657a14449e6f27cb64b91cae98fcddb4ab (diff) | |
Notes
Diffstat (limited to 'etc/mail')
| -rw-r--r-- | etc/mail/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/mail/README b/etc/mail/README index 1a567e7c2404..6c00ebf9f9d1 100644 --- a/etc/mail/README +++ b/etc/mail/README @@ -17,10 +17,12 @@ rc.conf option. However, if both sendmail_enable and sendmail_submit_enable are set to "NO", you must do one of two things for command line submitted mail: -1. Designate an alternative MTA for the submission agent to contact - by altering /etc/mail/submit.mc and using 'make submit.cf' in - /etc/mail/. Change the FEATURE(msp) line to FEATURE(msp, hostname) - where hostname is the fully qualified hostname of the alternative MTA. +1. Designate an alternative host for the submission agent to contact + by altering /etc/mail/freebsd.submit.mc (or setting SENDMAIL_SUBMIT_MC + in /etc/make.conf to an alternate .mc file) and using + 'make install-submit-cf' in /etc/mail/. Change the FEATURE(msp) line + to FEATURE(msp, hostname) where hostname is the fully qualified hostname + of the alternative host. Or: |
