LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to configure webmail server ? (https://www.linuxquestions.org/questions/linux-general-1/how-to-configure-webmail-server-4175446409/)

hackum 01-19-2013 07:57 PM

How to configure webmail server ?
 
Hello,

I'm developing a Newsletter in Java. For that, I think in do a server webmail in my cloud server. However, since that I started the install with Postfix, Dovecot and Squirrelmail, does not work. I followed several tutorials for installation.


When, I access: ipserver/squirrelmail. Appears the following message of error:

Error connecting to IMAP server: localhost.
111 : Connection refused

Please, someone have patience for me give a solution ?

Thanks you!

Ser Olmy 01-19-2013 08:19 PM

Squirrelmail is a web frontend for an IMAP server, and it's telling you it can't connect to that IMAP server.

In your case, the IMAP server is Dovecot. Either Dovecot isn't running, or the IMAP daemon is running on the wrong port or isn't bound to the "localhost" (127.0.0.1) IP (which will happen if you specify an IP address in the config file).

You should check your Dovecot configuration. Here's the relevant Wiki page from dovecot.org.

m1rr0rm3 01-21-2013 08:45 PM

How to configure webmail server ?
 
Try using Qmail as your backend with Horde works great

- Chris


All times are GMT -5. The time now is 06:40 AM.