On Fri, Aug 29, 2003 at 08:50:04PM +0200, Bastian Bense wrote:
> I think I got it working.
> Heres the config i'm using:
>
> --- config ---
> defaults
> no dns
> protocol pop3
> localdomains mydomain.com
> fetchall
>
> poll mail.server.com
> user "bbense" pass "???"
> no rewrite
> to *
> --------------
>
> This causes all mails that are in the mailbox with the destination host
> 'mydomain.com' to get directly passed to exim (well, port 25 on
> localhost). Since exim knows how to handle those messages, no more
> stuff is needed.
[...]
I am pretty sure that mail sent to:
To: foo@???
Bcc: bar@???
won't be delivered correctly with your setup (no "envelope" option)
because the received headers (fetchmail's default for "envelope")
won't include the necessary information.
cu andreas