This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

fetchmail and pop 3 proxy

Cannot get fetchmail to work with pop3 proxy! When i use fetchmaill it only delivers the header of the emails, no message. A test with OE as pop3 client went ok. But i need fetchmail because i have to pass the emails to a postfix mail server. Can someone help?


This thread was automatically locked due to age.
  • Hi,

    can you post the fetchmail.rc (of course without user and pw [:)].

    Chris

    #Important, * behind to at the user line, otherwise Fetchmail will try to send mail to root@localhost.

    set logfile "/var/log/fetchmail"
    set postmaster "postmaster"
    set no bouncemail /Err-Mails to postmaster
    set no spambounce
    set properties ""
    set daemon 60 /every 60 seconds
    poll ip_from_where_to_get_mail via server_name
     with proto POP3
        localdomains your_local_domain
           user 'name' password 'password' to * no rewrite
    smtphost ip_of_your_postfix
  • I found out why it didn't work!
    With fetchmail u have to use  the fetchall (-a) option, 'cause then fetchmail uses RETR and not TOP for retrieving emails. TOP is the  default command without parameters. And Astaro POP3 Proxy cannot handle TOP command properly! (Only header is passed on)

    Should be fixed in my opinion!!

    @Chris Many thanx for your reply!!

    Joerg
  • the reason TOP command is not allowed for anything except the header is that only a part of the message is sent  and  virus/expression filters cannot operate on message parts.