exim4:access_control
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exim4:access_control [2016/11/04 10:55] – peter | exim4:access_control [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 26: | Line 26: | ||
</ | </ | ||
+ | <WRAP warning> | ||
**WARNING**: | **WARNING**: | ||
+ | </ | ||
Line 252: | Line 254: | ||
###################################################################### | ###################################################################### | ||
# ACL " | # ACL " | ||
- | # hosts wich have not their own registered domain-name (probably spammer). | + | # hosts which have not their own registered domain-name (probably spammer). |
# Return ok if the HELO argument correspond to the connected HOST and | # Return ok if the HELO argument correspond to the connected HOST and | ||
# if the argument does not contain an IP in decimal or hexa. | # if the argument does not contain an IP in decimal or hexa. | ||
Line 333: | Line 335: | ||
. . . | . . . | ||
## spamassassin, | ## spamassassin, | ||
- | ## limit its use under 500ko. | + | ## limit its use under 500k. |
accept | accept | ||
warn message = X-SA-Score: $spam_score | warn message = X-SA-Score: $spam_score | ||
Line 357: | Line 359: | ||
endif | endif | ||
</ | </ | ||
+ | |||
+ | |||
+ | ===== Checking source of email associated with your domain in whois ===== | ||
+ | |||
+ | If you have an email published in a whois database (spammers scan these databases) but want emails just from your registrar, you can add this in your " | ||
+ | |||
+ | <file bash ~/ | ||
+ | # Exim filter | ||
+ | if $original_local_part is " | ||
+ | then | ||
+ | if $sender_address_domain is " | ||
+ | deliver john | ||
+ | else | ||
+ | save $home/ | ||
+ | finish | ||
+ | endif | ||
+ | endif | ||
+ | </ | ||
exim4/access_control.1478256904.txt.gz · Last modified: 2020/07/15 09:30 (external edit)