2000-03-18 06:38:23 +00:00
|
|
|
# $FreeBSD$
|
2000-03-12 22:08:35 +00:00
|
|
|
#
|
|
|
|
# Mail relay access control list. Default is to reject mail unless the
|
2000-11-02 23:40:40 +00:00
|
|
|
# destination is local, or listed in /etc/mail/local-host-names
|
2000-03-12 22:08:35 +00:00
|
|
|
#
|
2008-02-17 05:22:08 +00:00
|
|
|
|
|
|
|
## Examples (commented out for safety)
|
|
|
|
#From:cyberspammer.com ERROR:"550 We don't accept mail from spammers"
|
|
|
|
#From:okay.cyberspammer.com OK
|
|
|
|
#Connect:sendmail.org RELAY
|
|
|
|
#To:sendmail.org RELAY
|
|
|
|
#Connect:128.32 RELAY
|
|
|
|
#Connect:128.32.2 SKIP
|
|
|
|
#Connect:IPv6:1:2:3:4:5:6:7 RELAY
|
|
|
|
#Connect:suspicious.example.com QUARANTINE:Mail from suspicious host
|
|
|
|
#Connect:[127.0.0.3] OK
|
|
|
|
#Connect:[IPv6:1:2:3:4:5:6:7:8] OK
|