| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Fri, 18 Jun 2004 07:19:21 -0400 |
| From: | Jason Tishler <jason AT tishler DOT net> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: fetchmail |
| Message-ID: | <20040618111921.GA5812@tishler.net> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <40D1D732 DOT 6000301 AT fastmail DOT fm> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <40D1D732.6000301@fastmail.fm> |
| User-Agent: | Mutt/1.4.1i |
| X-IsSubscribed: | yes |
On Thu, Jun 17, 2004 at 01:38:58PM -0400, Harpreet Singh wrote:
> i get the following error message when using fetchmail. I do have
> procmail installed on my machine as well.
>
> [snip]
Does the following .fetchmailrc sample from the README work any better?
To install fetchmail for a single user, create a fetchmail run
control file, ~/.fetchmailrc, with contents like the following:
set logfile /var/log/fetchmail.log
set invisible
set no bouncemail
poll "$mailserver"
protocol $popimap
username "$username"
password "$password"
fetchall
nokeep
mda "/usr/bin/procmail -d %T"
where:
$mailserver is your mail server name
$popimap is "pop3" or "imap", as appropriate
$username is your mailserver user name
$password is your mailserver password
Jason
--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |