diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-02-03 08:23:46 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-02-03 08:23:46 +0000 |
commit | 75b9b0bc7efca8c0a2a577f4d7ca4fd2d02e568e (patch) | |
tree | f1a6f5ff6668efd5665b58abf9715553e4590723 /share/smtpd | |
parent | 39f2d27d2216cdb01344fda375121a53d0310012 (diff) |
$OpenBSD$
Diffstat (limited to 'share/smtpd')
-rw-r--r-- | share/smtpd/example.antispam | 2 | ||||
-rw-r--r-- | share/smtpd/example.features | 2 | ||||
-rw-r--r-- | share/smtpd/example.norelay | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/share/smtpd/example.antispam b/share/smtpd/example.antispam index 607d0cd0335..30e70ea3784 100644 --- a/share/smtpd/example.antispam +++ b/share/smtpd/example.antispam @@ -1,3 +1,5 @@ +# $OpenBSD: example.antispam,v 1.2 2001/02/03 08:23:45 niklas Exp $ + # example antispam file. Modify to suit your needs. # # This file goes in /var/spool/smtpd/etc/smtpd_check_rules diff --git a/share/smtpd/example.features b/share/smtpd/example.features index a378c2973ea..43759c10015 100644 --- a/share/smtpd/example.features +++ b/share/smtpd/example.features @@ -1,3 +1,5 @@ +# $OpenBSD: example.features,v 1.2 2001/02/03 08:23:45 niklas Exp $ + # # example smtpd rules file. # Also note, this isn't real. It's chosen for illustrative purposes. diff --git a/share/smtpd/example.norelay b/share/smtpd/example.norelay index e2a976e33d6..940588b5f8a 100644 --- a/share/smtpd/example.norelay +++ b/share/smtpd/example.norelay @@ -1,3 +1,5 @@ +# $OpenBSD: example.norelay,v 1.2 2001/02/03 08:23:45 niklas Exp $ + # A simple anti-relay only example. Make sure you don't get used as a third # party relay to spam other unfortunate people and grind your server # to a halt dealing with the complaints. |