# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
biff = no
bounce_queue_lifetime = 0
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
disable_mime_output_conversion = no
header_checks = pcre:/etc/postfix/header_checks
html_directory = /usr/share/doc/packages/postfix-doc/html
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maximal_queue_lifetime = 2d
message_size_limit = 30240000
mime_header_checks =
myhostname = AAD.AAAA.net
mynetworks = 127.0.0.0/8, ldap:/etc/postfix/ldapaccess.cf
nested_header_checks =
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix-doc/README_FILES
sample_directory = /usr/share/doc/packages/postfix-doc/samples
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_connect_timeout = 30s
smtpd_banner = ESMTP SmartHost03
smtpd_client_restrictions = permit_mynetworks, reject_rbl_client
bl.spamcop.net, reject_rbl_client cbl.abuseat.org, reject_rbl_client
dul.dnsbl.sorbs.net
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname
smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination, reject
smtpd_sender_restrictions = check_sender_access
hash:/etc/postfix/backscatterer,check_sender_access
ldap:/etc/postfix/ldapdomain.cf, reject_unknown_sender_domain, reject
strict_8bitmime = no
strict_rfc821_envelopes = yes
unknown_local_recipient_reject_code = 550
On 01.03.2016 11:53, gsotsas wrote:
Hello folks,
I have a problem with my postfix relay server.
Sometimes mails are delayed up to 30 minutes. They remain there in the
qmgr. Then they are passed to amavis for content filtering.
How can this happen? How do I avoid this?
# grep "Feb 29 10:" /var/log/mail/mail.log | grep --color -P
"delay=[0-9]{3,}"
Feb 29 10:36:45 sh3 postfix/smtp[10878]: A49A26C693:
to=<aaa1....@aaa.aa>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=16,
delay=1129, delays=0.05/1115/0/13, dsn=2.0.0, status=sent (250 2.0.0
from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 5B5236C65C)
Feb 29 10:36:45 sh3 postfix/smtp[10770]: B0DCD6C694:
to=<aaa2....@aaa.aa>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=18,
delay=1129, delays=0.04/1116/0/13, dsn=2.0.0, status=sent (250 2.0.0
from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 712F26C65D)
Feb 29 10:36:58 sh3 postfix/smtp[10770]: C20696C696:
to=<aaa3....@aaa.aa>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=19,
delay=1141, delays=0.06/1129/0/13, dsn=2.0.0, status=sent (250 2.0.0
from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 153A96C660)
Feb 29 10:36:59 sh3 postfix/smtp[10878]: B9C026C695:
to=<aaa3....@aaa.aa>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=17,
delay=1143, delays=0.06/1129/0/14, dsn=2.0.0, status=sent (250 2.0.0
from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 64AAA6C660)
Feb 29 10:37:12 sh3 postfix/smtp[10770]: D43E96C697:
to=<aaa2....@aaa.aa>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=20,
delay=1156, delays=0.11/1141/0/15, dsn=2.0.0, status=sent (250 2.0.0
from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 990CD6C662)
Feb 29 10:37:12 sh3 postfix/smtp[10878]: E3CC76C698:
to=<aaa5....@aaa.aa>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=18,
delay=1156, delays=0.05/1142/0/13, dsn=2.0.0, status=sent (250 2.0.0
from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as C58FA6C663)
Feb 29 10:37:26 sh3 postfix/smtp[10770]: F238B6C699:
to=<aaa6....@aaa.aa>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=21,
delay=1169, delays=0.04/1156/0/13, dsn=2.0.0, status=sent (250 2.0.0
from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 06D166C664)
Feb 29 10:37:26 sh3 postfix/smtp[10878]: 084C56C69A:
to=<aaa4....@aaa.aa>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=19,
delay=1169, delays=0.05/1156/0/13, dsn=2.0.0, status=sent (250 2.0.0
from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 2F1476C665)
Thanks in advance
Amda