mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Ask spammers to mail postmaster@$m, not postmaster@FreeBSD.ORG.
This commit is contained in:
parent
c5227e754c
commit
005f91820b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue