I recently upgraded to mail_version = 3.4.23
Suddenly, Postfix no longer logs the lines with IP addresses for the
connections.
There use to be some additional log lines with sender ip addresses.
What did I break? Why no sender data any longer?
Sample LOG block:
Jan 02 14:26:56 islou postfix/qmgr[24444]: 4T4NC41vLCzQ1P: from=<r...@islou.net>,
size=1258, nrcpt=1 (queue active)
Jan 02 14:26:56 islou postfix/smtp[22517]: 4T4N9z4tYzzQ1b: to=<v...@vh.com>,
relay=127.0.0.1[127.0.0.1]:10024, delay=57, delays=0.04/0/0/57, dsn=2.0.0, status=sent
(250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 4T4NC41vLCzQ1P)
Jan 02 14:26:56 islou postfix/qmgr[24444]: 4T4N9z4tYzzQ1b: removed
Jan 02 14:26:56 islou postfix/pipe[22532]: 4T4NC41vLCzQ1P: to=<v...@vh.com>, relay=dovecot,
delay=0.24, delays=0.03/0/0/0.21, dsn=2.0.0, status=sent (delivered via dovecot service)
Jan 02 14:26:56 islou postfix/qmgr[24444]: 4T4NC41vLCzQ1P: removed
postconf -nf
append_dot_mydomain = no
compatibility_level = 2
content_filter = smtp-amavis:[127.0.0.1]:10024
debug_peer_level = 2
default_destination_concurrency_limit = 2
default_destination_recipient_limit = 2
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
enable_long_queue_ids = yes
inet_interfaces = 127.0.0.1, xxx.xxx.xxx.xxx
invalid_hostname_reject_code = 554
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 1000000000
maillog_file = /var/log/mail.log
mailman_destination_recipient_limit = 1
message_size_limit = 26214400
multi_recipient_bounce_reject_code = 554
mydestination = localhost $myorigin
myhostname = xxxxx.net
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
non_fqdn_reject_code = 554
policy-spf_time_limit = 3600s
queue_directory = /var/spool/postfix
receive_override_options = no_address_mappings
recipient_delimiter = +
relay_domains = xxx.xxxx.com
relay_domains_reject_code = 554
relayhost =
smtp_destination_concurrency_limit = 2
smtp_destination_rate_delay = 1s
smtp_extra_recipient_limit = 10
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_restrictions = check_client_access hash:/etc/postfix/white_clients,
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
permit
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, permit
strict_rfc821_envelopes = yes
transport_maps = hash:/etc/postfix/transport
islou:~# postconf -Mf
smtp inet n - y - - smtpd
submission inet n - y - - smtpd
-o smtpd_enforce_tls=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
smtps inet n - y - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
pickup fifo n - y 60 1 pickup
cleanup unix n - y - 0 cleanup
qmgr fifo n - n 300 1 qmgr
tlsmgr unix - - y 1000? 1 tlsmgr
rewrite unix - - y - - trivial-rewrite
bounce unix - - y - 0 bounce
defer unix - - y - 0 bounce
trace unix - - y - 0 bounce
verify unix - - y - 1 verify
flush unix n - y 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - y - - smtp
relay unix - - y - - smtp
-o fallback_relay=
showq unix n - y - - showq
error unix - - y - - error
discard unix - - y - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - y - - lmtp
anvil unix - - y - 1 anvil
scache unix - - y - 1 scache
mailman unix - n n - - pipe flags=FR
user=list argv=/etc/mailman/postfix-to-mailman.py ${nexthop} ${user}
policy-spf unix - n n - - spawn user=nobody
argv=/usr/bin/policyd-spf
postlog unix-dgram n - n - 1 postlogd
maildrop unix - n n - - pipe flags=DRhu
user=vmail argv=/usr/bin/maildrop -d ${recipient}
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=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe flags=R
user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
${user} ${extension}
dovecot unix - n n - - pipe flags=DRhu
user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d
${recipient}
smtp-amavis unix - - n - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o max_use=20
127.0.0.1:10025 inet n - y - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o
receive_override_options=no_header_body_checks,no_unknown_recipient_checks
-o local_header_rewrite_clients=
retry unix - - y - - error
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org