exim block email activity
I use this rules for block activity email for specific account:
[PHP]in "Add additional configuration setting":
domainlist blocked_domains = lsearch;/etc/blockeddomains
in "ROUTERSTART":
reject_domains:
driver = redirect
domains = +blocked_domains
allow_fail
data = :fail: Connection rejected: SPAM source $domain is manually blacklisted.
touch /etc/blockeddomains;chown root:mail /etc/blockeddomains;chmod 640 /etc/blockeddomains[/PHP]
the problem is that this block in and out email, is possible use it only for block out email activity ?
-
Hello :) You may find the following thread helpful: Temporarily block outgoing email for an account Thank you. 0
Please sign in to leave a comment.
Comments
1 comment