Displaying 1 result from an estimated 1 matches for "_euid_is_not_dir_owner".
2010 Jun 18
1
Dovecot 2.0 auth socket error
...es deliver, I get
the following errors in the qmail log files :
@400000004c1b18f22ea7a05c delivery 1497: deferral:
lda:_Error:_userdb_lookup:_connect(/usr/local/var/run/dovecot/auth-userdb)_failed:_Permission_denied_(euid=100(sn)_egid=100(sn)_missing_+w_perm:_/usr/local/var/run/dovecot/auth-userdb,_euid_is_not_dir_owner)/lda:_Fatal:_Internal_error_occurred._Refer_to_server_log_for_more_information./
Now, from what I can tell, this is complaining that the socket doesn't
have write permission for the group, because it is owned by root and
created with only 600 permissions...I can chmod the file to add the rw
fo...