]> err.no Git - dotfiles/commitdiff
Use ssh rather than kerberos from thosu, for the time being
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 5 May 2008 14:05:00 +0000 (14:05 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 5 May 2008 14:05:00 +0000 (14:05 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1225 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 983833f1d4e0d25a71d9954d7fe555dc31359b56..ac0b8eff61ef7e22f3538f849d56fa07058b3f8e 100644 (file)
--- a/gnus
+++ b/gnus
     (car list)))
 
 
-(cw/for-host "thosu\\|xoog\\|golem\\|vuizook"
+(cw/for-host "xoog\\|golem\\|vuizook"
   (setq gnus-select-method '(nnimap "err"
                                     (nnimap-address "vuizook.err.no")
                                     (nnimap-stream gssapi)
                                     (nnimap-authenticator gssapi)
                                     (nnimap-authinfo-file "~/.imap-authinfo"))))
 
+(cw/for-host "thosu"
+  (setq gnus-select-method '(nnimap "err"
+                                   (nnimap-stream shell)))
+  (setq imap-shell-program
+       '("ssh -ax -C -oBatchMode=yes vuizook.err.no 'exec env MAIL=$HOME/Maildir /usr/lib/dovecot/imap'")
+       nntp-rlogin-program "ssh"))
+                                   
+
 (setq imap-gssapi-program '("imtest -m gssapi -u %l -s %s"))
 
 (cw/for-host "yiwaz\\|arabella"