Gnus development mailing list
 help / color / mirror / Atom feed
* Courier IMAP 993?
@ 2001-05-08 16:48 Robin S. Socha
  2001-05-08 18:21 ` Norbert Koch
  2001-05-08 18:49 ` Simon Josefsson
  0 siblings, 2 replies; 5+ messages in thread
From: Robin S. Socha @ 2001-05-08 16:48 UTC (permalink / raw)


Greetings,

The following does not work. No visible errors :-( If anyone wants an
account for testing this, let me know.

(setq imap-ssl-program "/usr/bin/openssl s_client -ssl3 -connect %s:%p")
(setq nnimap-authinfo-file "~/.authinfo")
(setq nnimap-server-port "993")
(setq nnimap-authenticator 'cram-md5)
(setq nnimap-list-pattern '("INBOX" "new"))
(setq gnus-secondary-select-methods
        '((nnimap "161.58.160.44"
                (nnimap-address "161.58.160.44")
                (nnimap-stream ssl)
                (nnimap-list-pattern ("INBOX"))
                )))

,----[ ~/.authinfo ]
| machine 129.250.30.40 login robin@socha.net password xxxxxxx
`----

Robin
-- 
Robin S. Socha - Your Worst Network Nightmare(tm).
`In Germany, they are not referred to as network administrators. They
prefer to be called "Sons Of The Third Reich".' <http://www.katewerk.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Courier IMAP 993?
  2001-05-08 16:48 Courier IMAP 993? Robin S. Socha
@ 2001-05-08 18:21 ` Norbert Koch
  2001-05-08 18:49 ` Simon Josefsson
  1 sibling, 0 replies; 5+ messages in thread
From: Norbert Koch @ 2001-05-08 18:21 UTC (permalink / raw)


"Robin S. Socha" <robin@socha.net> writes:

Hi!

> (setq imap-ssl-program "/usr/bin/openssl s_client -ssl3 -connect %s:%p")
> (setq nnimap-authinfo-file "~/.authinfo")
> (setq nnimap-server-port "993")
> (setq nnimap-authenticator 'cram-md5)
> (setq nnimap-list-pattern '("INBOX" "new"))
> (setq gnus-secondary-select-methods
>         '((nnimap "161.58.160.44"
>                 (nnimap-address "161.58.160.44")
>                 (nnimap-stream ssl)
>                 (nnimap-list-pattern ("INBOX"))
>                 )))

I'm still not sure that it's a good thing to setq the server variables
instead of setting them in the select-methods list.

But this is just guesswork.
norbert.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Courier IMAP 993?
  2001-05-08 16:48 Courier IMAP 993? Robin S. Socha
  2001-05-08 18:21 ` Norbert Koch
@ 2001-05-08 18:49 ` Simon Josefsson
  2001-05-08 18:57   ` Robin S. Socha
  1 sibling, 1 reply; 5+ messages in thread
From: Simon Josefsson @ 2001-05-08 18:49 UTC (permalink / raw)
  Cc: The Gnus Mailing List

"Robin S. Socha" <robin@socha.net> writes:

> (setq nnimap-server-port "993")
> (setq nnimap-authenticator 'cram-md5)
> (setq nnimap-list-pattern '("INBOX" "new"))
> (setq gnus-secondary-select-methods
>         '((nnimap "161.58.160.44"
>                 (nnimap-address "161.58.160.44")
>                 (nnimap-stream ssl)
>                 (nnimap-list-pattern ("INBOX"))
>                 )))

Try:

(setq gnus-secondary-select-methods
        '((nnimap "161.58.160.44"
                (nnimap-server-port 993)
                (nnimap-authenticator cram-md5)
                (nnimap-list-pattern ("INBOX" "new"))
                (nnimap-stream ssl)
                (nnimap-list-pattern ("INBOX"))

E.g., don't quote things twice, use integer port numbers and don't
setq server variables.

Any better?  Evaluating (setq imap-log "*imap-log*") also helps to
find errors, but perhaps it didn't come so for as to start logging
anything.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Courier IMAP 993?
  2001-05-08 18:49 ` Simon Josefsson
@ 2001-05-08 18:57   ` Robin S. Socha
  2001-05-08 21:10     ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Robin S. Socha @ 2001-05-08 18:57 UTC (permalink / raw)


* Simon Josefsson <simon@josefsson.org> writes:

> Any better?  

Yup. But cram-md5 still does not work. Whatever. Great!!

Robin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Courier IMAP 993?
  2001-05-08 18:57   ` Robin S. Socha
@ 2001-05-08 21:10     ` Simon Josefsson
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Josefsson @ 2001-05-08 21:10 UTC (permalink / raw)
  Cc: The Gnus Mailing List

"Robin S. Socha" <robin@socha.net> writes:

> But cram-md5 still does not work.

Do the server support it?  Is `imap-cram-md5-auth' invoked (try M-x
debug-on-entry)?  Or is there a problem with the actual HMAC data that
is sent? (See `imap-log')



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-05-08 21:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-08 16:48 Courier IMAP 993? Robin S. Socha
2001-05-08 18:21 ` Norbert Koch
2001-05-08 18:49 ` Simon Josefsson
2001-05-08 18:57   ` Robin S. Socha
2001-05-08 21:10     ` Simon Josefsson

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).