Results 1 to 2 of 2
i am working on a linux lab for school right now where we are configuring dovecot. he asks us to "Configure the dovecot mail service daemon to support just the ...
- 05-03-2008 #1Just Joined!
- Join Date
- May 2007
- Posts
- 8
Quick dovecot question
i am working on a linux lab for school right now where we are configuring dovecot. he asks us to "Configure the dovecot mail service daemon to support just the imaps and pop3s protocols, and start the services"
help me understand how i do this? is it in the dovecot.conf file? because in there all ii see is imap and pop3.
thanks
james
- 05-05-2008 #2
you must be having a protocols line in dovecot.conf
uncomment it if commented
and if it shows none or its like
protocols = imap pop3
just add
protocols = imap pop3 imaps pop3s


Reply With Quote
