<p>Also remember that the queue content is just files... Stop ms (and the mta) and move a sizeable bit of &#39;em out of the way, then start things up and start feeding reasonable amounts back... <br>
Best performance tip: don&#39;t do work you don&#39;t have to! If you can reject mail, then configure to do so... Unknown recipients (recipient verification), known bad sites (RBLs), RFC violations etc.<br>
Also make sure you don&#39;t overcommit your resources (too many children, too memory-hungry SA rules, using wrong clam (module or commandline instead of clamd) etc)... Most of this should be in the wiki...</p>
<p>Cheers<br>
-- <br>
-- Glenn</p>
<div class="gmail_quote">Den 27 aug 2011 08:55 skrev &quot;Martin Hepworth&quot; &lt;<a href="mailto:maxsec@gmail.com">maxsec@gmail.com</a>&gt;:<br type="attribution">&gt; Mailscanner sits between two instances of and mta and suffles emails between<br>
&gt; the queues for delivery. If u look at the mailscanner init script you may<br>&gt; find the option to stop the &quot;incoming&quot; mta depending On how u installed<br>&gt; mailscanner in the first place.<br>&gt; <br>
&gt; But I&#39;d look in the logs and also the performance section of the wiki for<br>&gt; some ideas to speed up ms as well<br>&gt; <br>&gt; Martin<br>&gt; <br>&gt; On Saturday, 27 August 2011, Michael Masse &lt;<a href="mailto:mrm@medicine.wisc.edu">mrm@medicine.wisc.edu</a>&gt; wrote:<br>
&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; On 8/26/2011 at 4:27 PM, in message &lt;<br>&gt; <a href="mailto:DA838176-A795-4431-BD4B-E265949B8E8D@fluxlabs.net">DA838176-A795-4431-BD4B-E265949B8E8D@fluxlabs.net</a>&gt;, Jeremy McSpadden &lt;<br>
&gt; <a href="mailto:jeremy@fluxlabs.net">jeremy@fluxlabs.net</a>&gt; wrote:<br>&gt;&gt; Stop your mta<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; Jeremy McSpadden<br>&gt;&gt; Flux Labs, Inc<br>&gt;&gt; <a href="http://www.fluxlabs.net">http://www.fluxlabs.net</a> &lt;<a href="http://www.fluxlabs.net/">http://www.fluxlabs.net/</a>&gt;<br>
&gt;&gt; Endless Solutions<br>&gt;&gt; Office : 850-588-4626 &lt;tel:850-588-4626&gt;<br>&gt;&gt; Cell : 850-890-2543 &lt;tel:850-890-2543&gt;<br>&gt;&gt; Fax : 850-254-2955 &lt;tel:850-254-2955&gt;<br>&gt;&gt;<br>&gt;&gt;<br>
&gt;&gt; Ok but how does previously accepted and queued up mail continue to process<br>&gt; and get distributed to appropriate servers if I do that so that<br>&gt; overflowing queues can get caught up?   If I simply stop the MTA (sendmail)<br>
&gt; then how does mail flow to appropriate servers?<br>&gt;&gt;<br>&gt;&gt; Like I said previously:  Mailscanner appears to me like it starts a<br>&gt; separate MTA process for incoming email versus a different MTA process for<br>
&gt; sending email that has been processed.   Does MailScanner give the option of<br>&gt; not starting up the incoming MTA and only running the processing/sending<br>&gt; MTA?  Using iptables to block port 25 does block incoming emails, but seems<br>
&gt; to cause other problems so that processing/sending already queued up mail<br>&gt; doesn&#39;t work either.    If I could simply get MailScanner to temporarily not<br>&gt; start up the incoming MTA (Sendmail) that would seemingly solve my problem.<br>
&gt; If MailScanner doesn&#39;t give the option per se, can I somehow force<br>&gt; MailScanner to not start up the incoming MTA process?   Maybe I&#39;m looking at<br>&gt; this all wrong, but essentially here is what I want to do:  I have other<br>
&gt; servers that can respond to the same mx record lookup and when this server<br>&gt; is having problems with it&#39;s incoming queue getting overloaded I want to<br>&gt; manually tell it to stop accepting new mail so that it can process what it<br>
&gt; already has accepted.    Other servers that respond to the same MX scope<br>&gt; should take up the slack for new email, while hopefully I can get this one<br>&gt; to process an overflowing queue and reduce it to a manageable size.<br>
&gt; Regarding WHY this is happening in the first place is a separate issue that<br>&gt; I&#39;m trying to figure out.    In the mean time I need a workaround to keep<br>&gt; email from queuing up on this server and taking forever to process.<br>
&gt;&gt;<br>&gt;&gt; -Mike<br>&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; On 8/26/2011 at 4:27 PM, in message &lt;<br>&gt; <a href="mailto:DA838176-A795-4431-BD4B-E265949B8E8D@fluxlabs.net">DA838176-A795-4431-BD4B-E265949B8E8D@fluxlabs.net</a>&gt;, Jeremy McSpadden &lt;<br>
&gt; <a href="mailto:jeremy@fluxlabs.net">jeremy@fluxlabs.net</a>&gt; wrote:<br>&gt;&gt; Stop your mta<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; Jeremy McSpadden<br>&gt;&gt; Flux Labs, Inc<br>&gt;&gt; <a href="http://www.fluxlabs.net">http://www.fluxlabs.net</a><br>
&gt;&gt; Endless Solutions<br>&gt;&gt; Office : 850-588-4626<br>&gt;&gt; Cell : 850-890-2543<br>&gt;&gt; Fax : 850-254-2955<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On Aug 26, 2011, at 4:26 PM, Michael Masse &lt;<a href="mailto:mrm@medicine.wisc.edu">mrm@medicine.wisc.edu</a>&gt; wrote:<br>
&gt;&gt;<br>&gt;&gt;&gt; I&#39;m having performance issues on one of my incoming email servers, and<br>&gt; while I&#39;m trying to figure out the root of that problem I need to be able to<br>&gt; tell MailScanner to stop accepting incoming mail so that it can get caught<br>
&gt; up on the email it has already accepted and queued up.   I have multiple<br>&gt; servers running w/ this mx record, so senders should just find a different<br>&gt; server to send to automatically if this one stops accepting.    It appears<br>
&gt; to me that MailScanner starts a secondary sendmail process specifically just<br>&gt; for receiving email vs sending, so hopefully there&#39;s some sort of startup<br>&gt; command that would allow me to not accept new email.    I&#39;ve tried just<br>
&gt; blocking port 25 from the outside on this server specifically via iptables,<br>&gt; and it does prevent outside systems from sending mail, it also keeps<br>&gt; MailScanner from properly processing queued up mail for some reason.<br>
&gt; Any help would be greatly appreciated.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; -Mike<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; --<br>&gt;&gt;&gt; MailScanner mailing list<br>&gt;&gt;&gt; <a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a><br>
&gt;&gt;&gt; <a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Before posting, read &lt;<a href="http://wiki.mailscanner.info/posting">http://wiki.mailscanner.info/posting</a>&gt;<br>
&gt; <br>&gt; -- <br>&gt; -- <br>&gt; Martin Hepworth<br>&gt; Oxford, UK<br></div>