Results 1 to 3 of 3
Hi,
my local Postfix server relays any incoming mail to the ISP's mailserver. That relayserver requires smtp-authentication, so i built the sasldb2.db with "mailserver.isp.com user@example.org :Password" to do do. That ...
- 02-02-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
Postfix client-side smtp auth. (sasl) against one relay host for multiple users
Hi,
my local Postfix server relays any incoming mail to the ISP's mailserver. That relayserver requires smtp-authentication, so i built the sasldb2.db with "mailserver.isp.com user@example.org:Password" to do do. That works for one mailaccount.
The Postfix manual says that you can define different relayhosts with different login each (mail.isp1.com login:Passwd / mail.isp2.org login:Passwd etc.)
BUT now i have multiple Users to authenticate against one relayhost. Postfix does not know which login/pw to use when he has to authenticate. And the relay won't accept a mail from authenticated user1 when there is a user2 in the 'mail from:'.
Is my Postfix server not able to parse the 'mail from:' line and use this for a lookup on an sasl-login-table or something like that.
How can I solve this problem?
Greetings
Hauke
- 02-07-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
set smtp_sasl_password_maps and smtp_sender_dependent_authentication = yes
thats it
- 03-11-2009 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 1


Reply With Quote

