[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] SMTP/IMAP/POP Support
From: |
Earl Hood |
Subject: |
Re: [Nmh-workers] SMTP/IMAP/POP Support |
Date: |
Sun, 5 Dec 2010 20:52:05 -0600 |
On Fri, Dec 3, 2010 at 8:03 PM, Michael Richardson
<address@hidden> wrote:
> Â fetchmail --proto POP3 --mda "/usr/lib/mh/rcvstore -sequence novavision
> +inbox" --logfile /var/tmp/nvmail.log mail.novavision.ca
I do something like the following:
fetchmail -m '/usr/bin/procmail -d %T'
This bypasses the local SMTP server and delivers directly to my mail
spool file, which I can then just use 'inc' to incorporate.
In sum, since many MTAs use procmail for local delivery, just call
it yourself via fetchmail, and use whatever options you want.
--ewh
- Re: [Nmh-workers] SMTP/IMAP/POP Support, (continued)
Re: [Nmh-workers] SMTP/IMAP/POP Support, Joel Uckelman, 2010/12/04
- Re: [Nmh-workers] SMTP/IMAP/POP Support, Ken Hornstein, 2010/12/04
- Re: [Nmh-workers] SMTP/IMAP/POP Support, Lyndon Nerenberg (VE6BBM/VE7TFX), 2010/12/04
- Re: [Nmh-workers] SMTP/IMAP/POP Support, Michael Richardson, 2010/12/04
- Re: [Nmh-workers] SMTP/IMAP/POP Support, Joel Uckelman, 2010/12/05
- Re: [Nmh-workers] SMTP/IMAP/POP Support, Paul Fox, 2010/12/05
- Re: [Nmh-workers] SMTP/IMAP/POP Support, Joel Uckelman, 2010/12/06
Re: [Nmh-workers] SMTP/IMAP/POP Support,
Earl Hood <=