Re: [Dovecot] Configure dovecot to provide SASL authentication

2013-05-20 Thread Ben Morrow
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

Re: [Dovecot] Configure dovecot to provide SASL

2013-05-20 Thread Peter Skensved
> > > 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 =

Re: [Dovecot] Configure dovecot to provide SASL authentication

2013-05-19 Thread Reindl Harald
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 } }

[Dovecot] Configure dovecot to provide SASL authentication

2013-05-19 Thread Peter Skensved
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.