0
How can I change exim4.conf for CHECK_RCPT_IP_DNSBLS
I'm trying to set up exim4 to deny instead of warn if a sender_host_address is listed in dns blacklist:
If this isn't possible through AjentiV's user interface, where does ajenti store the script that generates the config?
If this isn't possible through AjentiV's user interface, where does ajenti store the script that generates the config?
.ifdef CHECK_RCPT_IP_DNSBLS warn dnslists = CHECK_RCPT_IP_DNSBLS add_header = X-Warning: $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text) log_message = $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text) .endif .ifdef CHECK_RCPT_DOMAIN_DNSBLS warn !senders = ${if exists{CONFDIR/local_domain_dnsbl_whitelist}\ {CONFDIR/local_domain_dnsbl_whitelist}\ {}} dnslists = CHECK_RCPT_DOMAIN_DNSBLS add_header = X-Warning: $sender_address_domain is listed at $dnslist_domain ($dnslist_value: $dnslist_text) log_message = $sender_address_domain is listed at $dnslist_domain ($dnslist_value: $dnslist_text) .endif accept
Service d'assistance aux clients par UserEcho
In my debian installation it was found in this file:
/var/lib/ajenti/plugins/vh-mail/templates.py