sendmail configuration

sendmail configuration

Post by Jama » Sun, 15 Feb 1998 04:00:00



Hello everyone... I am new to this and I need to configure my email
account. How do I go about this? I have sendmail and procmail that came
with redhat 5.0 but I could not find a comprehensive HOWTO document to be
able to configure it. Any help would be appreciated. You can e-mail me too.
I have 2.0.x kernel running on Toshiba laptop with PPP configured and
working. I also want to know if there is one command to connect to  my ISP
instead of typing out the whole path to my ppp-on file.
thankyou...
Jamal

 
 
 

sendmail configuration

Post by Doctor Wh » Sun, 15 Feb 1998 04:00:00



> Hello everyone... I am new to this and I need to configure my email
> account. How do I go about this? I have sendmail and procmail that came
> with redhat 5.0 but I could not find a comprehensive HOWTO document to be
> able to configure it. Any help would be appreciated. You can e-mail me too.
> I have 2.0.x kernel running on Toshiba laptop with PPP configured and
> working. I also want to know if there is one command to connect to  my ISP
> instead of typing out the whole path to my ppp-on file.
> thankyou...
> Jamal

Well, the initial configuration of Sendmail is no easy task.  I'd
strongly urge you to look for the book "sendmail" published by
O'Reilly & Associates by Bryan Costales and Eric Allman.  It's about
1020 pages long and will tell you nearly everything you need to know
about sendmail.

--

     "No, Linux is *not* the answer to all the world's problems!"
                        Email for PGP Public Key

 
 
 

sendmail configuration

Post by Kurt Wal » Tue, 17 Feb 1998 04:00:00



Quote:> Hello everyone... I am new to this and I need to configure my email
> account. How do I go about this? I have sendmail and procmail that came
> with redhat 5.0 but I could not find a comprehensive HOWTO document to be
> able to configure it. Any help would be appreciated. You can e-mail me too.

Good luck. Sendmail configuration is a nightmare.

Quote:> I have 2.0.x kernel running on Toshiba laptop with PPP configured and
> working. I also want to know if there is one command to connect to  my ISP
> instead of typing out the whole path to my ppp-on file.
> thankyou...

One way to do it is to create an alias:
        alias ppp-on='/usr/sbin/ppp-on'.
Put this in your .bash_profile or csh.login or whatever, and it will be
available every time you log in.  Another way is to add /usr/sbin to your
PATH.
Quote:> Jamal