- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail: rejecting connections
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
03-01-2004 08:43 AM
03-01-2004 08:43 AM
gtportal: /etc > ps -ef|grep sendmail
root 7566 2909 1 15:54:03 pts/ta 0:00 grep sendmail
root 5577 1 0 15:41:15 ? 0:00 sendmail: rejecting connections
on port 25: load average: 70
Pls Help me
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 08:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 08:48 AM
03-01-2004 08:48 AM
Re: sendmail: rejecting connections
You will need to reduce the load on the box. (uptime). Make sure you don't have any processes or scripts that are causing issues.
Once it is reduced, restart sendmail. /sbin/init.d/sendmail stop; /sbin/init.d/sendmail start
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 08:53 AM
03-01-2004 08:53 AM
Re: sendmail: rejecting connections
U know? i could configure my sendmail only using DNS, i dont want to use DNS on that server.. how can i do for configure sendmail withot sendmail.. i want to use a relay host...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 09:00 AM
03-01-2004 09:00 AM
Re: sendmail: rejecting connections
Not sure if I understood your question. If you want to use relay host, then you will need to add it to the DS macro of /etc/sendmail/sendmail.cf file. Edit that file and search for DS.
You don't need to run sendmail to send mails out. Sendmail will be invoked as a client to send the mails. But to receive, you will need to have it running on the system.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 09:12 AM
03-01-2004 09:12 AM
Re: sendmail: rejecting connections
The two sendmail options that control actions under load are as follows:
O QueueLA=8
and
O RefuseLA=12
So at a load of 8 sendmail will queue messages, but attempt no delivery. At load 12 sendmail will not accept mail at all.
SO you either have to adjust these values & bounce sendmail - OR get that load down. I would prefer the latter. Find out why your load is so high & get it down into a normal range.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 09:12 AM
03-01-2004 09:12 AM
Re: sendmail: rejecting connections
But.. i can not send email out of my domain, like hotmail, if i have not DNS configure on my system... i want resolv only for /etc/hosts.
Pls help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 09:53 AM
03-01-2004 09:53 AM
Re: sendmail: rejecting connections
A busy box can't process mail.
mailq |wc -l
Lots of stuff in the mailq
Even on a not busy box this can be a problem.
If you are doing networking via /etc/hosts and there is mail your machine thinks needs to get off the box, eventually the mail queue is going to overflow.
bdf /var
If /var is close to full, sendmail will have no place to spool mail waiting for connection.
check your scripts, especially cron and see if its sending mail off the box.
Or run a diagnostic test:
sendmail -v -d8.99 -d38.99 someone@local.address
type some text
.
If you see any evidence of dns lookup, you've got issues.
Consider relaying mail with the DS directive:
DS
[ip address of relay server]
or hostname
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
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
03-02-2004 01:52 AM
03-02-2004 01:52 AM
Re: sendmail: rejecting connections
oragt01 /etc/mail >sendmail -v -d8.99 -d38.99 edruiz@taca.com
getcanonname(oragt01), trying dns
dns_getcanonname(oragt01, trymx=1)
dns_getcanonname: trying oragt01. (ANY)
NO: errno=239, h_errno=2
dns_getcanonname: trying oragt01. (A)
NO: errno=239, h_errno=2
getcanonname(oragt01), trying files
text_getcanonname(oragt01)
getcanonname(oragt01), found
seq_map_parse(aliases.files, )
openmap() dequote:dequote NULL: valid
openmap() host:host NULL: valid
getcanonname(taca.com), trying dns
dns_getcanonname(taca.com, trymx=1)
dns_getcanonname: trying taca.com. (ANY)
NO: errno=239, h_errno=2
dns_getcanonname: trying taca.com. (A)
NO: errno=239, h_errno=2
getcanonname(taca.com), trying files
text_getcanonname(taca.com)
getcanonname(taca.com), failed, status=68
taca.com: Name server timeout
edruiz@taca.com... Transient parse error -- message queued for future delivery
I can send email only using DNS.. i want to resolv with /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 02:02 AM
03-02-2004 02:02 AM
Re: sendmail: rejecting connections
If any of the mail is considered non-local based on machine setup, you either have to have lots of entries in /etc/hosts or do mail relay with the DS directive to a box that does have DNS.
At this point to figure out the problem I'd actually need to see /etc/hosts.
run some nslookup tests for the target domains and keep changing /etc/hosts until you get good name resolution.
Check for such things as fully qualified domain names. isn.investmenttool.com versus isn
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
03-02-2004 02:08 AM
03-02-2004 02:08 AM
Re: sendmail: rejecting connections
hosts: files
sendmail is wotking now...
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 02:11 AM
03-02-2004 02:11 AM
Re: sendmail: rejecting connections
errno=239 is connection refused.
Have you taken a look at /etc/nsswitch.conf?
Michael