Dovecot IMAP

MindaugasC

Verified User
Joined
Dec 12, 2012
Messages
12
Hello,

i install fresh DirectAdmin with 1.2 custombuild

I have problem with e-mails, can login int email from roundcube/squirrelmail
its saying: Cannot connect to IMAP server.

Dose anyone have any ideas?
 
You wrote that you can login. Why is that a problem?

Or do you mean you canNOT login?

If the latter, check to see if IMAP is running:
Code:
ps waux | grep -i imap
Jeff
 
It might also be related to http://help.directadmin.com/item.php?id=243, http://help.directadmin.com/item.php?id=18 (only if you don't have dovecot installed) or firewall.

You probably either don't have dovecot installed or don't have it running. So try:

Code:
cd /usr/local/directadmin/custombuild/
./build set dovecot yes
./build dovecot


You wrote that you can login. Why is that a problem?

Or do you mean you canNOT login?

If the latter, check to see if IMAP is running:
Code:
ps waux | grep -i imap
Jeff

Sorry, my mistake, it should be can't....IMAP/POP3 working if u checking from gmail or outlook, but then im trying to check mail from squirrelmail or roundcube - i'm getting this error
 
If you can access IMAP from an external source but your squirrelmail and/or roundcube doesn't work, then you should start looking at your configs for those email packages or some config in your php. I believe they both use php sockets to access IMAP, have you disabled the socket functions in your php?
 
If you can access IMAP from an external source but your squirrelmail and/or roundcube doesn't work, then you should start looking at your configs for those email packages or some config in your php. I believe they both use php sockets to access IMAP, have you disabled the socket functions in your php?

ouch...Thank you sir, yes disable socket.....thank you again.
 
Back
Top