On Thu, 18 Feb 1999, Chris Blessing wrote:

> Anyways, what I am trying to do is setup in.pop3d (or some other POP3
> daemon) to allow users to check their mail via the POP3 mail protocol
> with a client such as Netscape or even the dreaded Hotmail POP access. 
> When I attempt to check foo's mail via POP3 in Netscape (for example), I
> can get as far as contacting the server and beginning to send login
> info.  Right then my Linux box disconnects me (from the mail server
> connection) and Netscape complains about how I should contact the sys
> admin (which I ironically am).
It seems that you are suffering the same problem as me.  I installed pop3d
from a earlier tgz that i have in my cds.  It contains all sources to get
in.pop3d compiled.  The instalation part of the makefile only copies the
file to /usr/sbin, the man pages, and creates the /usr/tmp/.pop directory.
But you should pay attention to the sources, because the mailbox are
retrieved from /usr/spool/mail instead of /var/spool/mail ... 
There are two possible solutions to this, 1) modify and recompile the
sources, or make a symlink    
[snip]
myhost /usr# ln /var/spool spool -s
[snip]
I hope this help you.

Greetings ...

________________________________________________
Ariel Pereira


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to