But what is it good for?

Posts tagged with: load

Mails Queueing in MSP only Mode

This week I stumbled upon some behaviour I wasn't expecting from Sendmail.First, what we already know... since Sendmail 8.12.0, Sendmail has split the MTA and MSP functions into 2 different processes using two different config files (sendmail.cf and submit.cf respectively). Many companies still have archaic security policies that have NOT been updated to accommodate this change, and thus they still require absolutely NO Sendmail processes running, despite the fact that Sendmail can be configured to ONLY allow connections from the MSP on the local host.This is perfectly understandable, and doable by stopping all Sendmail daemons and then configuring the MSP (via the submit.cf file) to pass mails directly to a SMARTHOST or a different MTAhost, thus effectively running in MSP only mode.Generally this does the trick and the security auditors get the functionality they want, at the expense of not being able to deliver ANY mail locally (not even root) or perform any aliasing (brief summary of caveats).This week I stumbled upon a problem where running Sendmail in MSP only mode was causing emails to be queued on some hosts, but not others, despite all hosts using exactly the same submit.cf.Well, a lot of investigating pursued and I worked out what was causing this odd behaviour...  Continue reading ►
Top