Sendmail / webmin

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: CraigWhitecraigwhite@azapple.com
Date:  
Subject: Sendmail / webmin
> -----Original Message-----
> From:
> [mailto:plug-discuss-admin@lists.plug.phoenix.az.us]On Behalf Of Keith
> Smith
> Sent: Wednesday, January 03, 2001 1:46 PM
> To:
> Subject: Sendmail / webmin
>
>
> Hi All,
>
> I'm trying to get sendmail to work and I'm confused.
>
> I am running Caldea eServer 2.3 right out of the box. It
> installs Linux, of
> course, Apache, PHP3, MySql, and Sendmail.
>
> I added Bind8 and have configured and tested my DNS.
>
> My Domain in pc-cashregister at 204.17.51.126. (I am running this on dial
> up for testing before collocating)
>
> I am not sure how to configure a POP account
> using
> Webmin.
>
> Any help appreciated,
> Keith
>

--
Sendmail is for smtp - it's an MTA not an MUA (mail transport agent as
opposed to a mail user agent)

generally, you can check mail locally by logging in directly to the computer
and typing "mail"

each 'local' user is an account though you can create 'pop accounts' or as
close to one by creating a user whose shell is like /bin/false.

If you want to run a pop server, you need to install a daemon to handle
that - Redhat supplies a number of them but most obvious is 'imap'

Craig