[pfx] Re: How to solve error message with sasl_passwd
Wietse Venema via Postfix-users <[email protected]> Sat, 13 Jun 2026 12:04:46 -0400 (EDT)
| Newsgroups | gmane.mail.postfix.user |
|---|---|
| Message-ID | <[email protected]> |
Freek de Kruijf via Postfix-users: > I have a need for two e-mail from addresses using the same provider/server but having > different access credentials. So I have in sasl_passwd > > [mail.example.com]:587 [email protected]:password1 > [mail.example.com]:587 [email protected]:password2 > > In this case postmap gives: > postmap: warning: lmdb:/etc/postfix/sasl_passwd: duplicate entry: > "[mail.example.com]:587" > > I have in sender_dependent_relayhost > [email protected] [mail.example.com]:587 > [email protected] [mail.example.com]:587 > > Is there a solution for this problem? smtp_sender_dependent_authentication will index the password table with the envelope sender address. This feature was added in 2.3 (released 2005). The documentation is unusually short; I expect that it no longer disables connection caching because the sender address will be part of the connection cache lookup key. Wietse > I did find the same problem mentioned in 2002, answered by Wietse, however the answer > was not shown. > > -- > fr.gr. > > Freek de Kruijf > > _______________________________________________ > Postfix-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]