- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: sendmail is slow in linux
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
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
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
тАО01-09-2006 06:41 PM
тАО01-09-2006 06:41 PM
sendmail is slow in linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2006 09:27 PM
тАО01-09-2006 09:27 PM
Re: sendmail is slow in linux
Most sendmail issues seesm to be with name resolution, check your dns.
Cheers
Vipul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2006 09:38 PM
тАО01-09-2006 09:38 PM
Re: sendmail is slow in linux
check these files and post informations,
a) /etc/nsswitch.conf file for hosts: entry
b) /etc/resolv.conf for dns
c) /etc/hosts
Check connectivity as,
a) nslookup
b) traceroute
to the destination user account mail Id server.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2006 06:26 AM
тАО01-10-2006 06:26 AM
Re: sendmail is slow in linux
Its almost always DNS configuration, /etc/nsswitch.conf and more important /etc/resolv.conf that causes this.
It could be the DNS server itself if other machines with similar configurations are affected.
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
тАО01-10-2006 09:30 AM
тАО01-10-2006 09:30 AM
Re: sendmail is slow in linux
Is this publicly exposed, and do you have a large mail queue? ('mailq -OMaxQueueRunSize=1;mailq -Ac -OMaxQueueRunSize=1' will show you how big the queues are).
Mind you, I've got a machine here with in excess of 20,000 messages in the queue, and sendmail still restarts within 2 seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2006 02:00 PM
тАО01-10-2006 02:00 PM
Re: sendmail is slow in linux
yes , it should be the problem of resolve host name , if I add the host name to the /etc/hosts as below, it works perfect . But I concern whether this setting will affect the DNS lookup problem of the system, is there any impact of this setting ? thx
vi /etc/hosts
127.0.0.1 localhost.localdomain localhost my_host_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2006 03:48 PM
тАО01-10-2006 03:48 PM
Re: sendmail is slow in linux
Recent distributions however have been adding the hostname to the 127.0.0.1 line, and this works alright for most things.
If you are not part of a network where this machine is acting for the mail server, then it's fine. If there are multiple machines using this one as a mail server, it should have a static IP and the hostname should be on a line in /etc/hosts on that line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2006 04:25 PM
тАО01-10-2006 04:25 PM
Re: sendmail is slow in linux
If the machine is expected to get mail to other machines, thats when DNS performance matters. So you need to make sure the response of your DNS servers, listed in /etc/resolv.conf is appropriate.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com