[Mimedefang] Parameters for tuning mimedefang
    David F. Skoll 
    dfs at roaringpenguin.com
       
    Tue Sep  9 14:47:01 EDT 2003
    
    
  
On Tue, 9 Sep 2003, -ray wrote:
> I saw similar numbers when testing our new mail system, but on a Quad Xeon
> 4GB/RAM.  If found a major bottleneck to be the maillog file.  When i set
> syslog to start loging to /dev/null, it increased to 25/second.  anyone
> seen this before?  I know it is a problem for high-capacity websites, and
> some turn off logging in Apache.
Interesting... I forgot about that.  Actually, I don't think
you should turn off syslogging completely.  On Linux at least,
and probably other UNIXes, you can put something like this in
syslog.conf:
mail.*		-/var/log/maillog
The leading dash tells syslogd not to flush to disk after each log
message.  That will probably help throughput a lot without sacrificing
logging.
If you're a hyper-performance person, you'll put /var/log on its own disk.
Same with /var/spool/mqueue.
Oh, and did I mention to make sure /var/spool/MIMEDefang is on a
ramdisk?  Well, make sure it is!
Regards,
David.
    
    
More information about the MIMEDefang
mailing list