I’m new to postfix. I’ve been using qmail for many years and decided it was time to move on.
I’m running in to one issue: 553 5.7.1 <[email protected]>: Sender address rejected: not owned by user user; from=<[email protected]> to=<[email protected]> In master.cf I had: -o smtpd_sender_restrictions=reject_sender_login_mismatch I’m trying to wrap my head around what the issue is. I realize there’s a mismatch but I’m having trouble understanding exactly what the mismatch is or where to fix it. My smtpd_sender_login_maps=hash:/etc/postfix/valiases contains: @foo.com [email protected] so it’s a catchall for the foo.com domain to forward all mail to a local unix account user If I remove -o smtpd_sender_restrictions=reject_sender_login_mismatch all works fine, but I want to understand what I’m doing wrong. Thank you -jeremy
