Wietse,
All of these services are tunning with chroot ENABLED. Check
your $queue_directory/etc/resolv.conf file again.
smtp inet n - y - - smtpd
pickup unix n - y 60 1 pickup
cleanup unix n - y - 0 cleanup
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
smtp unix - - y - - smtp
relay unix - - y - - smtp
showq unix n - y - - showq
error unix - - y - - error
retry unix - - y - - error
discard unix - - y - - discard
lmtp unix - - y - - lmtp
anvil unix - - y - 1 anvil
scache unix - - y - 1 scache
$queue_directory/etc/resolv.conf is the same as /etc/resolv.conf. I've also
disabled chroot with the same result. Two points that puzzle me are why the
system does not attempt a SASL connection to the submission port and why
this configuration works in versions 3.1 and 2.9 of Postfix.
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
77E39131AF 2895 Thu Sep 27 11:42:12 me@cuddy.localdomain
(host smtp.example.com[00.000.00.000] said: 450 4.1.8 <me@cuddy.localdomain>:
Sender address rejected: Domain not found (in reply to RCPT TO command))
m...@somedomain.com
Here's an updated postconf -n:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
compatibility_level = 2
inet_interfaces = loopback-only
inet_protocols = ipv4
mailbox_size_limit = 0
mydestination =
myhostname = cuddy
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost = [smtp.example.com]:submission
smtp_sasl_auth_enable = yes
smtp_sasl_mechanism_filter = plain, login
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous, noplaintext
smtp_sasl_tls_security_options = noanonymous
smtp_tls_CAfile = /etc/ssl/certs/Gary_Chambers_Root_CA.pem
smtp_tls_security_level = encrypt
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_use_tls = yes
Here's an updated postconf -Mf:
smtp inet n - n - - smtpd
pickup unix n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr unix n - n 300 1 qmgr
tlsmgr unix - - n 1000? 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
-o syslog_name=postfix/$service_name
showq unix n - n - - showq
error unix - - n - - error
retry unix - - n - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache
Thank you, again, for your time and assistance.
--
Gary Chambers