|
| From: | Anne & Lynn Wheeler |
| Subject: | Re: using ssl news servers |
| Date: | Mon, 18 Jul 2005 09:36:57 -0600 |
| User-agent: | Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (gnu/linux) |
my news server reguires userid/password to connect.
if i use:
(setq gnus-select-method
'(nntp "news.xxxx.xxx"
; (nntp-open-connection-function nntp-open-ssl-stream)
; (nntp-port-number "563")
(nntp-address "news.xxxx.xxx")
))
it reads news and for posts ... it says posting with nntp
(setq gnus-select-method
'(nntp "news.xxxx.xxx"
(nntp-open-connection-function nntp-open-ssl-stream)
(nntp-port-number "563")
(nntp-address "news.xxxx.xxx")
))
if reads news fine ... but for posts ... it just hangs forever.
mozilla/thunderbird configured for ssl/563 reads news and posts just
fine.
--
Anne & Lynn Wheeler | http://www.garlic.com/~lynn/
| [Prev in Thread] | Current Thread | [Next in Thread] |