I'm sure everyone else knows this, but OS X keeps has two complete sets of postfix config files. Guess who, based on linux experience, was using /etc/postfix?
On Sat, Mar 1, 2014 at 8:10 PM, Rick Zeman <rze...@gmail.com> wrote: > On Sat, Mar 1, 2014 at 7:50 PM, li...@rhsoft.net <li...@rhsoft.net> wrote: > >> >> >> Am 02.03.2014 01:08, schrieb Rick Zeman: >> > Howdy, I'm trying to set up a Mac version of postfix (2.9.4) as a mail >> gateway. It's been many years since I've >> > set up a postfix instance, and being extremely rusty I've gotten myself >> stuck. I've got things working so that >> > mail destined for outside the domain gets delivered to the relay host >> on an alternate port using SASL, so that's >> > all working well. >> > However, mail destined for the local domain isn't being being relayed >> to the mail server (at least using mail from >> > the command line), it's apparently being handled by dovecot even though >> I commented out the dovecot section of the >> > master.cf and restarted postfix: >> >> > Mar 1 18:58:58 miniserv.private postfix/smtp[16760]: 3AC89A009B: to=< >> r...@pointyears.net >> > <mailto:r...@pointyears.net>>, relay=127.0.0.1[127.0.0.1]:10024, >> delay=0.08, delays=0.02/0/0/0.06, dsn=2.0.0, >> > status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: >> queued as 4D42BA00A2) >> >> >>transport_maps = hash:/etc/postfix/transport >> >>so what is "local" - if you have a transport than it happens to get used >> > > "Local" = what of what domain postfix is part of (domain part of > $myhostname) . > > This is all that's in transport: > pointyears.net smtp:[192.168.1.5] > >