I've just upgraded to Dovecot 2.0.13 from 2.0.12

When I authenticate via telnet it closes the connection and the logs show:

May 13 16:59:16 master: Info: Dovecot v2.0.13 starting up (core dumps
disabled)
May 13 16:59:40 auth: Debug: Loading modules from directory:
/usr/local/lib/dovecot/auth
May 13 16:59:40 auth: Debug: passwd-file
/usr/local/etc/dovecot/master-users: Read 1 users
May 13 16:59:40 auth: Debug: auth client connected (pid=22124)
May 13 16:59:46 auth: Debug: client in: AUTH    1       PLAIN   service=imap
   secured lip=127.0.0.1   rip=127.0.0.1   lport=143       rport=37146
resp=<hidden>
May 13 16:59:46 auth: Debug: ldap([email protected],127.0.0.1): pass
search: base=dc=domain,dc=com scope=subtree filter=(&(|(uid=
[email protected])([email protected]))(nimPimUserStatus=active))
fields=uid,userPassword
May 13 16:59:46 auth: Debug: ldap([email protected],127.0.0.1): result:
userPassword(password)=<hidden> uid(user)[email protected]
May 13 16:59:46 auth: Debug: client out: OK     1       user=
[email protected]
May 13 16:59:46 auth: Debug: master in: REQUEST 885784577       22124   1
    48936eabc3d31fe740c83dd3339261b7
May 13 16:59:46 auth: Debug: ldap([email protected],127.0.0.1): user
search: base=dc=nitido,dc=com scope=subtree filter=(&(|(uid=
[email protected])([email protected]))(nimPimUserStatus=active))
fields=homeDirectory,quotaMailSoft
May 13 16:59:46 auth: Debug: ldap([email protected],127.0.0.1): result:
homeDirectory(home)=/home/dev.domain.com/[email protected](quota_rule=*:storage=%$M)=2
May 13 16:59:46 auth: Debug: master out: USER   885784577
[email protected]
home=/home/dev.domain.com/[email protected]_rule=*:storage=2M
May 13 16:59:46 imap-postlogin: Error: script-login: Error: user
[email protected]: Error reading configuration:
net_connect_unix(/usr/local/var/run/dovecot/config) failed: Permission
denied
May 13 16:59:46 imap-postlogin: Error: script-login: Fatal: Internal error
occurred. Refer to server log for more information.
May 13 16:59:46 log: Error: service(imap-postlogin): child 22134 returned
error 89 (Fatal failure)
May 13 16:59:46 imap-login: Info: Login: user=<[email protected]>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=22133, secured
May 13 16:59:46 imap([email protected]): Info: Post-login script denied
access to user [email protected]

The permission on /usr/local/var/run/dovecot/config:
srw------- 1 root    staff       0 May 13 16:59 config

Anyone know the correct permissions? This worked fine in previous versions

Thanks!

Reply via email to