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
05-27-2003 09:30 PM
05-27-2003 09:30 PM
Sendmail
After uncommenting the following line from /etc/mail/sendmail.cf
O ServiceSwitchFile=/etc/mail/service.switch
Now I am getting the following error.
May 26 11:48:57 lib-03 sendmail[824]: LAA00824: to=msheab@libancell.com.lb, ctl
addr=root (0/3), delay=00:01:15, xdelay=00:01:12, mailer=smtp, relay=libancell.com.lb. [192.168.3.150], stat=Deferred: Connection timed out during initial connection with libancell.com.lb.
Any idea?
Thanks a lot.
Mohammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 09:42 PM
05-27-2003 09:42 PM
Re: Sendmail
I'd ask what the reason for making the sendmail.cf change was.
Thats not really important. I don't think the server libancell.com.lb. [192.168.3.150] is reachable or set up to relay your mail.
If you control this server look at the file /etc/mail/access
See if the IP address of your server is in there.
Mail relay is done as follows in sendmail.cf
DS
[IP_address_of_relay]
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Some people use hostname in the DS directive, but I don't. I want the mail to go through even if the Microsoft DNS server at our shop is burping up the blue screen of death.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 09:45 PM
05-27-2003 09:45 PM
Re: Sendmail
But why you need to uncomment that line ?
Any way it is ignored in hpux.
If you are not using DNS,then the entry at service.switch file should be like this:
hosts files
aliases files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 09:52 PM
05-27-2003 09:52 PM
Re: Sendmail
will tell how the host should be resolved.
If you have uncommented it then check how your hosts are resolved.
If you are using /etc/hosts to resolve the hosts
then it should look as
In /etc/nsswitch.conf
hosts: files
In /etc/mail/service.switch
hosts: files
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 03:26 AM
05-28-2003 03:26 AM
Re: Sendmail
Regards,
Mohammad