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

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

Re: gmx imap failure


From: Zhu
Subject: Re: gmx imap failure
Date: Sun, 14 Feb 2016 13:25:40 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Now I have update my GMX email setting, but still NOT working:

;; GMX imap
(add-to-list 'gnus-secondary-select-methods
             '(nnimap "gmx"
                      (nnimap-address "imap.gmx.com")
                      (nnimap-server-port 993)
                      (nnimap-stream ssl)
                      (nnir-search-engine imap)))
;; GMX smtp
(setq send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it
      smtpmail-default-smtp-server "mail.gmx.com"
      smtpmail-smtp-server "mail.gmx.com"
      smtpmail-smtp-service 587
      starttls-use-gnutls t
      starttls-gnutls-program "gnutls-cli"
      starttls-extra-arguments nil
      smtpmail-debug-info t
      smtpmail-debug-verb t)

;; ~/.authinfo.gpg
machine imap.gmx.com login my_email@gmx.com password my_password port 993
machine mail.gmx.com port 587 key nil cert nil

;; Error message
----------------------------------------------------------------------
Opening nnfolder server on archive...done Opening nnimap server on
gmx...  Opening connection to imap.gmx.com via tls...  Opening TLS
connection to `imap.gmx.com'...  Opening TLS connection with
`gnutls-cli --insecure -p 993 imap.gmx.com'...failed Opening TLS
connection with `gnutls-cli --insecure -p 993 imap.gmx.com
--protocols ssl3'...failed Opening TLS connection with `openssl
s_client -connect imap.gmx.com:993 -no_ssl2 -ign_eof'...failed
Opening TLS connection to `imap.gmx.com'...failed Unable to open
server nnimap+gmx due to: Buffer *nnimap imap.gmx.com 993 *nntpd**
has no process Opening nnimap server on gmx...failed:
...
Warning: Opening nnimap server on gmx...failed: ; Server
nnimap+gmx previously determined to be down; not retrying; Opening
nnimap server on gmx...failed: ; Unable to open server nnimap+gmx
due to: Buffer *nnimap imap.gmx.com 993 *nntpd** has no process
---------------------------------------------------------------------

-- 
Hello, world!


reply via email to

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