Operating System - Linux
1825764 Members
2141 Online
109687 Solutions
New Discussion

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