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

When will the POP Proxy be fixed???

I am still having the issue where the POP proxy will cut off all emails inbound to one line.  Several other people are having various other problems.  When will these issues be resolved?

I don't even need the answer to be soon; I just want to hear something definitive from someone who knows.  I paid money for filtering and I am not getting it.  I am willing to wait, but I'd like to know how long that's going to be.

Regards,

-Daniel


This thread was automatically locked due to age.
Parents
  • I have not tried it with another POP client, but I gather that it is probably Fetchmail since just a few are complaining about it.  So, the question is, is there any way this can be looked at by an Astaro engineer?

    I know this isn't the highest priority problem, but Fetchmail is a pretty major app.

    Thanks much,

    -Daniel
  • Fetchmail is not fetching the mail via a normal RETR request (like every other client) but via a TOP request. Since the TOP request is blocked by the proxy (the only content which is allowed is the header + one line) the fetchmail does not get the content it expects. Please read the manual for fetchmail on how to use RETR instead of TOP (I believe the option is -a).
  • Thank you, sir, for this information.  

    For future visitors to this thread, here's how you fix fetchmail. The -a (fetchall) option has to be given to Fetchmail, as mentioned above.  But since I run Fetchmail in daemon mode I had to add it to my .fetchmailrc file.

    All I did was append the option "fetchall" (which corresponds to the -a option) to the end of my file, like so:

    poll $SERVER with proto POP3
    user $USER@HOST there with password $MYPASS
    is $USER here fetchall.

    That should do the trick.
Reply
  • Thank you, sir, for this information.  

    For future visitors to this thread, here's how you fix fetchmail. The -a (fetchall) option has to be given to Fetchmail, as mentioned above.  But since I run Fetchmail in daemon mode I had to add it to my .fetchmailrc file.

    All I did was append the option "fetchall" (which corresponds to the -a option) to the end of my file, like so:

    poll $SERVER with proto POP3
    user $USER@HOST there with password $MYPASS
    is $USER here fetchall.

    That should do the trick.
Children
No Data