info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need help setting up gnus


From: Davidcollins001
Subject: Re: need help setting up gnus
Date: 27 Nov 2006 08:26:50 -0800
User-agent: G2/1.0

I tried running gnus with M-x toggle-debug-on-error and got the
following message. From what I have seen I can't see if I have anything
wrong with my ~/.gnus file. Is there something that I might be missing?

Opening nnimap server...
imap: Connecting to myimapmail.warwick.ac.uk...
imap: Opening SSL connection with `openssl s_client -ssl3 -connect
%s:%p'...
imap: Opening SSL connection with `openssl s_client -ssl2 -connect
%s:%p'...
imap: Opening SSL connection with `s_client -ssl3 -connect %s:%p'...
imap: Opening SSL connection with `s_client -ssl2 -connect %s:%p'...
imap: Opening SSL connection with `nil'...failed
imap: Connecting to myimapmail.warwick.ac.uk...failed

My ~/.gnus file is:


(setq user-full-name "David Collins")
(setq user-mail-address "D.J.Collins@warwick.ac.uk")

;; imap
(setq gnus-secondary-select-methods
      '((nnimap ""
                (nnimap-address "myimapmail.warwick.ac.uk")
                (nnimap-stream ssl)
                (nnimap-server-port 993)
                )))

;; sending mail
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "mail-relay.warwick.ac.uk")
(load-library "smtpmail")

Thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]