109
edits
No edit summary |
m (typo) |
||
Line 1: | Line 1: | ||
On bugzilla.mozilla.org, we recently got a HUGE performance boost on making bug changes by configuring Sendmail's command-line submission tool to background itself after getting the email from Bugzilla | On bugzilla.mozilla.org, we recently got a HUGE performance boost on making bug changes by configuring Sendmail's command-line submission tool to background itself after getting the email from Bugzilla instead of trying to deliver it to the main sendmail daemon while Bugzilla waits for it. We thought we had it hacked this way already, but it turned out it didn't work, because FEATURE('msp') overrides the delivery mode, so you have to override it back '''after''' the FEATURE('msp') line. Here's what our '''submit.mc''' file for sendmail looks like: | ||
include(`/usr/share/sendmail-cf/m4/cf.m4') | include(`/usr/share/sendmail-cf/m4/cf.m4') |
edits