postfix-users

How can I manage queue? or incoming traffic?

Subject: How can I manage queue? or incoming traffic?
From: "Justin Kim" <justin.kim AT mezine DOT com>
To: "Postfix-Users" <POSTFIX-USERS AT postfix DOT org>
Date: Wed, 8 Aug 2007 11:03:26 -0700
Hello,
 
I am noticing some problems on my postfix server.
So far it was fine but now I get active+incoming+maildrop queue is flooded by 3000 messages and plus then my server is not coping well.  I have amavisd running too but I didn't have any problem until today for about 6 months.
Does anyone can give me a hand to manage that queues? or incoming traffic?
 
Thank you in advance,
 
Justin
 
Here are some of my rate limit configurations:
 
main.cf
---------------------------------------------------------------------------------------------------
mailbox_command = /usr/bin/procmail
local_header_rewrite_clients = static:all
allow_percent_hack = yes
smtpd_client_recipient_rate_limit = 50
smtpd_recipient_limit = 1000
smtpd_helo_required = yes
transport_maps = hash:/etc/postfix/transport
vacation_destination_recipient_limit = 1
local_transport = error:no local mail delivery
local_destination_concurrency_limit = 2
maximal_queue_lifetime = 3d
queue_run_delay = 15m
minimal_backoff_time = 15m
maximal_backoff_time = 2h
default_destination_concurrency_limit = 20
show_user_unknown_table_name = no
bounce_queue_lifetime = 3d
default_process_limit = 200
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination reject_unknown_sender_domain
smtpd_sender_restrictions = permit_sasl_authenticated
----------------------------------------------------------------------------------------------------
 
master.cf
-----------------------------------------------------------------------------
smtp      inet  n       -       n       -       200       smtpd
#       -o smtpd_proxy_filter=127.0.0.1:10024
#       -o cleanup_service_name=pre-cleanup
#       -o smtpd_proxy_filter=vacation:dummy
#       -o content_filter=vacation:dummy
#       -o content_filter=spamassassin
amavis unix    -       -       n       -       15      smtp
       -o smtp_data_done_timeout=1200
       -o smtp_send_xforward_command=yes
       -o disable_dns_lookups=yes
#
127.0.0.1:10025        inet    n       -       n       -       -       smtpd
       -o smtpd_authorized_xforward_hosts=127.0.0.0/8
       -o content_filter=
       -o local_recipient_maps=
       -o relay_recipient_maps=
       -o smtpd_restriction_classes=
       -o smtpd_client_restrictions=
       -o smtpd_helo_restrictions=
       -o smtpd_sender_restrictions=
       -o smtpd_recipient_restrictions=permit_mynetworks,reject
       -o mynetworks=127.0.0.0/8
       -o strict_rfc821_envelopes=yes
       -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
#628      inet  n       -       n       -       -       qmqpd
pickup    fifo  n       -       n       60      1       pickup
#       -o content_filter=
#       -o receive_override_options=no_header_body_checks
#pickup    fifo n       -       y       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
#qmgr     fifo  n       -       n       300     1       oqmgr
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
rewrite   unix  -       -       n       -       -       trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       n       -       -       smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay     unix  -       -       n       -       -       smtp
        -o fallback_relay=
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
discard   unix  -       -       n       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
scache    unix  -       -       n       -       1       scache
<Prev in Thread] Current Thread [Next in Thread>