We use Mandrill (a MailChimp offering) for the Admissions Office bulk emailing to perspective students. We have now set up a second Mandrill account that has to authenticate with a different username/password (or key as Mandrill calls it). The key is mapped to this hash below.
smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd For the second account, I have created a second password file, sasl_passwd_campus and I’ve configured master.cf as follows: smtp inet n - n - - smtpd 2025 inet n - n - - smtpd -o smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd_campus My expectation is that when I connect to Postfix on port 2025, the one map will override the other, but it doesn’t appear to be doing do. All the messages being delivered to Mandrill are coming in on the Admissions account and not the new second account. What am I doing wrong here? Thanks, Rob Tanner UNIX Services Manager Linfield College, McMinnville Oregon ITS will never ask you for your password. Please don’t share yours with anyone!