Hi
I am having a problem with fetchmail / exim recognising user names ie:
Fetmailrc = defaults set postmaster mailpoll@mail1 set no bouncemail:
poll 208.55.225.118 protocol pop3 user mike password tux769 no rewrite
keep;
eximlog is
2001-01-22 13:58:10 14KhU2-0002s9-00 <= mike@??? H=mail1
(localhost) [127.0.0.1] U=root P=esmtp S=1185
id=E14Kimk-0008pt-0Y@???
2001-01-22 13:58:10 14KhU2-0002s9-00 => mail <root@localhost>
D=localuser T=local_delivery
2001-01-22 13:58:10 14KhU2-0002s9-00 Completed
As you can see the mail is going to exim but then exim is sending it to
root rather than mike (which is set up as a user account)
Any ideas