How To Install IMAP & POP3 Server For Fedora Core 4
You can use the dovecot package that comes with Fedora Core 4. The process is simple.
su
chkconfig –levels 35 dovecot on
service dovecot start
In plain english this is what you are doing above:
- Logging in a root
- Configuring dovecot to start as service for level 3 (console based) and 5 (GUI based).
- Starting dovecot service
You can also use Cyrus-IMAPd or QPopper.
