7 Oct 00:32
Re: Gnus silently fails to send imap messages when smtp blocked
From: Peter Jones <mlists <at> pmade.com>
Subject: Re: Gnus silently fails to send imap messages when smtp blocked
Newsgroups: gmane.emacs.gnus.user
Date: 2008-10-06 22:32:23 GMT
Subject: Re: Gnus silently fails to send imap messages when smtp blocked
Newsgroups: gmane.emacs.gnus.user
Date: 2008-10-06 22:32:23 GMT
ross <at> rosslaird.info (Ross A. Laird) writes: > Since smtp is blocked on the local machine, I ssh into my remote server. > I run emacs and gnus from there, but (like emacsclient or tramp) I see > the application and run it on my local machine. Is that possible? What I do in that situation is ssh into a machine that has a working SMTP server, and create a tunnel: ,---- | ssh -L 2525:127.0.0.1:25 -N somehost.com `---- And then reconfigure Gnus to use port 2525 for SMTP. -- -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US
RSS Feed