From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from nyquist.ee.ualberta.ca ([129.128.197.10] ident=joly) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15RM3G-00069Z-00 for gentoo-dev@cvs.gentoo.org; Mon, 30 Jul 2001 17:02:18 -0600 Received: (from joly@localhost) by nyquist.ee.ualberta.ca (8.8.6 (PHNE_17135)/8.8.6) id RAA16109 for gentoo-dev@cvs.gentoo.org; Mon, 30 Jul 2001 17:02:21 -0600 (MDT) From: Craig Joly To: gentoo-dev@cvs.gentoo.org Message-ID: <20010730170221.A16075@nyquist.ee.ualberta.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0us Subject: [gentoo-dev] /etc/services change for fetchmail Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Mon Jul 30 17:03:02 2001 X-Original-Date: Mon, 30 Jul 2001 17:02:21 -0600 X-Archives-Salt: db0170fc-4be4-4757-82b9-2070b33a9959 X-Archives-Hash: ee749d58130f180b11d9eb141478b3e6 I'm not sure which package this needs to be a change to, but /etc/services needs imap added on lines 91 and 92: imap2 143/tcp imap # Interim Mail Access Proto v2 imap2 143/udp imap Without this, fetchmail (or anything else most likely), won't work with the IMAP protocol. Craig