Loggin in via Squirrel Mail or RoundCube but cannot see mail

directvoip

Verified User
Joined
Jul 23, 2012
Messages
8
Hello, the mail is coming in but when logging in via via Squirrelmail or Roundcube we are not able to see the mail.
Dovecot is running for both imap and pop3. Am sure I am missing something doing basic.....
Please help
 
You probably have something miss-configured then for dovecot.

Try:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build dovecot d
service dovecot restart

If it still doesnt work you might need to do:

Code:
wget -O /etc/dovecot/dovecot.conf http://files.directadmin.com/services/custombuild/dovecot.conf.2.0
chmod 644 /etc/dovecot/dovecot.conf
service dovecot restart
 
Thanks I have done the two options you gave. However now a different error message which is below
Disconnected: Auth process broken
Cannot login for via roundcube nor squirrelmail.
Have googled this and have gotten nowhere.
Any more ideas
 
Back
Top