Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
To: ding@gnus.org
Subject: Re: nnimap unable to open server unknown service 993
Date: Tue, 07 May 2013 23:34:41 +0200	[thread overview]
Message-ID: <87ehdih3ta.fsf@dod.no> (raw)
In-Reply-To: <87li7q22th.fsf@randomsample.de>

>>>>> David Engster <deng@randomsample.de>:
> Steinar Bang writes:
>> Unable to open server nnimap+privat due to: Unknown service: 993
> [...]
>> The nnimap server is defined as a secondary select method:
>> (setq gnus-secondary-select-methods
>> '((nnimap "privat"
>>  (nnimap-address "imap.mydomain.com")
>>  (nnimap-authenticator cram-md5)

> try adding

>    (nnimap-server-port 993)

That worked!  Thanks!

The entry now looks like this:
      '((nnimap "privat"
		(nnimap-address "imap.mydomain.com")
                (nnimap-authenticator cram-md5)
                (nnimap-server-port 993)
                (nnimap-stream ssl))


>> (nnimap-stream ssl))

> and maybe also drop this, I'm not sure.

With or without it didn't make any difference.  I'm leaving it in
place.  The config file is shared between different emacs versions, and
with openssl and gnutls shell scripts.




  reply	other threads:[~2013-05-07 21:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-07 11:00 Steinar Bang
2013-05-07 16:05 ` David Engster
2013-05-07 21:34   ` Steinar Bang [this message]
2013-05-07 21:42     ` nntp server news.gmane.org tries to use gnutls (Was: nnimap unable to open server unknown service 993) Steinar Bang
2013-05-07 21:53       ` nntp server news.gmane.org tries to use gnutls Adam Sjøgren
2013-05-07 23:20         ` Steinar Bang
2013-05-08  0:17           ` Katsumi Yamaoka
2013-05-08  8:44           ` Adam Sjøgren
2013-05-08 11:38             ` Steinar Bang
2013-05-08 21:19               ` Adam Sjøgren

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=87ehdih3ta.fsf@dod.no \
    --to=sb@dod.no \
    --cc=ding@gnus.org \
    /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).