On 6/14/2010 2:46 AM, Покотиленко Костик wrote:
Also can somebody state that my postfix version (Debian say its
2.5.5-1.1) doesn't have postmaster hardcoded internal checks? It seems
like it have, because there is no postmaster accepting rule in my
configuration:
/etc/postfix # grep -R postmaster *
main.cf:address_verify_sender = postmas...@meteor.dp.ua
post-install: that send mail for root and postmaster to a real
person, then
That's your problem right there. The default for postfix 2.5 is:
address_verify_sender = $double_bounce_sender
So either remove that line from your configuration or change
it to the recommended value.
-- Noel Jones