I am unable to create email server setup on my linode VPS. I am trying to setup EMail server using http://library.linode.com/email/postfix article for debian 6.0, because i thought might be it is working but after configuration dovecot for retrieving emails via IMAP, POP3 is not running. It shows: telnet localhost 110 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
In dovecot configuration file, i am not using SSL protocols because i dont have SSL in my linode hosting, also article told me to ue saslauthd, but i am not using it so i don't configured it. After setup postfix, i configured dovecot but it shows an error while restart service says: unknown instance. I am read an article for fixing this issue from wiki2.dovecot.org, but not resolve the issue. Somehow i found a bug says dovecot 2.0 runnig on ubuntu 12.04, but i didn't find any article regarding this. Any help to do resolve this issue!!
sudo service dovecot statusto check if it is. – Calimo Sep 12 '12 at 16:11netstat --listen -A inetand see if you have a line liketcp 0 0 *:pop3 *:* LISTEN. – Calimo Sep 14 '12 at 7:29