Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 18 Jan 2002 14:06:11 -0500 From: Jason Tishler To: Patrick Lightbody Cc: Cygwin Subject: Re: Windows XP, inetd, and procmail, fetchmail, and mutt Message-ID: <20020118190610.GD2312@dothill.com> Mail-Followup-To: Patrick Lightbody , Cygwin References: <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20020118010258 DOT 00b7a478 AT ce-nfs-1> <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20020118010258 DOT 00b7a478 AT ce-nfs-1> <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20020118103834 DOT 020e5b70 AT 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/