On Wed, 2005-04-06 at 22:46 -0700, Corey Head wrote: > --- Marcos-Fedora Brazil <marcos-fedora@xxxxxxxxxxx> > wrote: > > but dovecot only up imap server, how to up pop3 > > server too? > > > > thanks > > > > Marcos > > > dovecot is setup for both POP3 and IMAP out of the > box. Just enable the service and you're up and > running. Keep in mind this is a very basic service, > so if you have a good deal of users, you may want to > use something more robust like Cyrus-IMAP, Qpopper or > other such servers. > > Corey > Corey, Might need to double check the config file. Last I glanced at it, it is set up to support only IMAP to begin with until I make one slight change to the config file, /etc/dovecot.conf. I believe the default line reads "protocols = imap imaps" and you need to make sure that the "protocols" line reads something like "protocols = pop3 imap" if you want it to support both of those. I think the complete line could read "protocols = pop3 pop3s imap imaps" but of course you need to play with certificates to set up either of the imaps or pop3s. Of course, after the change to the config file, you would need to restart the service. HTH, --Rob