On Tue, May 09, 2000 at 11:45:56AM +0200 Paul Slootman wrote :
> I have a client that has his own domain. He has a dialup connection to
> his ISP, and all email to anyone@??? goes into a POP mailbox.
> Unfortunately, the POP3 server apparently doesn't have any extensions
> for determining the original envelope recipient (e.g. like Demon's
> SDPS). Currently fetchmail collects the email and dumps it to a local
Try envelope_to_add = yes, and get the end user to configure his fetchmail to
look at the Envelope_To header. This normally solves this one.
ie:
defaults proto pop3
envelope Envelope-to
smtpaddress domain.com
in the fetchmailrc file.
The only gotcha is locally hosted mailing lists - be wary.
--
Ian