Hey guys... How do I get this up and going, is there something I'm missing. When I log in to ISPConfig and look into Management > Services it says that pop3 is offline. I need to get this going... Thanks!
And what does happen if you start it? Hopefully pop3d logs into the mail log, what does your /var/log/mail.* logs tell by that time you try to start your pop3 daemon?
Okay I figured it out... It was running fine, I just had to uncomment a line in /etc/dovecot.conf... My old configuration was... # Protocols we want to be serving: # imap imaps pop3 pop3s #protocols = imap imaps pop3 pop3s I just uncommented the last line so my server would include all of them protocols. Thanks guys!