OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Relay Question
From: Bagaglio Alessandro (alexbsemafor.ch)
Date: Fri Apr 28 2000 - 02:42:49 CDT


Thomas Andres wrote:
>
> > on the relay Host (smtp-gw.mydom.ch) a version of Sendmail is running.
> >
> > I have tried to configure my Postfix with the transport table:
> >
> > in main.cf
> > relay_domains =
> > transport_maps = hash:/etc/postfix/transport
> > default_transport = smtp
> > mydestination = localhost.mydom.ch, mydom.ch
> >
> > in /etc/postfix/transport:
> > mydom.ch smtp: smtp-gw.mydom.ch
> > .mydom.ch smtp: smtp-gw.mydom.ch
> > localhost.mydom.ch local:
>
> make that
> mydom.ch smtp:[smtp-gw.mydom.ch]
>
> or even better specify the ip-adress.
> The [] makes postfix lookp up a DNS A-Record instead of an MX record
>
> Bye
> Thomas
>
> --
> Those who educate children well are more to be honored than parents,
> for these only gave life, those the art of living well.
> -- Aristotle

I already tried this option, but if i type [smtp-gw.mydom.ch] in the
transport table, the error message change to:
<usermydom.ch>: Name service error for doamin [smtp-gw.mydom.ch]:
host not found

the same with the IP Adress

bye

alex