diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-02-17 23:38:16 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-02-17 23:38:16 +0000 |
| commit | 8448f2e2cffd3607b451a1b4117941b4d9ab1c0b (patch) | |
| tree | bbb95901e1ae218403452102d4ac54bff62b4806 /etc/sendmail | |
| parent | 21779123d195958bb23e8fc3132949b000da0246 (diff) | |
Notes
Diffstat (limited to 'etc/sendmail')
| -rw-r--r-- | etc/sendmail/freebsd.mc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index 31214754be5b..225c2fd3f6e6 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/freebsd.mc @@ -52,9 +52,13 @@ FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access') FEATURE(blacklist_recipients) FEATURE(local_lmtp) FEATURE(mailertable, `hash -o /etc/mail/mailertable') -FEATURE(relay_based_on_MX) FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') +dnl Uncomment to allow relaying based on your MX records. +dnl NOTE: This can allow sites to use your server as a backup MX without +dnl your permission. +dnl FEATURE(relay_based_on_MX) + dnl Uncomment to activate Realtime Blackhole List dnl information available at http://www.mail-abuse.com/ dnl NOTE: This is a subscription service as of July 31, 2001 |
