diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-01-23 01:58:49 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-01-23 01:58:49 +0000 |
| commit | 005f91820b8bd49df75fdcb56a52ee8b0534347b (patch) | |
| tree | 1e3491c037a9a692d525b9225c5cb5d318ce6837 | |
| parent | c5227e754c8626331be2680a6b9083018bd947c4 (diff) | |
Notes
| -rw-r--r-- | etc/mail/sendmail.cf.additions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mail/sendmail.cf.additions b/etc/mail/sendmail.cf.additions index 2710d1c1182b..35b68c80be4d 100644 --- a/etc/mail/sendmail.cf.additions +++ b/etc/mail/sendmail.cf.additions @@ -37,12 +37,12 @@ Scheck_relay R$* $| $* $: <$1 $| $2> $1 R<$*> $+.$+.$+ <$1> $3.$4 R<$*> $+.$+ $: <$1> $(spamsites $2.$3 $) -R<$*> $*.REJECT $#error $: "521 blocked. contact postmaster@FreeBSD.ORG" +R<$*> $*.REJECT $#error $: 521 blocked. contact postmaster@$m R<$*> $* $: $1 # host must NOT be in the "spamsites" database--END # ip address must NOT be in the "denyip" database--BEGIN R$* $| $* $: $1 $| $(denyip $2 $) -R$* $| $*.REJECT $#error $: "521 blocked. contact postmaster@FreeBSD.ORG" +R$* $| $*.REJECT $#error $: 521 blocked. contact postmaster@$m # ip address must NOT be in the "denyip" database--END R$* $@ OK |
