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

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

imap not working fine


From: din
Subject: imap not working fine
Date: Wed, 11 Jun 2008 00:36:32 -0700 (PDT)
User-agent: G2/1.0

I have used the following command to connect to the imap server
through gnus:
(require 'nnimap)
(require 'ssl)
(setq imap-ssl-program "openssl s_client -ssl3 -quiet -connect %s:%p")
(setq imap-authinfo-file (expand-file-name "~/.authinfo"))
(setq imap-debug "*imap-debug*")
(setq gnus-secondary-select-methods
      '((nnml "private")
        (nnimap "MyMail"
                (nnimap-address "zin10.grapper.net")
                (nnimap-server-port 143)
                (nnimap-list-pattern ("INBOX*"))
                (nnimap-authenticator login)
                (nnimap-stream ssl)
                (nnimap-expunge-on-close 'always)
                )
        ))
I get following message:
(/usr/local/bin/emacs)
Loading tool-bar...done
Loading image...done
Loading tooltip...done
For information about the GNU Project and its goals, type C-h C-p.
Loading gnus...
Loading easymenu...done
Loading gnus...done
Loading gnus-start...done
 [2 times]
Wrote /mot/dineshb/.newsrc-dribble

Reading /mot/dineshb/.newsrc.eld...
Opening nntp server on newshost...
Denied server

Reading active file from private via nnml...
Opening nnml server on private...

nnml: Reading incoming mail from file...
nnml: Reading incoming mail (no new mail)...done
Reading active file from private via nnml...done
Reading active file from MyMail via nnimap...
Opening nnimap server on MyMail...
imap: Opening IMAP connection with openssl s_client -ssl3 -quiet -
connect %s:%p -ssl3...
Loading cl-macs...done
imap: Opening IMAP connection with openssl s_client -ssl3 -quiet -
connect %s:%p -ssl2...

Loading gnus-cache...done
Opening nntp server on newshost...
Denied server

Checking new news...
Opening nndraft server...

Checking new news...done
Loading edmacro...done
No gnus is bad news
No more unread newsgroups
Making completion list...
Loading view...done


Also when I run the following openssl command
 openssl s_client -ssl3 -connect zin10.grapper.net:143
I get this result:
CONNECTED(00000004)
36933:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
number:s3_pkt.c:286:


So Is it Gnus problem or the openssl problem? Also the same imap is
working fine with evolution...


reply via email to

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