From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D63C8139082 for ; Mon, 27 Nov 2017 13:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E139E0EA6; Mon, 27 Nov 2017 13:44:18 +0000 (UTC) Received: from smarthost01b.mail.zen.net.uk (smarthost01b.mail.zen.net.uk [212.23.1.3]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8724E0E9B for ; Mon, 27 Nov 2017 13:44:17 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost01b.mail.zen.net.uk with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1eJJhn-0007Qv-Ua for gentoo-user@lists.gentoo.org; Mon, 27 Nov 2017 13:44:16 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Setting up fetchmail to feed postfix Date: Mon, 27 Nov 2017 13:44:15 +0000 Message-ID: <2384888.fNx4q5PHHi@peak> In-Reply-To: <61581582-735a-b38d-0a1f-4b80429c532b@hanft.de> References: <2105357.N7kWRluRGt@peak> <2128624.EhtZOo38rr@peak> <61581582-735a-b38d-0a1f-4b80429c532b@hanft.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01b-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 8c414b7a-cc4a-4ac3-8f30-4a906fd752ce X-Archives-Hash: 9dacbb00a7bda30b25ff9f1f0e08aa9c On Friday, 24 November 2017 18:10:21 GMT Matthias Hanft wrote: > Peter Humphrey wrote: > > The ebuild installs /etc/init.d/fetchmail and /etc/conf.d/fetchmail, so > > it seems to expect me to run as a daemon. But then there's no sample > > fetchmailrc, which surprises me. > > A simple example line from my /etc/fetchmailrc is: > > poll pop.mail.server.example.com proto pop3 > user "your.username@there", with password "secret", is > "your.username@here" here, ssl; > > That's all... Thank you Matt. That did the trick, and I now have fetchmail working. -- Regards, Peter.