Hello,

in my acl_check_rcpt look like:

acl_check_rcpt:
...
deny
        message = locally blacklisted here.
        !acl = acl_local_deny_exceptions
        senders = ${if exists{CONFDIR/local_sender_blacklist}\
                   {CONFDIR/local_sender_blacklist}\
                   {}}
accept

acl_check_mime:
...

now I get this mail as bounce.

exigrep starof /var/log/exim4/mainlog
2017-07-17 11:37:51 1dX2TO-0000Xd-Q4 DKIM: d=starofservice4.com s=s1
c=relaxed/relaxed a=rsa-sha1 b=1024 [verification succeeded]
2017-07-17 11:37:54 1dX2TO-0000Xd-Q4 <=
[email protected]
H=o5.email.starofservice4.com [167.89.24.193] P=esmtps
X=TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128 CV=no S=8846
[email protected]
2017-07-17 11:37:58 1dX2TO-0000Xd-Q4 => /var/mail/...

Is there a way to also reject bounce for domains listed in
local_sender_blacklist?

local_sender_blacklist is a domainlist (one domain per line)

Best regards
basti

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to