Hi All, My relay servers have mail being received but unable to send. When I type "mailq" I see: Delivery temporarily suspended….Connection timed out. I also noticed this line:
Tarpitting active for [1.2.3.4) I restarted postfix, flushed mailq and still everything is stuck. Now the mail is building up and I don't know what else to do. I'm still continuing to work on it but I figure I might as well ask the postfix team members. Can anyone help me figure this thing out please? mailq: Jan 30 13:53:27 mx-ca4-01 postfix/qmgr[26443]: BC535E8264: from=<[email protected]>, size=805, nrcpt=1 (queue active) Jan 30 13:53:55 mx-ca4-01 postfix/qmgr[26443]: BC535E8264: to=<[email protected]>, relay=none, delay=357647, delays=357619/28/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mail.com[1.2.3.4]: Connection timed out) I set this line up in main.cf and it did help a little bit: smtpd_error_sleep_time = 0 Here's my postconf -n: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 disable_vrfy_command = yes header_checks = regexp:/etc/postfix/header_checks html_directory = no inet_interfaces = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, localhost mynetworks = 1.2.3.0/24, 1.2.3.0/24, 1.2.3.0/24, 1.2.3.0/24, 1.2.3.0/24 newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES sample_directory = /usr/share/doc/postfix-2.3.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_error_sleep_time = 0 unknown_local_recipient_reject_code = 550 Gonzo Fernandez
