On 02/03/2015 21:19, Wietse Venema wrote:
Paul:
root@rowan:/etc/postfix# posttls-finger -F
You should never run this test as root, if only because the Postfix
SMTP client does not run as root.
If that does not explain the difference, try turning off chroot
in master.cf:
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
smtp inet n - n - - smtp
relay inet n - n - - smtp
Then execute "postfix reload" and see if the difference goes away.
Wietse
Applying the changes to master.cf you listed make no difference to the
smtp client results as does running
posttls-finger as a non root user make no difference in that its
connections being "Trusted"
Paul