|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
incoming queue behaves like a blackhole
From: Aurelien Barrere (abarrere
emailvision.com)
Date: Thu Sep 01 2005 - 11:06:18 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
Since one month I noticed that my queue never decreases
I begin to panic because it s become huge like a blackhole.
Since one month I monitored regulary the queue and it 's started at 278.000
and now one month after I ve got more than 6.000.000 in the queue !
The command i use is:
find /var/spool/postfix/incoming/ -type f -follow | wc -l
my postconf -n:
alias_maps = hash:/etc/postfix/aliases
biff = no
body_checks = regexp:/etc/postfix/maps/body_checks
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 50
hash_queue_depth = 2
hash_queue_names = defer deferred incoming active bounce flush
header_checks = regexp:/etc/postfix/maps/header_checks
local_destination_concurrency_limit = 1
luser_relay = bounces
mail_owner = postfix
mailbox_size_limit = 0
masquerade_domains = $mydomain
masquerade_exceptions = root bidule
maximal_queue_lifetime = 3
message_size_limit = 1000000
mime_header_checks = regexp:/etc/postfix/maps/header_checks
mydestination = $myhostname, localhost.$mydomain $mydomain
myhostname = bounce.XXX.com
mynetworks = 127.0.0.0/8 10.0.0.0/16 X.X.X.X/26
mynetworks_style = class
myorigin = $mydomain
nested_header_checks = regexp:/etc/postfix/maps/header_checks
qmgr_fudge_factor = 70
qmgr_message_active_limit = 20000
qmgr_message_recipient_limit = 10000
queue_directory = /var/spool/postfix
relay_domains =
smtp_connect_timeout = 0s
smtp_data_done_timeout = 60s
smtp_data_init_timeout = 90s
smtp_data_xfer_timeout = 120s
smtp_destination_concurrency_limit = 50
smtp_helo_timeout = 30s
smtp_mail_timeout = 120s
smtp_quit_timeout = 120s
smtp_rcpt_timeout = 120s
smtpd_banner = $myhostname ESMTP
smtpd_etrn_restrictions = reject
virtual_alias_maps = hash:/etc/postfix/virtual
my master.cnf
cat /etc/postfix/master.cf | sed '/^#/d'
smtp inet n - n - - smtpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
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
relay unix - - n - - smtp
-o fallback_relay=
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
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
cyrus unix - n n - - pipe
user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient
-Please could you help me resolving this incredible increasing queue ?
-What can I do from my side to identify the problem if not enough
information ?
-Do I have to install qshape to diagnostic better ?
Thanks in advance
AB
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]