diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2008-02-24 01:00:07 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2008-02-24 01:00:07 +0000 |
| commit | 4b63aa66777f98e7c1d5781b8b4f8bb39bc0740d (patch) | |
| tree | dc948e08f529a77a43a01c77e618bfd39abfbdcb | |
| parent | eec111f14ec0da5b29de0af60dad31274a91ce08 (diff) | |
Notes
| -rw-r--r-- | etc/mail/access.sample | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/etc/mail/access.sample b/etc/mail/access.sample index 81c7c3f85237..33cfe17d3327 100644 --- a/etc/mail/access.sample +++ b/etc/mail/access.sample @@ -3,8 +3,15 @@ # Mail relay access control list. Default is to reject mail unless the # destination is local, or listed in /etc/mail/local-host-names # -cyberspammer.com 550 We don't accept mail from spammers -FREE.STEALTH.MAILER@ 550 We don't accept mail from spammers -another.source.of.spam REJECT -okay.cyberspammer.com OK -128.32 RELAY + +## 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 |
