Date: Fri, 4 May 2007 12:49:34 +0200 From: Olaf Greve <o.greve@axis.nl> To: Olaf Greve <o.greve@axis.nl> Cc: freebsd-amd64@freebsd.org, Dan Nelson <dnelson@allantgroup.com>, freebsd-questions@freebsd.org, Ivan Voras <ivoras@fer.hr> Subject: Re: How to make Apache (2.2.4) less greedy, or Sendmail less polite? Message-ID: <5EC2089D-FF77-489A-BF5F-16B608BA3121@axis.nl> In-Reply-To: <8DDF332E-A03A-44DC-A87B-D64EC6B91E5A@axis.nl> References: <2BEB30C2-C9C5-43AB-9DCA-5C9A1B0AC2C0@axis.nl> <f1eu0a$3h5$1@sea.gmane.org> <8DDF332E-A03A-44DC-A87B-D64EC6B91E5A@axis.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi again, Hmmm, the load is very high right now, and again mail is not comming through. This time, it seems the queue runner is blocking matters. When checking /var/log/maillog, there are entries for the RX daemon having received messages, but also there is this entry: May 4 12:29:38 servername sm-msp-queue[96724]: runqueue: Skipping queue run -- load average too high Can anyone tell me in which sendmail configuration file or option this should be changed (if possible)? Note: perhaps this can be achieved by the sm-queue daemon options. In rc.conf, I have the following settings for sendmail: mta_start_script="/etc/rc.sendmail" # Script to start your chosen MTA, called by /etc/rc. # Settings for /etc/rc.sendmail: #sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO). sendmail_enable="YES" # Run the sendmail inbound daemon (YES/NO). - (OJG: CHANGED 18-12-2004) sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server) sendmail_rx_enable="YES" # Start the RX daemon sendmail_rx_flags="-C/etc/mail/sendmail-rx.cf -L sm-mta-rx -bd -qp" # Flags to sendmail (RX part - OJG) sendmail_tx_enable="YES" # Start the TX daemon sendmail_tx_flags="-L sm-mta-tx -bd -q15m" # Flags to sendmail (TX part - OJG) #sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission sendmail_submit_enable="NO" # Start a localhost-only MTA for mail submission - (OJG: CHANGED 18-12-2004) sendmail_submit_flags="-L sm-mta -bd -q30m - ODaemonPortOptions=Addr=localhost" # Flags for localhost-only MTA sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). #sendmail_outbound_enable="NO" # Dequeue stuck mail (YES/NO). - (OJG: CHANGED 18-12-2004) sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound only) sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO). #sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m" sendmail_msp_queue_flags="-Ac -L sm-msp-queue -q10m" # Flags for sendmail_msp_queue daemon. Any ideas, anyone? Cheers! Olafo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5EC2089D-FF77-489A-BF5F-16B608BA3121>