I get dovecot to work and answer when telnet to 110 both local and from another computer.
But it shows nothing in the log files except it's running. Here's the log and other info:
/var/log/maillog:
Jan 25 16:49:32 widgeteye dovecot: master: Dovecot v2.0.9 starting up (core dumps disabled)
dovecot --version 2.0.9
dovecot -n output
# 2.0.9: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.33.4-smp i686 Slackware 13.1.0 default_internal_user = myusername default_login_user = myusername disable_plaintext_auth = no listen = * mail_location = maildir:~/mail mail_privileged_group = mail passdb { args = scheme=CRYPT username_format=%u /usr/local/etc/dovecot/passwd.dovecot driver = passwd-file } protocols = pop3 service pop3-login { inet_listener pop3 { port = 110 } } ssl = no userdb { args = username_format=%u /usr/local/etc/dovecot/passwd.dovecot driver = passwd-file }
When I try get mail from my machine from another computer I get nothing What's up?
Thanks