>Andrew Porter wrote:
>On Sat, 2004-10-09 at 13:34, Jerome BENOIT wrote:

Nevertheles, I have yet to change my SMTP stuff in order to send my email
with respect to the place where I am:
is there some kind of dynamic SMTP stuff ?


In view of the increasing popularity of SPF you will eventually have to
start using some form of SMTP authentication and send via the designated
SMTP source for your domain.  So why not try setting that up now instead
if possible ?


If you have an ssh account on the SMTP machine you can always just create an ssh 
tunnel to it like:

ssh -l username -N -2 -L 25:remote_ip:25 remote_ip

Then you would just point your local email client at localhost, port 25.

Cheers and Good Luck
Mark













--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to