Operating System - Linux
1825659 Members
3618 Online
109686 Solutions
New Discussion

Re: pop3 daemon for Fedora Core 1

 
SOLVED
Go to solution
Rodney_24
New Member

Re: pop3 daemon for Fedora Core 1

you need to go to the /etc/dovecot.conf file and uncomment the lines near the top about POP3.
Specifically

protocols = imap imaps pop3 pop3s

should be on (matching your choices) and

imap_listen = *
pop3_listen = *

should be uncommented, too.
Then restart dovecot and postfix or sendmail