After upgrading my old box (Postfix 2.2 on CentOS 4.x), to postfix-2.6.9-1.rhel4, I noticied this strange issue in my daily pflogsum (and others), log analisys report:

Grand Totals
------------
messages

   2449   received
      0   delivered
      0   forwarded
      0   deferred
      0   bounced
   1784   rejected (100%)
      0   reject warnings
      0   held
      0   discarded (0%)

 289850k  bytes received
      0   bytes delivered
   1170   senders
    729   sending hosts/domains
      0   recipients
      0   recipient hosts/domains


Before the update (2012-01-03 12:45). I don't have this problem (day + cumulative report):

Per-Hour Traffic Summary (2012-01-03)
    time          received  delivered   deferred    bounced     rejected
    --------------------------------------------------------------------
    00:00-01:00       153        178         16          2         66
    01:00-02:00       138        166         11          0         59
    02:00-03:00       117        134          6          1         73
    03:00-04:00        71         84         15          0         72
    04:00-05:00       123        154         11          1         71
    05:00-06:00       119        139         20          1         61
    06:00-07:00       122        155         14          1         65
    07:00-08:00       184        215         20          3         58
    08:00-09:00       322        411         13          3         49
    09:00-10:00       592        669         10          1         68
    10:00-11:00       643        773         12          1         72
    11:00-12:00       658        789          0          0         75
    12:00-13:00       596        538          0          0         81
    13:00-14:00       397          0          0          0         85
    14:00-15:00       553          0          0          0         88
    15:00-16:00       563          0          0          0         78
    16:00-17:00       559          0          0          0        107
    17:00-18:00       524          0          0          0        110
    18:00-19:00       350          0          0          0        118
    19:00-20:00       263          0          0          0        133
    20:00-21:00       202          0          0          0         83
    21:00-22:00       178          0          0          0         77
    22:00-23:00       150          0          0          0         73
    23:00-24:00       145          0          0          0         64


Per-Day Traffic Summary
    date          received  delivered   deferred    bounced     rejected
    --------------------------------------------------------------------
    2012-01-01        921       1123        196          2        572
    2012-01-02       5985       7059        416         25       1796
    2012-01-03       7722       4405        148         14       1886
    2012-01-04       7921          0          0          0       1716
    2012-01-05       7402          0          0          0       1725
    2012-01-06       3751          0          0          0       1809
    2012-01-07       2449          0          0          0       1784


Mails are delivered to the mailboxes, but seems something is changed in the logging that give this result.
Any hints?

below my postconf -n.

Thanks, B.




# postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
bounce_queue_lifetime = 3d
command_directory = /usr/sbin
command_time_limit = 3000
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_privs = nobody
default_verp_delimiters = -=
disable_verp_bounces = no
home_mailbox = Mailbox
html_directory = /usr/share/doc/postfix-2.6.9-documentation/html
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail
mailbox_delivery_lock = dotlock, fcntl
mailbox_size_limit = 512000000
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
maximal_queue_lifetime = 3d
message_size_limit = 204800000
mydestination = hash:/etc/postfix/mydestination
mydomain = apf.it
myhostname = mail.apf.it
mynetworks = /etc/postfix/mynetworks
mynetworks_style = host
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.9-documentation/readme
recipient_delimiter = +
relay_domains = $mydestination, hash:/etc/postfix/relay_domains
relayhost = 192.168.111.125
sample_directory = /usr/share/doc/postfix-2.2.10/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_authorized_verp_clients = $authorized_verp_clients
smtpd_banner = $myhostname ESMTP Qmail
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
verp_delimiter_filter = -=+
virtual_alias_domains = hash:/etc/postfix/virtual
virtual_alias_maps = hash:/etc/postfix/virtual_maps
virtual_mailbox_limit = 512000000

Reply via email to