Discussion:
IMAP connection goes to the wrong port
Bernardo
2014-08-31 10:22:55 UTC
Permalink
Hi,

i'm trying to connect to an IMAP server on the LAN and have this in
~/.gnus.el


(setq gnus-secondary-select-methods
'((nnimap "LocalMail"
(nnimap-address "192.168.1.20")
(nnimap-stream network)
(nnimap-server-port "143"))
))

The connection fails and Wireshark reveals Gnus tried to connect to the
right IP address but the wrong port - 993, so the connection is refused.

Hope i'm not overlooking something obvious.

Gnus v5.13

--
Thanks, Bernardo
Lars Ingebrigtsen
2015-01-27 05:33:47 UTC
Permalink
Post by Bernardo
i'm trying to connect to an IMAP server on the LAN and have this in
~/.gnus.el
(setq gnus-secondary-select-methods
'((nnimap "LocalMail"
(nnimap-address "192.168.1.20")
(nnimap-stream network)
(nnimap-server-port "143"))
))
The connection fails and Wireshark reveals Gnus tried to connect to
the right IP address but the wrong port - 993, so the connection is
refused.
I think that should work... What Emacs version is this with?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Loading...