On 09/05/2014 04:30 PM, Nerijus Kislauskas wrote:
> 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/aut
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
}
u