sendmail error - 452 4.3.1 Insufficient system resources


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users sendmail error - 452 4.3.1 Insufficient system resources
# 1  
Old 04-06-2012
sendmail error - 452 4.3.1 Insufficient system resources

Hi All,
I am using svnnotify (which is available on net) script to send svn commit notification.
Everything was working fine up to yesterday but from yesterday i started seeing error.

Code:
29CD01FCE44     7228 Thu Apr  5 11:11:51  apache@vm0001.host.com
(host mail.mailserver.com[10.14.100.54] said: 452 4.3.1 Insufficient system resources (in reply to MAIL FROM command))
[10.14.100.54]:25, delay=75560, delays=75495/55/5/5, dsn=4.3.1, status=deferred (host mail.mailserver.com[10.14.100.54] said: 452 4.3.1 Insufficient system resources (in reply to MAIL FROM command))

I tried various options to solve bug nothing seems to be working.
when i try to send mail to my gmail id it is being delivered but it i tries to send mail to my corp id i am getting above error.


Please help.
# 2  
Old 04-06-2012
I believe your corp server is MS Exchange based. If yes, have you checked with mail server admins if the transport server are running low on disk space/memory, search for "Back Pressure" on exchange server, it might give you some lead.

Please provide more details about your corp server

Last edited by 47shailesh; 04-06-2012 at 01:14 AM.. Reason: some more hints
# 3  
Old 04-06-2012
I checked the guy who manages the corp server but since mails are going fine to my gmail or yahoo id as per my initial mail.
even with in our company mails are flowing through that is why low disk storage or resources are not available are not seems to be true for me.
# 4  
Old 04-06-2012
First check with the unix mailq command to see if the mail is still queued on your server. If it isn't, then this is just a temporary overload on the SMTP email server upstream of your server. The message "Insufficient system resources" usually comes from a Microsoft Windows server which is in need of a reboot or a reconfigure (or both).
This User Gave Thanks to methyl For This Post:
# 5  
Old 04-09-2012
Yes, mailq was showing 100s of mails in the queue, apparently send mail started working yesterday afternoon and all messages got delivered. Thought my problem is solved but i am not enjoying it.
I am still not sure what was the problem and how it got fixed, so may be methyl, you are right. Email server was overloaded but still i was wondering why mails were going to gmail or yahoo id but not to corporate it. If server is overloaded then mails shouldn't go at all.

Last edited by vishal_vsh1; 04-09-2012 at 03:15 AM.. Reason: some more input
# 6  
Old 04-09-2012
I would be surprised if you had just one mail server in a Corporate environment.
Best guess (without knowing much about your environment) is that the SMTP front-end server was not overloaded and was able to relay mail to your external mail server, but your internal Microsoft Exchange server was overloaded (or hung awaiting reboot) and deferred all internal mail.
It is possible that all these relay servers are one physical computer - in which case I wish you luck.

Last edited by methyl; 04-09-2012 at 01:18 PM..
This User Gave Thanks to methyl For This Post:
# 7  
Old 04-10-2012
Since i don't manage the mail server so i have no idea. But you may be right.
I will keep the conversation open with support guy in my company and try to investigate on your suggestion.
This User Gave Thanks to vishal_vsh1 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Svcs: failed to iterate over instances: server has insufficient resources

Hi community, one of my zone is having issue and while i issue svs -a, i am getting below error "svcs: failed to iterate over instances: server has insufficient resources" none on the services are working including ssh/telnet. please help me to fix this issue thanks & Regards,... (1 Reply)
Discussion started by: bentech4u
1 Replies

2. Shell Programming and Scripting

Xargs error: insufficient space for argument

I'm trying to crudely hack my way through some data processing. I have file.txt with around 17,000 lines like this: ACYPI002690-PA.aa.afa.afa.trim_phyml_tree_fullnames_fullhomolog.txt 3 72 71 ACYPI002690-PA.aa.afa.afa.trim_phyml_tree_fullnames_fullhomolog.txt 97 111 71... (1 Reply)
Discussion started by: pathunkathunk
1 Replies

3. Solaris

insufficient metadevice database replicas ERROR

First I would like to thank this forum for assisting me in setting up my 1st sunbox. Could not have done it if it had not been for you guys and google :D I have mirrored my box and have SUCCESSFULLY tested booting from the rootdisk and rootmirror successfully. I am now looking at configuring... (2 Replies)
Discussion started by: mr_manny
2 Replies

4. UNIX for Advanced & Expert Users

System Resources?

I am running a C program on a SCO box. There are multiple users on using the system resources. My problem is when using fprintfs in the program. I am writing to a log every thing I read in from a file after doing some formatting. I write out to the log with the fprintfs in groupings like 10... (3 Replies)
Discussion started by: jwolfe
3 Replies

5. UNIX for Advanced & Expert Users

VI hogging system resources???

Hello all. I was on my pc last night when I noticed that my hard drive light was on and when I typed in "uptime" I recieved some crazy load averages. load average: 3.30, 3.07, 2.95. Anyway I type in "top" to see what processes are being the resource hogs and im surprised as hell to see that one... (2 Replies)
Discussion started by: ThePreacher
2 Replies
Login or Register to Ask a Question