From: Sebastian B. <sb...@us...> - 2013-12-24 09:05:41
|
Update of /cvsroot/simplemail/simplemail/tests/dovecot-conf In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29899/tests/dovecot-conf Modified Files: dovecot.conf Log Message: Enable IMAP and POP3 protocols. Index: dovecot.conf =================================================================== RCS file: /cvsroot/simplemail/simplemail/tests/dovecot-conf/dovecot.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dovecot.conf 24 Dec 2013 09:05:00 -0000 1.1 +++ dovecot.conf 24 Dec 2013 09:05:39 -0000 1.2 @@ -22,6 +22,7 @@ # Protocols we want to be serving. #protocols = imap pop3 lmtp +protocols = imap pop3 # A comma separated list of IPs or hosts where to listen in for connections. # "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces. |