>> I have postfix with email users configured in /etc/postfix/virtual.
>>
>> All works fine when receiving mail on port 25, but there are many 
>> mails in one single mailbox on the popserver of my isp left.
>>
>> I wish to fetch them and delivered to the users listed in virtual.
>>
>> Now if I start fetchmail I have no idea where the mails going to 
>> after fetching, well not in the users mailboxes...
>
> As far as I know, fetchmail delivers directly to the local smtpd, so 
> mail should end up exactly where it would if you send mail locally.
>
> You should check the mail log during a fetchmail run and see what happens.
>
>>
>> Here is my .fetcmailrc and I hope someone can give me a hint on 
>> what's wrong:
>
> It looks bigger and more complex than needed. But I don't know too 
> much about what's needed for that ISP..
>
> My working .fetchmailrc:
> poll "pop.myisp.com" with proto POP3 user "info" password "kajhdbc" ssl
>
> This delived the mail to local smtp, the ssl-part can be skipped if 
> no ssl is available.
>

Ok, so far i have simplified my .fetchmailrc but all retrieved mail is 
now delivered to user root (who is invoking the fetchmail command).

I have to put two parameters more to prevent this:
localdomains mydomain.com
to * here

But now all mails are sent to the 1e MX record host of this domain 
instead of delivered local: /var/log/mail/notice:

Nov 17 11:21:34 mailserver postfix/smtp[15589]: BC27432C01E: 
to=<[EMAIL PROTECTED]>, relay=pop.domain.com[123.
123.123.123], delay=1, status=sent (250 ok 1132223211 qp 18823)
Nov 17 11:21:34 mailserver postfix/qmgr[1299]: BC27432C01E: removed

no envelope and no dns options in .fetchmailrc has no effect, exept 
speeding up the process.

Suggestions anyone please?

--
Ariën Huisken


_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to