Письма адресованные постмастеру и другим получателям я отбиваю, однако стал замечать, что спам проходит. Выкрутился так:
Код: Выделить всё
deny local_parts = postmaster
condition = ${if>{$recipients_count}{1}{yes}}
log_message = Message to postmaster and others. [1]
message = Please, send messages to postmaster without other recipients.
warn local_parts = postmaster
domains = +local_domains
set acl_m_topostmaster = 1
deny condition = ${if>{$rcpt_count}{1}{yes}}
condition = ${if={$acl_m_topostmaster}{1}{yes}}
log_message = Message to postmaster and others. [2]
message = Please, send messages to postmaster without other recipients.
Покритикуйте эту схему, может можно изящней сделать?
Спасибо.