Hello Karl-Heinz, Averlon wrote: > f42252se dovecot: pop3-login: Error: auth: connect(login) in directory / > failed: Permission denied (euid=113(<getpwuid() error>) > egid=65534(<getgrgid() error>) missing +x perm: /, dir owned by 5000:5000 > mode=0750) > mail_location = maildir:~/Maildir
mail_location is relative to mail_home. Possibly some user has its mail_home or home directory set to / Which home is displayed for the affected $username? doveadm user $username Then set mail_home correctly for the user: mail_home = /mail/%d/%n or in the dovecot userdb. Use variables from http://wiki2.dovecot.org/Variables Regards Daniel -- https://plus.google.com/103021802792276734820
