I've just successfully setup a ISPConfig 3 vps server box and I want to test if the email feature is working as intended. So, i followed these instruction to install the SquirrelMail:
Quote:
apt-get install squirrelmail
ln -s /usr/share/squirrelmail/ /var/www/webmail
Access squirrelmail:
http://192.168.0.100/webmail
To configure squirrelmail, run:
/usr/sbin/squirrelmail-configure
|
I used the "squirrelmail-configure" and used the option "D" and set it to use the "courier" IMAP server. When I went to test the configuration like this :
http://69.162.xxx.xxx/webmail/src/configtest.php
it said "Congratulations, your SquirrelMail setup looks fine to me!".
So, I went to login with the email I created in the ISPConfig client section and i got the following error :-
Quote:
ERROR:
ERROR: Connection dropped by IMAP server.
|
On the ISPConfig service monitor, it shows that all service are online.
Can someone help me figure out how to properly configure SquirrelMail with ISPConfig 3 please?
- Thanks in advance