From dd076fbd0abb7f940a4d0bd09356ce2e4d31fef2 Mon Sep 17 00:00:00 2001 From: Nick Hadaway Date: Mon, 23 Sep 2002 17:29:34 +0000 Subject: Changed imap and pop3 listen port names to imap2 and pop-3. See bug #7178 for further information. --- net-mail/cyrus-imapd/ChangeLog | 6 +++++- net-mail/cyrus-imapd/files/cyrus.conf | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'net-mail/cyrus-imapd') 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 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 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 -- cgit v1.2.3-65-gdbad