I am getting the following message/errors

Oct 5 00:00:10 myhost postfix/qmgr[18862]: 125BC2400A7: from=<john....@xyz.tld>, size=2760, nrcpt=1 (queue active) Oct 5 00:00:10 myhost postfix/smtp[28713]: 125BC2400A7: enabling PIX workarounds: disable_esmtp delay_dotcrlf for mail.abc.tld[123.456.789.123]:25 Oct 5 00:10:22 myhost postfix/smtp[28713]: 125BC2400A7: to=<fred.blo...@abc.tld>, relay=mail.abc.tld[123.456.789.123]:25, delay=187500, delays=186888/0.01/0.16/612, dsn=4.4.2, status=deferred (conversation with mail.abc.tld[123.456.789.123] timed out while sending end of data -- message may be sent more than once)
.
.
Oct 5 01:20:10 myhost postfix/qmgr[18862]: 125BC2400A7: from=<john....@xyz.tld>, size=2760, nrcpt=1 (queue active) Oct 5 01:20:10 myhost postfix/smtp[30509]: 125BC2400A7: enabling PIX workarounds: disable_esmtp delay_dotcrlf for mail.abc.tld[123.456.789.123]:25 Oct 5 01:30:20 myhost postfix/smtp[30509]: 125BC2400A7: to=<fred.blo...@abc.tld>, relay=mail.abc.tld[123.156.789.123]:25, delay=192299, delays=191688/0.01/0.23/610, dsn=4.4.2, status=deferred

My understanding is that the first message is the original, and the second and subsequent are postfix retrying the delivery.
my postconf -n output follows below,
1) Am I misconfigured?
2) How can I handle this sort of problem in future?

TIA
JohnA

===============postconf output================
alias_database = $alias_maps
alias_maps = hash:/etc/aliases
allow_untrusted_routing = no
biff = no
body_checks = regexp:/etc/postfix/maps/body_checks
bounce_size_limit = 65536
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavisfeed:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
default_privs = nobody
default_process_limit = 20
delay_warning_time = 12
disable_vrfy_command = yes
header_checks = regexp:/etc/postfix/maps/header_checks
header_size_limit = 32768
home_mailbox = Maildir/
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
inet_protocols = all
local_destination_concurrency_limit = 5
mail_owner = postfix
mailbox_command = /usr/lib/dovecot/deliver
mailbox_transport = dovecot
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 32768000
mydestination = localhost, localhost.localdomain, localdomain
mydomain = linderly.com
myhostname = mail.$mydomain
mynetworks = 127.0.0.0/8, 192.168.0.0/16, 74.116.186.176/28, [::1]/128, [2001:470:1f10:6bf::]/64
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
relocated_maps = hash:/etc/postfix/maps/relocated
sample_directory = /usr/share/doc/postfix-2.5.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_sasl_security_options = noanonymous
smtp_sasl_tls_security_options = noanonymous
smtp_tls_cert_file = /etc/ssl/certs/Linderly_Mail_SSL.crt
smtp_tls_enforce_peername = no
smtp_tls_key_file = /etc/ssl/private/Linderly_Mail_SSL.key
smtp_tls_note_starttls_offer = yes
smtp_tls_security_level = may
smtpd_banner = $myhostname ESMTP
smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining, permit
smtpd_delay_reject = yes
smtpd_error_sleep_time = 5s
smtpd_hard_error_limit = 20
smtpd_helo_required = yes
smtpd_recipient_limit = 128
smtpd_recipient_restrictions = reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_recipient_access pcre:/etc/postfix/maps/recipient_checks.pcre, check_helo_access pcre:/etc/postfix/maps/helo_checks.pcre, check_helo_access hash:/etc/postfix/maps/helo_checks, check_sender_access hash:/etc/postfix/maps/sender_checks, check_client_access hash:/etc/postfix/maps/client_checks, check_client_access cidr:/etc/postfix/maps/client_checks.cidr, reject_rbl_client zen.spamhaus.org, check_policy_service inet:127.0.0.1:10023, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_soft_error_limit = 10
smtpd_tls_ask_ccert = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/Linderly_Mail_SSL.crt
smtpd_tls_key_file = /etc/ssl/private/Linderly_Mail_SSL.key
smtpd_tls_loglevel = 1
smtpd_tls_mandatory_ciphers = medium
smtpd_tls_mandatory_protocols = SSLv3, TLSv1
smtpd_tls_received_header = yes
smtpd_tls_req_ccert = no
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
soft_bounce = no
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = hash:/etc/postfix/maps/valiases
virtual_gid_maps = static:vmail
virtual_mailbox_base = /var/mail/vhosts
virtual_mailbox_domains = /etc/postfix/maps/vdomains
virtual_mailbox_maps = hash:/etc/postfix/maps/vmailbox
virtual_minimum_uid = 100
virtual_transport = dovecot
virtual_uid_maps = static:vmail

Reply via email to