At 6PM +0200 on 19/05/13 you (Reindl Harald) wrote:
>
>
> Am 19.05.2013 17:51, schrieb Peter Skensved:
> > service auth {
> > unix_listener /var/spool/postfix/private/auth {
> > mode = 0666
> > }
>
> chmod 666 is always a very bad idea
While I would agree with you in principle, the doc
>
>
> Am 19.05.2013 17:51, schrieb Peter Skensved:
> > service auth {
> > unix_listener /var/spool/postfix/private/auth {
> > mode = 0666
> > }
>
> chmod 666 is always a very bad idea
>
>
> service auth {
> unix_listener /var/spool/postfix/private/auth {
> mode = 0660
> user =
Am 19.05.2013 17:51, schrieb Peter Skensved:
> service auth {
> unix_listener /var/spool/postfix/private/auth {
> mode = 0666
> }
chmod 666 is always a very bad idea
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group = postfix
}
}
Hi,
I'm trying to get dovecot to provide SASL authentication for
postfix My setup appears to be working but I'm not 100% certain
I've got it right. I've come across several examples for dovecot
version 1 but I'm running 2.0.9. The output of doveconf -n is here :
2.0.9: /etc/dovecot/dovecot.