Hi Victor,

I have emptied the notify_classes
1) Bounces are for outbound sent to lot of email addresses. And this is not
spamming. We have mailing list server 4 numbers, those are maintained for
around 80 clients, from there emails will be triggered through 9 SMTP
servers where postfix is installed. Every server almost send half a million
emails a day. These are only outbound servers. We have another one server
oursmtpmail.com which receives all the bounces, etc. From this we read the
inbox and include those hard /  soft bouced emails to the skipped list and
soft bounces would be released as per their reasons for skip.
2) qshape -s
                                       T    5 10 20 40 80 160 320 640 1280
1280+
                              TOTAL 2466 2465  1  0  0  0   0   0   0    0
0
                     oursmtpmail.com 2118 2117  1  0  0  0   0   0   0    0
0
                      MAILER-DAEMON  348  348  0  0  0  0   0   0   0    0
0
The qshape information is around an hour back information. Now for last
40mins it's still at the command prompt and I am not seeing any output as of
now.
3) Can you please suggest any tool which can give me ASCII histogram for the
emails for the "c+d" delays.

Now the postconf -n
------
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
bounce_queue_lifetime = 0
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
local_recipient_maps =
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
maximal_queue_lifetime = 0
message_size_limit = 50240000
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = smtp2.oursmtpmail.com 
myhostname = smtp2.oursmtpmail.com
newaliases_path = /usr/bin/newaliases.postfix
non_smtpd_milters = unix:/var/run/dkim-milter/dkim-milter.sock,
unix:/var/run/dk-milter/dk-milter.sock
notify_classes =
queue_directory = /var/spool/postfix
queue_run_delay = 2m
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
relay_domains =
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_banner = smtp2.oursmtpmail.com
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination, reject_unknown_sender_domain
smtpd_delay_reject = yes
smtpd_error_sleep_time = 1s
smtpd_hard_error_limit = 20
smtpd_milters = unix:/var/run/dkim-milter/dkim-milter.sock,
unix:/var/run/dk-milter/dk-milter.sock
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination
smtpd_reject_unlisted_sender = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_soft_error_limit = 10
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_mailbox_limit = 102400000
------------------

Can you please suggest how to address the issue now?


Reply via email to