Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Fri, 18 Jan 2002 14:06:11 -0500
From: Jason Tishler <jason@tishler.net>
To: Patrick Lightbody <plightbo@cisco.com>
Cc: Cygwin <cygwin@sources.redhat.com>
Subject: Re: Windows XP, inetd, and procmail, fetchmail, and mutt
Message-ID: <20020118190610.GD2312@dothill.com>
Mail-Followup-To: Patrick Lightbody <plightbo@cisco.com>,
	Cygwin <cygwin@sources.redhat.com>
References: <5.1.0.14.0.20020118010258.00b7a478@ce-nfs-1> <5.1.0.14.0.20020118010258.00b7a478@ce-nfs-1> <5.1.0.14.0.20020118103834.020e5b70@ce-nfs-1>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <5.1.0.14.0.20020118103834.020e5b70@ce-nfs-1>
User-Agent: Mutt/1.3.24i

Pat,

Please keep your replies on the list.

On Fri, Jan 18, 2002 at 10:39:31AM -0800, Patrick Lightbody wrote:
> Jason, actually I got the procmail binary, and I compiled mutt and 
> fetchmail myself. I was mostly having trouble getting procmail to work on 
> port 25,

Most likely because you don't have a SMTP daemon running.

> but I just found a workaround for that: fetchmail -m /usr/bin/procmail.

Try a .fetchmailrc file like the following:

set logfile /tmp/fetchmail.log
set invisible                       # suppress "Received:" line fetchmail adds
set no bouncemail

poll "mail"
protocol pop3
username "user"
password "password"
nokeep                              # delete successfully received messages
mda "/usr/local/bin/procmail -d %T" # pass message to the local MDA

> Everything is working great for me, though I haven't 
> tried sending mail.

Try ssmtp for sending mail.

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

