Displaying 3 results from an estimated 3 matches for "11t12".
Did you mean:
1112
2018 Oct 11
4
Struggling to get dovecot working with postfix auth
...fix
> > mode = 0666
> > user = postfix
> > }
>
> I suggest using "mode = 0660" instead.
Makes no difference.
>
> > Dovecot is unable to create the socket ?
>
> What exactly do the logs show?
Erm, they show exactly what I posted earlier ?
2018-10-11T12:14:15.467791+01:00 X dovecot: master: Error: bind(/var/spool/postfix-authrelay/private/dovecot-auth) failed: Permission denied
2018-10-11T12:14:15.468094+01:00 X dovecot: master: Error: service(auth): net_listen_unix(/var/spool/postfix-authrelay/private/dovecot-auth) failed: Permission denied
2018-...
2018 Oct 11
0
Struggling to get dovecot working with postfix auth
...>
> Erm, they show exactly what I posted earlier ?
No. Earlier, you posted this:
> 2018-10-11T10:17:40.491483+01:00 X postfix-authrelay/smtpd[18312]:
> warning: X[X]: SASL PLAIN authentication failed:
That's just a warning about an authentication failure. Now this:
> 2018-10-11T12:14:15.467791+01:00 X dovecot: master: Error:
> bind(/var/spool/postfix-authrelay/private/dovecot-auth) failed:
> Permission denied
> 2018-10-11T12:14:15.468094+01:00 X dovecot: master: Error:
> service(auth):
> net_listen_unix(/var/spool/postfix-authrelay/private/dovecot-auth)
> f...
2018 Oct 11
2
Struggling to get dovecot working with postfix auth
Hi,
I am trying to create an authenticated relay server using Postfix and Dovecot.
However I am having two problems :
(a) If I create a dovecot config entry as follows :
unix_listener /var/spool/postfix-authrelay/private/dovecot-auth {
group = postfix
mode = 0666
user = postfix
}
Dovecot is unable to create the socket ? I thought surely if dovecot is started as root it should