System is OTRS 3.0.9 on Ubuntu server 10.04 Lucid
Think I might have accidentally altered one of the settings in my sendmail config and I'm now dealing with an OTRS server that's crashing daily because the CPU load is maxed. It's only been happening since I was looking at the sendmail config so hence why I'm assuming I must have accidentally changed something.
/var/log/syslog is showing a lot of this:
Code: Select all
Jun 30 07:07:02 otrsserver sm-mta[15171]: rejecting connections on daemon MSP-v4: load average: 50
Top is showing mutliple otrs.Postmaster as sitting at either 50% of cpu load or only one of them sitting at 99%
If I go into /var/mail and check out the log/mail for a user who originally set this server up, it shows a lot of
"The following addresses had permanent fatal errors -----
<user@companydomain.uk>
----- Transcript of session follows -----
550 5.1.2 <user@companydomain.uk>... Host unknown (Name server: webmail.compadomain.: host not found)
It's missing a few letters in the Name Server and doesn't have the complete URL. I've grep'ed the whole system to find where this is set but can't find anywhere with the mail url typo'ed in it. Not sure whether it's related to the crashing issue though.
I've checked mailq and it's empty, so I can't figure out why sendmail is suddenly going mad.
Anyone got any ideas/input? Any help would be much appreciated.

Cheers