[olug] [OT] Delay of Cox mail??
David Walker
olug at grax.com
Tue Jul 13 07:58:46 UTC 2004
On Monday 12 July 2004 01:24 pm, Mike Hostetler wrote:
> If you could get an ISP that would let you setup a tunnel to send
> out-bound smtp to, that would be great. But, if they do exist, I
> can't afford it.
Assuming you're using linux or unix to send your mail and that you are sending
your mail via the sendmail command all you need is an ssh shell account that
permits outgoing mail from your address.
Set up ssh keys to allow connection without entering a password
(copy your .ssh/id_rsa.pub or .ssh/id_dsa.pub to the remote server at
~/.ssh/authorized_keys)
and replace your sendmail program with the following script
#!/bin/sh
ssh shell_account_server sendmail $@
More information about the OLUG
mailing list