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: martin
Subject: Re: need help setting up gnus
Date: Tue, 28 Nov 2006 23:14:54 +0100
User-agent: Emacs Gnus


  >>>>> Davidcollins001  <Davidcollins001@gmail.com> writes:
  > Date: 27 Nov 2006 08:26:50 -0800
  > 
  > 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
  > 
  > 

Hi,

my method accessing imap mail folders (Starting from the **Group**
buffer, no SSL connection):

  gnus-group-enter-server-mode  <menu-bar> <Gnus> <Enter server buffer>, ^
    Command: Jump to the server buffer.

  gnus-server-add-server        <menu-bar> <Server> <Add...>, a
    Command: (not documented)

  gnus-server-read-server       <menu-bar> <Server> <Browse>, RET
    Command: Browse a server.

Subscribe to the folders like you do with news groups.

Cheers

Martin
-- 
parozusa at web dot de


reply via email to

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