From: tfheen Date: Mon, 5 May 2008 14:05:00 +0000 (+0000) Subject: Use ssh rather than kerberos from thosu, for the time being X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec8358d17c44840ca5770264919ba480709f511;p=dotfiles Use ssh rather than kerberos from thosu, for the time being git-svn-id: file:///svn/tfheen/trunk/dotfiles@1225 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index 983833f..ac0b8ef 100644 --- a/gnus +++ b/gnus @@ -21,13 +21,21 @@ (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"