diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-23 17:29:34 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-23 17:29:34 +0000 |
commit | 244e20f2cd440f7d8e772dd340629536f8446429 (patch) | |
tree | 408a72927a43dae11aa0f2e83ce25d1df4f445d2 /net-mail | |
parent | Checks is /usr/src/linux points to openmosix-sources, if not the ebuild aborts. (diff) | |
download | gentoo-2-244e20f2cd440f7d8e772dd340629536f8446429.tar.gz gentoo-2-244e20f2cd440f7d8e772dd340629536f8446429.tar.bz2 gentoo-2-244e20f2cd440f7d8e772dd340629536f8446429.zip |
Changed imap and pop3 listen port names to imap2 and pop-3. See bug
#7178 for further information.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/cyrus-imapd/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/files/cyrus.conf | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog index 06632372908e..61bc68a60c9b 100644 --- a/net-mail/cyrus-imapd/ChangeLog +++ b/net-mail/cyrus-imapd/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-mail/cyrus-imapd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.10 2002/09/16 18:35:47 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.11 2002/09/23 17:29:34 raker Exp $ *cyrus-imapd-2.1.9 (10 Sep 2002) + 23 Sep 2002; Nick Hadaway <raker@gentoo.org> files/cyrus.conf : + Changed imap and pop3 listen port names to imap2 and pop-3. See bug + #7178 for further information. + 16 Sep 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.9.ebuild : Updated src_install() to delete the empty /var/log{auth,imapd}.log files. Closes bug #7196. diff --git a/net-mail/cyrus-imapd/files/cyrus.conf b/net-mail/cyrus-imapd/files/cyrus.conf index abc8a5b0bf55..d4fd6dd5f2d8 100644 --- a/net-mail/cyrus-imapd/files/cyrus.conf +++ b/net-mail/cyrus-imapd/files/cyrus.conf @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/cyrus.conf,v 1.1 2002/07/13 21:56:01 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/cyrus.conf,v 1.2 2002/09/23 17:29:34 raker Exp $ # standard standalone server implementation @@ -13,8 +13,8 @@ START { # UNIX sockets start with a slash and are put into /var/imap/socket SERVICES { # add or remove based on preferences - imap cmd="imapd" listen="imap" prefork=0 - pop3 cmd="pop3d" listen="pop3" prefork=0 + imap cmd="imapd" listen="imap2" prefork=0 + pop3 cmd="pop3d" listen="pop-3" prefork=0 # Don't forget to generate the needed keys for SSL or TLS # (see doc/html/install-configure.html) #imaps cmd="imapd -s" listen="imaps" prefork=0 |