On Tue, Sep 12, 2000 at 12:51:00PM +1000, Doug Stalker wrote:
>
> I have a system running sendmail that is behind a firewall (private
> network). On the outside of the firewall is our mail server. I have
> already configured the firewall to accept mail and relay it to the mail
> server where it can be sent to the outside world; I have verified this
> works by telneting (from the intenral system) to the firewall on port 25
> and manually sending a message.
>
> The problem is that sendmail doesn't seem to be forwarding the mail to
> the fierwall properly.
>
> In the sendmail.cf file there is the line DSfirewall (firewall is
> defined in the /etc/host file as the firewalls internal IP address)
The thing is when you do DSfirewall sendmail doesn't actually try to
send the mail direct to firewall.domain.com.au it actually does an MX lookup
on firewall.domain.com.au and then if the MX doesn't exist it will send directly
to firewall. To prevent this try DS[firewall] or to avoid DNS problems all together
DS[192.168.x.x]
>
> If I try to manually send a message and watch what it is doing (ex:
> sendmail -v [EMAIL PROTECTED] < /dev/null) the system just sits
> there doing nothing.
>
> Does anyone have any ideas on what I'm doing wrong?
>
> - Doug
>
>
> --
> _____________________________________________________________
> Network Operations Engineer - Big Pond Advance Satellite
> Ericsson Australia - Level 5, 184 The Broadway, Sydney 2000
> Ph: +61-416-085-390 Email: [EMAIL PROTECTED]
>
>
>
>
> --
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
--
John
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug