This is a discussion on Re: smtp_sasl_password_maps within the mailing.postfix.users forums, part of the Mail Servers and Related category; * D. Walsh <info@daleenterprise.com>: > > > >parameter_maps = database-type:/path/to/map_of_database-type > > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
* D. Walsh <info@daleenterprise.com>:
> > > >parameter_maps = database-type:/path/to/map_of_database-type > > > >smtp_sasl_password_maps = hash:/path/to/static_map > > > >smtp_sasl_password_maps = mysql:/path/to/query.conf > > > >smtp_sasl_password_maps = ldap:/path/to/query.conf > > > >... > > OK I'll buy this but can these entries be combined into a single line > (comma separated) or does it matter? > > smtp_sasl_password_maps = hash:/etc/postfix/user_pass, mysql:/etc/ > postfix/user_pass.conf, unix:password.byname either: smtp_sasl_password_maps = hash:/etc/postfix/user_pass, mysql:/etc/postfix/user_pass.conf or: smtp_sasl_password_maps = hash:/etc/postfix/user_pass, mysql:/etc/postfix/user_pass.conf or without comma: smtp_sasl_password_maps = hash:/etc/postfix/user_pass mysql:/etc/postfix/user_pass.conf But: smtp_sasl_password_maps = unix:password.byname will not work because unix:password.byname lacks the required fields to provide required information: hostname user:pass p@rick -- The Book of Postfix <http://www.postfix-book.com> SMTP AUTH debug utility: <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|