| Linode Forum https://forum.linode.com/ |
|
| Dovecot not generating 'private/auth' file - please help! https://forum.linode.com/viewtopic.php?f=11&t=9357 |
Page 1 of 1 |
| Author: | shadal [ Thu Sep 06, 2012 10:56 pm ] |
| Post subject: | Dovecot not generating 'private/auth' file - please help! |
I've been fighting with Dovecot and Postfix for nearly 3 days now - I need some help!... It seems Dovecot is not generating the private/auth file required for connections. Mail.log Code: Sep 6 21:55:55 suncoastshores postfix/smtpd[11278]: warning: SASL: Connect to private/auth failed: No such file or directory ls -l /var/spool/postfix/private/ Code: srw-rw-rw- 1 postfix postfix 0 Sep 6 22:26 amavis Hostname Code: hostname Dovecot Main.cf (snippets) Code: # SASL parameters 10-master.conf (snippet) Code: # Postfix smtp-auth What am I missing? Why won't Dovecot generate the private/auth file? |
|
| Author: | purrdeta [ Fri Sep 07, 2012 9:41 am ] |
| Post subject: | Re: Dovecot not generating 'private/auth' file - please help |
Generally, dovecot will log errors about why it can't or didn't create that file in either mail.log or wherever it is set to log to. You might want to investigate that. |
|
| Author: | shadal [ Fri Sep 07, 2012 10:41 am ] |
| Post subject: | Re: Dovecot not generating 'private/auth' file - please help |
Unfortunately the log file wasn't giving any more information that what I posted however, I changed auth_socket_path in 10-mail.conf to auth_socket_path = /var/run/dovecot/auth-master and now the private/auth file has been created. Now I'm getting a Connection Refused message.. Code: Sep 7 10:42:03 suncoastshores postfix/smtpd[19153]: warning: SASL: Connect to private/auth failed: Connection refused My head's going to explode... |
|
| Author: | shadal [ Fri Sep 07, 2012 8:43 pm ] |
| Post subject: | Re: Dovecot not generating 'private/auth' file - please help |
Solved by adding the following to the service auth section of /etc/dovecot/conf.d/10-master.conf Code: unix_listener auth-master {
|
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|