Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Davidcollins001@gmail.com
Subject: Re: need help setting up gnus
Date: 27 Nov 2006 08:26:50 -0800	[thread overview]
Message-ID: <1164644810.950020.94330@l39g2000cwd.googlegroups.com> (raw)
In-Reply-To: <1164383295.812674.130080@k70g2000cwa.googlegroups.com>

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	other threads:[~2006-11-27 16:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-24 15:48 Davidcollins001
2006-11-27 16:26 ` Davidcollins001 [this message]
2006-11-28 22:14   ` martin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1164644810.950020.94330@l39g2000cwd.googlegroups.com \
    --to=davidcollins001@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).