Networking Forums

Networking Forums > Computer Networking > Linux Networking > RedHat ES 3.0 send mail does sendmail need to be on

Reply
Thread Tools Display Modes

RedHat ES 3.0 send mail does sendmail need to be on

 
 
LHradowy
Guest
Posts: n/a

 
      04-01-2004, 06:41 PM
Does sendmail need to be on to send mail?


 
Reply With Quote
 
 
 
 
J.O. Aho
Guest
Posts: n/a

 
      04-01-2004, 07:00 PM
LHradowy wrote:
> Does sendmail need to be on to send mail?


Most mail clients don't have a built in SMTP, so you need to configure the
mailcleinet to use one and it don't have to be a local one.
 
Reply With Quote
 
Dave Millen
Guest
Posts: n/a

 
      04-01-2004, 07:09 PM
On Thu, 01 Apr 2004 12:41:05 -0600, LHradowy wrote:

> Does sendmail need to be on to send mail?


No.

If your ISP gives you server names such as smtp.your-isp.com for outgoing
and pop.your-isp.com for incoming, just use those addresses in your mail
client and they will go via your ISP.

Regards,
Dave

 
Reply With Quote
 
Alexander Dalloz
Guest
Posts: n/a

 
      04-01-2004, 11:49 PM
On Thu, 01 Apr 2004 12:41:05 -0600 LHradowy wrote:

> Does sendmail need to be on to send mail?


If you do not run the sendmail service you will get no mails generated by
the system, like from logwatch or by cron generated information mail. I
fell on a server it is highly wanted to get mail feedback from the system
for the root user.

By default sendmail is limited to localhost on RHEL, so no outside users
are able to access the service.

Alexander


--
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653

 
Reply With Quote
 
Bob Hauck
Guest
Posts: n/a

 
      04-02-2004, 01:21 PM
On Fri, 02 Apr 2004 01:49:43 +0200, Alexander Dalloz
<(E-Mail Removed)> wrote:

> On Thu, 01 Apr 2004 12:41:05 -0600 LHradowy wrote:
>
>> Does sendmail need to be on to send mail?


No. It might need to be installed on the machine, depending on your
mail program, but it doesn't need to be running.


> If you do not run the sendmail service you will get no mails generated by
> the system, like from logwatch or by cron generated information mail.


For this sendmail only needs to be installed on the machine. It does
not need to be running as a daemon for system mail to be delivered.

The only problem would be if such system mail was being sent to another
machine, in which case it might be temporarily undeliverable. To handle
that you would want to run "sendmail -q" from a cron job once in a
while.


--
-| Bob Hauck
-| To Whom You Are Speaking
-| http://www.haucks.org/
 
Reply With Quote
 
Aleksandar Milivojevic
Guest
Posts: n/a

 
      04-03-2004, 04:30 AM
LHradowy wrote:

> Does sendmail need to be on to send mail?


No, sendmail does not need to run. However, if mail could not be
delivered immediately, it would be stored in the queue. If you don't
have sendmail running (at least in queue runner mode), mail that
couldn't be delivered immediately would stay in mail queue forever.

Also, starting with some version of sendmal package, some of the locally
generated mails will first go to the client mailqueue. If you don't
have queue runner for client mailqueue running, mail stays in client
mailqueue forever.
 
Reply With Quote
 
Aleksandar Milivojevic
Guest
Posts: n/a

 
      04-03-2004, 04:56 AM
Aleksandar Milivojevic wrote:

> Also, starting with some version of sendmal package, some of the locally
> generated mails will first go to the client mailqueue. If you don't
> have queue runner for client mailqueue running, mail stays in client
> mailqueue forever.


Forgot to mention, for client mailqueue to empty (if you have it), you
either need two sendmail processes, client mailqueue runner, and main
sendmail listening on localhost. Or client mailqueue runner with
submit.cf changed to point to smart host instead of localhost.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't Send Mail! Don Wireless Networks 2 11-01-2006 04:48 PM
Solved: Compiling fresh Sendmail on RedHat 9.0 Frantisek Rysanek Linux Networking 3 01-19-2005 12:14 AM
Can't send mail.... GH Wireless Internet 2 02-10-2004 03:46 PM
Problem getting my mail out with sendmail (namelookup failed) Sander Bosman Linux Networking 0 01-22-2004 08:32 AM
Can't send mail with mutt, using sendmail. TIA Naota Linux Networking 8 11-29-2003 09:13 PM



1 2 3 4 5 6 7 8 9 10 11