Am 06.02.2014 22:17, schrieb Norton Allen: > I think a key point here (for me anyway) is that smtpd_recipient_restrictions > do > not apply to mail delivered from localhost because they presumably don't use > SMTP. > Is that a correct understanding?
yes because smtpd_ means what it says http://www.postfix.org/pickup.8.html is your friend that has nothing to to with "localhost" "localhost" can also be smtp and in that case "mynetworks" most likely oveerride retsrictions otherwise system-mails like from crond would not work in many environments
