On Wed, Feb 18, 2009 at 2:34 PM, Jon Drukman <[email protected]> wrote: > On Wed, Feb 18, 2009 at 2:30 PM, Wietse Venema <[email protected]> wrote: >>> what am i missing? >> >> Are the transport map lookups configured? >> $ postconf -n transport_maps > > that was it. for some reason that option is not listed in the default > main.cf on my box.
my next problem is that this setup works fine for local deliveries (ie: running sendmail on the same box) but it doesn't work if i try to mail to it from the outside world. successful local delivery: Feb 18 15:32:31 181379-web1 postfix/pipe[30864]: 2F4A1B782C7: to=<[email protected]>, relay=parsemail, delay=0.1, delays=0.03/0.01/0/0.05, dsn=2.0.0, status=sent (delivered via parsemail service) unsuccessful delivery from the outside: Feb 18 15:39:41 181379-web1 postfix/smtpd[30983]: NOQUEUE: reject: RCPT from wf-out-1314.google.com[209.85.200.175]: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<wf-out-1314.google.com> i have '[email protected]' in my relay_recipient_maps hash.
