[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [mpop-users] pipelining=off not working?
On Tue, 09. Jan 2007, 20:37:27 -0600, Jeremy C. Reed wrote:
> I am using:
>
> mpop --host=myhost --user me \
> --delivery=mbox,/var/mail/me --tls=off --auth=user --keep=off \
> --pipelining=off
>
> But it hangs everytime I use it. It always hangs when it prints to console
> that it is loading the second message. I kill it with CTRL-C and next time
> it shows next two messages and hangs.
>
> [...]
>
> It sure looks like it sends multiple DELE at one time before waiting.
> And so I use tcpdump and it clearly shows it sends RETR twice before it
> receives the first message.
>
> [...]
>
> Does anyone have fix for pipelining?
Mpop will still use pipelining if the server supports the CAPA command
and sends "PIPELINING" in the CAPA response. The --pipelining option is
only for servers that do not support the CAPA command.
This behaviour works for me, I just tested it. What does your POP3
server send in response to CAPA? (The --debug option will print the
whole session).
Regards,
Martin