- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- redhat ES3.0 - trying to get sendmail to work
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 04:48 AM
10-08-2004 04:48 AM
redhat ES3.0 - trying to get sendmail to work
I get the following error.
WARNING: local host name (chpcpt02) is not qualified; fix $j in config file
root... Connecting to [127.0.0.1] via relay...
root... Deferred: Connection refused by [127.0.0.1]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:37 AM
10-08-2004 05:37 AM
Re: redhat ES3.0 - trying to get sendmail to work
The /etc/mail/sendmail.cf file needs to have a relayhost, DS$m will send to default relay host if it reachable on the network, also you can restart the service /etc/init.d/sendmail restart
Hope this helps
Rgds
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 07:07 AM
10-08-2004 07:07 AM
Re: redhat ES3.0 - trying to get sendmail to work
There is something different about how this version of sendmail has to be configured and i don't know what it is. I believe it has to do with the sendmail.mc file???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 01:34 AM
10-19-2004 01:34 AM
Re: redhat ES3.0 - trying to get sendmail to work
# up2date -i sendmail-cf
# cd /etc/mail
edit the sendmail.mc file
# m4 sendmail.mc > sendmail.cf
# /etc/init.d/sendmail restart
Cheers,
Andre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 01:51 PM
10-19-2004 01:51 PM
Re: redhat ES3.0 - trying to get sendmail to work
It has split the sending of email into two segments. The part which receives external, and the part that queues/sends locally generated mail.
To do either now, you need the 'sendmail' service running.
By default, the receiving part will only listen on the local host, so you can use your local system as an SMTP gateway.
It also queues the mail in different locations (/var/spool/mqueue for receiving mail, and /var/spool/clientmqueue for locally generated stuff).