[EMAIL PROTECTED] wrote:

> I am setting up a small network and am currently attempting to set up the
> mailing system.
> The network server is running RHL5.1 on a 2.0.36 kernel (going 2.2 soon)
> with sendmail.
> Where can I find good instructions on setting up POP3 / SMTP mail ? 

In the documentation for the specific packages which you use.

> I though SMTP was allready running, but my Win mail client cannot connect.

If the sendmail daemon is running, the output of `ps ax' should
contain a line similar to:

  109  ?  S    0:00 sendmail: accepting connections on port 25 

This is started with `sendmail -bd' in your init scripts. If you have
a permanent Internet connection, or a network with multiple mail
server, you would also add something like `-q 15m' to that command.

RedHat's configuration tools may have a specific option to control
whether to run the sendmail daemon. If so, use that rather than
modifying your init scripts directly.

> For POP3 I assume I must run a daemon, but where do I get one (I didnt see
> any pop rpms during install)

AFAIK, RedHat's POP3 daemon is in the IMAP package.

> or can I use sendmail for POP too ?

No.

> The server is currently not connected to the internet, but I plan to connect
> on a regular basis to exchange mail
> (I presume I will need diald for bringing up pppd and a cron job to check
> regularly for outgoing mail) 

See the linux-admin FAQ (http://www.kalug.lug.net/linux-admin-FAQ/)
for details on configuring sendmail for offline use.

-- 
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