>What are the average size log files most of you are getting? I just had to
>set logrotate to rotate the log when it hits 50MB because my daily log files
>have been about 350MB for the last week...
I help out on a site where the daily .gz run between 10 and 20 Mb, meaning
the uncompressed is between 100 and 200 Mb, and same on another site.
>It seems my server is getting hit
>pretty hard
what's the Grand Totals section for pflogsumm?
Grand Totals
------------
messages
64900 received
16968 delivered
0 forwarded
48 deferred (130 deferrals)
224 bounced
77769 rejected
> and its slowing the mail delivery sometimes as long as 12 hours.
that shouldn't happen no matter what the level of the attack as long as
there are SMTPD and STMP processes available to run, ie, not maxed out.
what's are these numbers for your machine:
mx1# ps aux | grep "smtpd -" | wc -l
14
mx1# ps aux | grep "smtp -" | wc -l
16
If they are 50 and 50, then that's maxed out if you haven't increased the
maxes in master.cf.
Len