ERROR: Connection dropped by IMAP server.

JerryChe

New member
Joined
Jun 13, 2008
Messages
1
Hello,
I have Reinstall DA in my Server, but I login squirrelmail with some error, "ERROR: Connection dropped by IMAP server.", Please help me fixed this error, THX!
 
Check your error logs. Make sure that imap is not blocked in your firewall.
 
Fix here

PHP:
/cd /usr/local/directadmin/custombuild
./build todovecot



PHP:
/usr/local/directadmin/directadmin c | grep dovecot

You should see dovecot=1. Once that's good, then restart DA.

Next, you'll want to reconvert the passwd files. Type

PHP:
echo "action=convert&value=todovecot" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d400
 
Solved

Fix here

PHP:
/cd /usr/local/directadmin/custombuild
./build to dovecot



PHP:
/usr/local/directadmin/directadmin c | grep dovecot

You should see dovecot=1. Once that's good, then restart DA.

Next, you'll want to reconvert the passwd files. Type

PHP:
echo "action=convert&value=todovecot" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d400

Fixed!

Thanks,
-j0
 
PHP Code:
Code:
/cd /usr/local/directadmin/custombuild
./build todovecot

works fine for me.
And todovecot in one word, like smtalk wrote

Do you know from where comes this problem ?
I have it on a VPS I install.
 
Fix here

PHP:
/cd /usr/local/directadmin/custombuild
./build to dovecot



PHP:
/usr/local/directadmin/directadmin c | grep dovecot

You should see dovecot=1. Once that's good, then restart DA.

Next, you'll want to reconvert the passwd files. Type

PHP:
echo "action=convert&value=todovecot" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d400

this fix does not works for me, the "inbox" still does not works

any other help?
 
Fix here

PHP:
/cd /usr/local/directadmin/custombuild
./build todovecot



PHP:
/usr/local/directadmin/directadmin c | grep dovecot

You should see dovecot=1. Once that's good, then restart DA.

Next, you'll want to reconvert the passwd files. Type

PHP:
echo "action=convert&value=todovecot" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d400

Thank you , this tut fixed my dovecot problem
 
Back
Top