Dovecot + Postfix postmulti SASL
Nerijus Kislauskas
nerijus.kislauskas at ktu.lt
Fri Sep 5 13:30:21 UTC 2014
Hello,
Our Postfix setup uses multi-instance feature. I would like to enable
dovecot SASL mechanisms in postfix. Open two unix sockets is not a
problem for us:
service auth {
unix_listener /var/spool/postfix-instance1/private/auth {
mode = 0660
user = postfix
group = postfix
}
unix_listener /var/spool/postfix-instance2/private/auth {
mode = 0660
user = postfix
group = postfix
}
}
Lets assume, that postfix-instance1 uses LDAP1, and postfix-instance2
uses LDAP2. How can I use different userdb and passdb databases for
those sockets?
--
Sincerely,
Nerijus Kislauskas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3266 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20140905/f09c28c4/attachment.p7s>
More information about the dovecot
mailing list