Ariën Huisken wrote: > Hi list, > > 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. best c -- Christian Haugan Toldnes Trustix Developer _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
