XYZFounder:
> > postfix 30554 0.0 0.0 44248 2548 ? S 20:00 0:00 smtp
> > -t unix -u -c -vv
Configured in this way. the SMTP client runs in a chroot jail. Turn
that off in master.cf.
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
...
smtp unix - - n - - smtp
The chroot column must be "n" for all programs.
Then "postfix reload", and you should have some logging.
Wietse