Hi all,

I configured postfix with virtual users successfully following the guide at -
http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-13-x86_64

Now I want to fetch mails from a catch-all account of my isp and
distribute the emails to local users. I am stuck with the distribution
part. Following is my fetchmailrc config -

**************
poll isp.realdomain
        proto pop3
        no dns
        localdomains domain.local
        envelope "Delivered-To"
        auth password
        user "[email protected]"
        pass "MyPassword"
        is * here
        fetchall
        no keep
***************

The issue is that fetchmail is trying to deliver the emails to
u...@localhost rather than [email protected] as expected.

Any suggestions what is missing or what needs to be corrected?

Thanks in advance.

-- 
Regards
Gorav
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to