On Wed, Apr 1, 2015 at 8:54 AM, Viktor Dukhovni <[email protected]>
wrote:
> On Wed, Apr 01, 2015 at 06:26:44AM +0800, Jeffrey 'jf' Lim wrote:
>
> > Not too sure what the problem is, but I had to use '127.0.0.1' in place
> of
> > 'localhost' for my virtual_transport setting to work. 'localhost' is in
> > /etc/hosts ('127.0.0.1 localhost.localdomain localhost'),
> and
> > a 'ping localhost' at the command line works.
>
> Don't chroot transports in master.cf, but if you must, ensure that
> /etc/hosts, /etc/services, /etc/resolv.conf, ... are correct in
> the chroot jail.
>
> -
> Viktor.
>
Thanks. Definitely will take note if I do a chroot, but I believe my
transports aren't? At least not that I'm aware of. I'm doing an install
from source (which I assume doesn't chroot anything?) of postfix 3.0.0
-jf