Блаклист. Как разрешит отправку на админ
Добавлено: 2011-08-02 6:58:13
Есть правила такой:
Она блокирует все. Как разрешит отправку на один адрес (на админ)?
MTA: Exim 7.1
Код: Выделить всё
deny message = You host is in a blacklist.
log_message = Host is in the blacklist [$sender_host_address]
condition = ${lookup mysql{select `relay_ip` from `exim_blacklist` where `relay_ip` ='$sender_host_address' AND `count`> 3 LIMIT 1}{true}{false}}
set acl_m19 = ${lookup mysql{MYSQL_BLACKLIST}}MTA: Exim 7.1