ispCP - Board - Support
Dovecot authentication error - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: Dovecot authentication error (/thread-12444.html)



Dovecot authentication error - evopark - 12-15-2010 11:47 AM

Hi!

After the Update from ispcp 1.0.5 to 1.0.7, dovecot mail server couldn't check the mailpasswords.

In the syslog are this errors:


Quote:Dec 15 02:43:57 evomail1 postfix/smtpd[3245]: connect from unknown[93.185.128.229]
Dec 15 02:43:57 evomail1 dovecot: auth(default): new auth connection: pid=3245
Dec 15 02:43:57 evomail1 dovecot: auth(default): client in: AUTH#0111#011LOGIN#011service=smtp#011nologin#011lip=178.63.14.115#011rip=93.185​.128.229
Dec 15 02:43:57 evomail1 dovecot: auth(default): client out: XXX
Dec 15 02:43:57 evomail1 dovecot: auth(default): client in: XXX
Dec 15 02:43:57 evomail1 dovecot: auth(default): client out: XXX
Dec 15 02:43:57 evomail1 dovecot: auth(default): client in: XXX
Dec 15 02:43:57 evomail1 dovecot: auth(default): checkpassword(peter@mechatronixs.com,93.185.128.229): execute: /var/www/ispcp/engine/ispcp-dovecot-mngr /usr/lib/dovecot/checkpassword-reply
Dec 15 02:43:57 evomail1 dovecot: auth(default):
Dec 15 02:43:57 evomail1 dovecot: auth(default): [FATAL] Module [File::Copy::Recursive] WAS NOT FOUND !
Dec 15 02:43:57 evomail1 dovecot: auth(default):
Dec 15 02:43:57 evomail1 dovecot: auth(default): Modules [File::Copy::Recursive] WAS NOT FOUND in your system...
Dec 15 02:43:57 evomail1 dovecot: auth(default): checkpassword(peter@mechatronixs.com,93.185.128.229): Received no input
Dec 15 02:43:57 evomail1 dovecot: auth(default): checkpassword(peter@mechatronixs.com,93.185.128.229): exit_status=1
Dec 15 02:43:57 evomail1 dovecot: auth(default): checkpassword(peter@mechatronixs.com,93.185.128.229): Login failed (status=1)
Dec 15 02:43:59 evomail1 dovecot: auth(default): client out: FAIL#0111#011user=peter@mechatronixs.com
Dec 15 02:43:59 evomail1 postfix/smtpd[3245]: warning: unknown[93.185.128.229]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
Dec 15 02:43:59 evomail1 postfix/smtpd[3245]: lost connection after AUTH from unknown[93.185.128.229]
Dec 15 02:43:59 evomail1 postfix/smtpd[3245]: disconnect from unknown[93.185.128.229]
Quote:I don't change any Config Files of dovecot during update.

Can anyone help me please!!!

Thanks!


RE: Dovecot authentication error - fluser - 12-15-2010 02:09 PM

See into the howto. The authentication script changed. Replace it and it will work againSmile

Best Regards
Fluser


RE: Dovecot authentication error - motokochan - 12-15-2010 04:01 PM

evopark, change the password for that account immediately. You provided the password in your first post (base64 can be easily reversed).


RE: Dovecot authentication error - gutek - 01-06-2011 10:52 PM

(12-15-2010 02:09 PM)fluser Wrote:  See into the howto. The authentication script changed. Replace it and it will work againSmile

Best Regards
Fluser

Hello,

i have the same problem, incorect password or username Sad Where i can find new authentication script? I have tried tis one (http://isp-control.net/forum/thread-6088-page-1.html) , but still i cant log in with dovecot.

Best regards
Gutek


RE: Dovecot authentication error - fluser - 01-06-2011 11:17 PM

How did you renamed the script?


RE: Dovecot authentication error - aseques - 01-07-2011 05:53 PM

(01-06-2011 11:17 PM)fluser Wrote:  How did you renamed the script?
The problem appears to be with this missing component:
[FATAL] Module [File::Copy::Recursive] WAS NOT FOUND !

Just doing this should fix it ...
Code:
apt-get install libfile-copy-recursive-perl



RE: Dovecot authentication error - gutek - 01-08-2011 06:16 AM

problem solved.

Script was OK, but all old e-mail passwords gone in /dev/null (i had to regenerate all email passwords) just like in thread http://isp-control.net/forum/thread-12346.html

Best Regards
Gutek