Apparently the newest version of postfix will not auto deliver locally.

cat /etc/postfix/transport
<snip>
# EXAMPLES
#        In  order to deliver internal mail directly, while using a
#        mail relay for all other mail, specify a  null  entry  for
#        internal  destinations  (do not change the delivery trans-
#        port or the nexthop information) and  specify  a  wildcard
#        for all other destinations.
#
#             my.domain    :
#             .my.domain   :
#             *            smtp:outbound-relay.my.domain
<snip>

cat /etc/postfix/transport.map
domain.com smtp:[ip.ad.re.ss1]
mgw1.domain.com smtp:[ip.ad.re.ss2]
mgw2.domain.com :                                 <---- Local Delivery
.domain.com smtp:[ip.ad.re.ss1]

At 04:47 PM 5/22/2003 -0500, you wrote:
>I tried that but i believe it looped and failed.
>
>At 04:24 PM 5/22/2003 -0500, you wrote:
>
>
> > >[mgw2] [/home/keith]> postconf mydestination
> > >mydestination = $myhostname, localhost.$mydomain
> > >[mgw2] [/home/keith]> postconf myhostname
> > >myhostname = mgw2.iland.com
> >
> >that's ok, I don't know why postfix would try to send mail to
> >[EMAIL PROTECTED] to another machine
> >
> >This shouldn't necessary, but in transport.map
> >
> >mgw2.iland.com smtp:[127.0.0.1]
> >
> >or the ip of the mgw2
>
>Keith J. Kikta
>[EMAIL PROTECTED]
>voice: 1.800.697.7088
>fax: 713.868.2268
>http://www.iland.com - iland Internet Solutions Corporation
>
>----------
>The information transmitted is intended only for the person or entity to
>which it is addressed and may contain confidential and/or privileged
>material. Any review, re-transmission, dissemination or other use of, or
>taking of any action in reliance upon, this information by persons or
>entities other than the intended recipient is prohibited. If you received
>this in error, please contact the sender and delete the material from any
>computer.

Keith J. Kikta
[EMAIL PROTECTED]
voice: 1.800.697.7088
fax: 713.868.2268
http://www.iland.com - iland Internet Solutions Corporation

----------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, re-transmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.



Reply via email to