Sherine wrote:

> Hi everybody I trying to configure a RH5.0 macvhine as a POP3 server.
> Is there an additional software I need to add? like qpopper? or it is
> configurable as is?

IIRC, RedHat uses ipop3d, which is part of the IMAP package (along
with imapd).

> I downloaded the latest version of sendmail --8.9.2
> and I'm presently installing and configuring. I can send mail via "PINE"
> to users on the same machine but I can't send mail from applications like
> eudora or pine.

Sendmail (or another MTA, e.g. qmail, smail) is required in order to
send mail, whether to other local users or to remote users.

However, sendmail has nothing to do with POP3; you need a POP3 daemon
(e.g. UCD pop3d, ipop3d, qpopper).

> my /etc/inetd.conf has these line:
> 
> pop-2     stream   tcp   nowait   root   /usr/bin/tcpd      ipop2d
> pop-3     stream   tcp   nowait   root   /usr/bin/tcpd      ipop3d

You need to check whether ipop3d is actually installed (e.g. as
/usr/sbin/ipop3d). If it isn't, look for the IMAP package.

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

Reply via email to