| Author |
Message |
williamhrs
Joined: 15 Oct 2011
Posts: 3
Location: Brazil
|
| Posted: Sat Oct 15, 2011 11:26 am Post subject: Error with postfix + dovecot... |
|
|
Hello everyone,
I followed linode toturial to install the post fix + dovecot + mysql, but when I try to login my smtp it doesn't work...
i keep getting a message like this on logs..
SASL PLAIN authentication failed: no mechanism available
has anyone seen something like that? |
|
| Back to top |
|
croxis
Joined: 15 Oct 2011
Posts: 4
|
| Posted: Sat Oct 15, 2011 12:13 pm Post subject: |
|
|
| I too have this problem. It started when I updated from Ubuntu 11.04 to 11.10 this morning. |
|
| Back to top |
|
williamhrs
Joined: 15 Oct 2011
Posts: 3
Location: Brazil
|
| Posted: Sat Oct 15, 2011 12:17 pm Post subject: |
|
|
| I'm currently using Debian squeeze |
|
| Back to top |
|
Jay3ld
Joined: 24 May 2010
Posts: 19
|
| Posted: Sat Oct 15, 2011 6:12 pm Post subject: |
|
|
I'm getting the same issue here after upgrading to ubuntu 11.10
I get this error in the error log:
2011-10-15 16:08:14 master: Error: service(auth): command startup failed, throttling
I didn't use the distribution config file when upgrading. I converted it using the documentation found here: http://wiki2.dovecot.org/Upgrading/2.0
That doesn't seem to work still.
I found this command, but it doesn't help me to much:
$ doveadm auth -x service=imap -x lip=127.0.0.1 john
Password:
doveadm(root): Error: Timeout waiting for handshake from auth server. my pid=21412, input bytes=0
doveadm(root): Fatal: Couldn't connect to auth socket |
|
| Back to top |
|
Jay3ld
Joined: 24 May 2010
Posts: 19
|
| Posted: Sat Oct 15, 2011 8:25 pm Post subject: |
|
|
I fixed mine.
try:
$ apt-get install dovecot-mysql
$ service dovecot restart
$ server saslauthd restart |
|
| Back to top |
|
williamhrs
Joined: 15 Oct 2011
Posts: 3
Location: Brazil
|
| Posted: Sun Oct 16, 2011 10:39 am Post subject: |
|
|
| nothing works for me :/ |
|
| Back to top |
|
pclissold
Joined: 24 Oct 2003
Posts: 877
Location: Netherlands
|
| Posted: Sun Oct 16, 2011 11:04 am Post subject: |
|
|
| Check the contents of /etc/pam.d/smtp and /etc/postfix/sasl/smtpd.conf or post them here (with the passwords redacted). |
|
| Back to top |
|
Piki
Joined: 16 Jun 2011
Posts: 276
Location: Cyberspace
|
| Posted: Sun Oct 16, 2011 11:49 am Post subject: |
|
|
| Also the command 'postconf -n', and the contents of your /etc/postfix/main.cf. If you have postfix running, 'postconf -n' will show the configuration it's currently using. main.cf contains the configuration postfix will load when you start it. |
|
| Back to top |
|
croxis
Joined: 15 Oct 2011
Posts: 4
|
| Posted: Tue Oct 18, 2011 11:13 am Post subject: |
|
|
A user over at the ubuntuforums has posted a fix for ubuntu users:
http://ubuntuforums.org/showpost.php?p=11359402&postcount=20 |
|
| Back to top |
|
hoopycat
Joined: 30 Aug 2008
Posts: 1294
Location: Rochester, New York
|
| Posted: Tue Oct 18, 2011 2:54 pm Post subject: |
|
|
| Looks like lp:875440 is the bug report on the issue. |
|
| Back to top |
|
Jay3ld
Joined: 24 May 2010
Posts: 19
|
| Posted: Tue Oct 18, 2011 7:27 pm Post subject: |
|
|
| Did anyone check their logs? Including if you setup vmail, the /home/vmail/dovecot-deliver.log |
|
| Back to top |
|
| |