"Brian Moon" <[EMAIL PROTECTED]> wrote:
>
>Sorry forgot the :), really.
No prob.
>the problem is I am using qpopper and I cannot figure out how to get it to
>put mail in ~user/Mailbox.
You have to apply a small patch and recompile.
>Do you recommend another POP3 server?
qmail-pop3d
>The line in the FAQ:
>
>Security note: pop3d should be used only within a secure network;
>otherwise an eavesdropper can steal passwords.
>
>scares me. Exactly what is meant by 'secure network'?
The problem is that plain old POP3 authentication sends passwords in
the clear. Anyone who can sniff the traffic between the server and a
client can steal POP passwords. You need something like APOP to fix
this. Since qmail-pop3d is modular, this means replacing checkpassword
with an APOP version.
-Dave