diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-02-17 23:38:16 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-02-17 23:38:16 +0000 |
commit | e26790e9167126686c259220cde16f4141955c62 (patch) | |
tree | bbb95901e1ae218403452102d4ac54bff62b4806 /etc | |
parent | fe44899bd885df843dfa88bcb1946e3977beef06 (diff) | |
download | FreeBSD-src-e26790e9167126686c259220cde16f4141955c62.zip FreeBSD-src-e26790e9167126686c259220cde16f4141955c62.tar.gz |
Turn FEATURE(relay_based_on_MX) off by default. It should not be used unless
absolutely necessary
Requested by: peter
PR: conf/33855
MFC after: 1 week
Diffstat (limited to 'etc')
-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 3121475..225c2fd 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 |