On Fri, 2014-07-25 at 20:26 +0000, Viktor Dukhovni wrote:
> On Fri, Jul 25, 2014 at 10:25:04AM -0500, Chris wrote:
> 
> > > > Jul 24 17:37:08 localhost postfix/error[988]: 1785111C10E8:
> > > > to=<s...@uce.gov>, relay=none, delay=1.2, delays=0.55/0.41/0/0.24,
> > > > dsn=5.0.0, status=bounced (smtp.embarqmail.com:587)
> > > ...
> > > > Diagnostic-Code: X-Postfix; smtp.embarqmail.com:587
> > > 
> > > You have smtp.embarqmail.com somehow routed towards the error
> > > delivery agent. This can happen when you have incorrect
> > > virtual_alias_domains settings in main.cf or in master.cf.
> > 
> > Virtual_alias_maps in main.cf points to:
> > 
> > virtual_alias_maps = hash:/etc/postfix/virtual
> 
> Instead of hand-copied snippets, it is best to post the complete
> output of "postconf -n".
> 
> > I can find no virtual settings in master.cf
> 
> That would be virtual_alias_domains, but there could also be issues
> with various main.cf transport settings or a "*" entry in the
> transport table.
> 
> Is there "*" key in transport_maps?  Otherwise, a full "postconf -n"
> should suffice.
> 

Thank you Viktor for being so patient, here is the output of postconf -n

root@localhost:/etc/postfix# postconf -n
alias_database = hash:/etc/postfix/aliases.db
alias_maps = hash:/etc/postfix/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH-/usr/bin:/usr/X11R6/bin xxgdb
$daemon_directory/$process_name $process_id & sleep 5
default_destination_concurrency_limit = 5
default_transport = error
delay_warning_time = 4h
home_mailbox = Maildir/
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
local_destination_concurrency_limit = 2
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail -Y -a $DOMAIN
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
mydestination = localhost, localhost.localdomain, localhost
myhostname = cpollock.localdomain
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks_style = host
myorigin = /etc/mailname
newaliases_path = /usr/bin/newaliases
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
relay_transport = error
relayhost = smtp.embarqmail.com:587
sample_directory = /etc/postfix
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_connect_timeout = 300
smtp_data_done_timeout = 600
smtp_helo_timeout = 600
smtp_mail_timeout = 600
smtp_rcpt_timeout = 300
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
smtp_tls_loglevel = 2
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
defer_unauth_destination
smtpd_sasl_path = smtpd
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
syslog_facility = mail
unknown_local_recipient_reject_code = 450
virtual_alias_maps = hash:/etc/postfix/virtual
root@localhost:/etc/postfix# 

-- 
Chris
31.11°N 97.89°W (Elev. 1092 ft)
15:56:03 up 4 days, 22:10, 4 users, load average: 0.46, 0.51, 0.52
Ubuntu 14.04 LTS, kernel 3.13.0-32-generic

Reply via email to