I have install dovecot for pop3 and configured it, now when I try to test dovecot pop3
#telnet localhost pop3
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
here is my dovecot.conf
#protocols = imap imaps pop3 pop3s
protocols = pop3 pop3s imap imaps
#pop3_uidl_format = %08Xu%08Xv
#imap_client_workarounds = delay-newmail outlook-idle netscape-eoh
#pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
#mail_location = maildir:~/Maildir
why is pop3 refused to connect are my setting not right, no firewall or selinux set.
|