search for: _userdb_lookup

Displaying 2 results from an estimated 2 matches for "_userdb_lookup".

2009 Aug 15
2
Dovecot LDA
...il { } userdb vpopmail { } user = vpopmail count = 1 ssl_require_client_cert = no } Which work well for authenticating users, however when using the following in a .qmail file: |/var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d $EXT@$USER I get the following error message: Error:_userdb_lookup:_connect(/usr/local/var/run/dovecot//auth-master)_failed:_No_such_file_or_directory/ Eventhough it should have been created (I think) in the protocol lda section of the config file. I specifieD: auth_socket_path = /var/run/dovecot/auth-master However I thought since using vpopmail I don't ne...
2010 Jun 18
1
Dovecot 2.0 auth socket error
...hat dovecot is running as a particular user (in this case uid100 and gid100) to match the global mail systems needs. I use qmail as the delivery agent, and when qmail envokes 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 c...