>>>>> "Adrian" == Adrian De Leon <[EMAIL PROTECTED]> writes:
Adrian> Hubert Chan <[EMAIL PROTECTED]> writes:
>> gnus also lets me send mail through an ssh connection (i.e. it ssh-es
>> into a server, and uses the local mail program there), so that I
>> don't have to worry about "what mail server am I authorized to
>> connect to from where I am right now?" or dealing with those icky
>> POP-before-send servers.
Adrian> Hello, I was wondering, how did you set up Gnus to do that?
Adrian> custom elisp?
This is what I have:
(setq message-send-mail-function 'feedmail-send-it
send-mail-function 'feedmail-send-it
feedmail-binmail-template "ssh <hostname> -e none /bin/mail %s")
Obviously, you'll have to replace <hostname> with the server name.
You'll probably have to set it up to authenticate via a passwordless
RSA or DSA key too, because I don't think it is able to prompt you for a
password.
--
Hubert Chan <[EMAIL PROTECTED]> - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA
Fingerprint: 96C5 012F 5F74 A5F7 1FF7 5291 AF29 C719 124B 61FA
Key available at wwwkeys.pgp.net. Encrypted e-mail preferred.
pgp7xTcPMQG2P.pgp
Description: PGP signature

