Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2001 13:11:19 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Duke Normandin <dnormandin@myrealbox.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: "No route to host" error
Message-ID:  <20011005131119.B498@k7.mavetju.org>
In-Reply-To: <1002249734.4fc3aff5dnormandin@myrealbox.com>; from dnormandin@myrealbox.com on Thu, Oct 04, 2001 at 08:42:14PM -0600
References:  <1002249734.4fc3aff5dnormandin@myrealbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, Oct 04, 2001 at 08:42:14PM -0600, Duke Normandin wrote:
> My new ISP does not allow direct connections to other SMTP servers
> -- i.e., I *have* to use them as a 'Smarthost' (I think).

That's a good policy. It will prevent clueless people from becoming
spammers and it will make troubleshooting easier for the ISP.

> Is there absolutely *no* way around this as I would like to use
> 'dyndns.org' and run my own SMTP server? TIA...

Of course there are...

- setup an SSH tunnel for SMTP traffic towards a remote host were
  you want to drop your mail and define localhost:25 as your
  smarthost.
      ssh -v you@remotehost -L 25:remotehost:25 -N

- on a remote host, let the smtpd listen to different port than 25.

- send the mail to the submission port on the remote server instead
  of the smtp port.

Edwin

-- 
Edwin Groothuis   |              Personal website: http://www.MavEtJu.org
edwin@mavetju.org |           Interested in MUDs? Visit Fatal Dimensions:
------------------+                       http://www.FatalDimensions.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011005131119.B498>