diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-05-22 16:37:32 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-05-22 16:37:32 +0000 |
| commit | b9888709dd474e64d467bb83ce3c9853547be2f6 (patch) | |
| tree | de24fee3c50388768353513e9b7040a24d2dd706 /etc/mail | |
| parent | dcbd867c3627315a1908641a7f576da88bd69183 (diff) | |
Notes
Diffstat (limited to 'etc/mail')
| -rw-r--r-- | etc/mail/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/mail/README b/etc/mail/README index f3608fa11d14..fd7c8f6ed812 100644 --- a/etc/mail/README +++ b/etc/mail/README @@ -11,11 +11,12 @@ default) holds the mail if an MTA can not be contacted. To accomplish this, under the default setup, an MTA must be listening on localhost port 25. If the rc.conf sendmail_enable option is set to "NO", a sendmail daemon will still be started and bound only to the localhost -interface in order to accept command line submitted mail. If this is not -a desirable solution, it can be disabled using the sendmail_submit_enable -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: +interface in order to accept command line submitted mail (note that this +does not work inside jail(2) systems as jails do not allow binding to +just the localhost interface). If this is not a desirable solution, it +can be disabled using the sendmail_submit_enable 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 host for the submission agent to contact by altering /etc/mail/freebsd.submit.mc (or setting SENDMAIL_SUBMIT_MC |
