Hi,
Case #1: I have ISPConfig3 running, sending email through telnet server.mydomain.com 25 are possible. Receiving email also possible.
BUT!! problem occurs when I try to login to squirrel...
I've been awaken for 2 days now and still couldn't figured out why logging in into squirrel always having an error: ERROR: Connection dropped by IMAP server.
here is the /var/log/mail.log:
Jun 3 00:23:27 server-01 imapd: Connection, ip=[::ffff:127.0.0.1]
Jun 3 00:23:27 server-01 imapd: chdir /var/vmail/mydomain.com/info: Permission denied
Jun 3 00:23:27 server-01 imapd: [email protected]: Permission denied
I did chmod 777 & still doesn't work, only another message appeared
Jun 3 00:24:28 server-01 imapd: Connection, ip=[::ffff:127.0.0.1]
Jun 3 00:24:28 server-01 imapd: [email protected]: Account's mailbox directory is not owned by the correct uid or gid
Try to do telnet to IMAP port
telnet mydomain.com 143
Trying 63.105.102.48...
Connected to mydomain.com.
Escape character is '^]'.
- OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double Precision, Inc. See COPYING for distribution information.
login [email protected] mypassword
login NO Error in IMAP command received by server.
and give no result... -_-
I checked mysql.sock, I checked username and password in mysql db, everything is correct.. anyone can help? PLEASE?!
Case #2: Does anyone know how to set or to view SMTP settings in ISPConfig 3? thank you..