On Sun, Jun 07, 2015 at 12:40:44AM -0400, Michael B Allen wrote: > On Sat, Jun 6, 2015 at 11:29 PM, Michael B Allen <[email protected]> wrote: > > Jun 6 23:21:06 www postfix/smtpd[2228]: NOQUEUE: reject: RCPT from > > mail-la0-f44.google.com[209.85.215.44]: 454 4.7.1 > > <[email protected]>: Relay access denied; from=<[email protected]> > > to=<[email protected]> proto=ESMTP helo=<mail-la0-f44.google.com> > <snip> > > mydestination = $myhostname, localhost.$mydomain, localhost > > mydomain = busicorp.com > > It seems to be working now. Apparently I need $mydomain in mydestination? > > mydestination = $mydomain, $myhostname, localhost.$mydomain, localhost > > But I just stumbled on this through trial and error so someone please > confirm that this needs to be set and that I don't have some other > kind of problem like DNS is wrong.
Maybe you should consult the fine postfix documentation: postconf(5) http://www.postfix.org/postconf.5.html#mydestination http://www.postfix.org/postconf.5.html#mydomain But why does your mx point to hotmail.com? -- Herbert
