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 "[EMAIL PROTECTED]")
;; 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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english