[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fetching pop3
From: |
Slackrat |
Subject: |
Re: Fetching pop3 |
Date: |
Sat, 08 Aug 2009 09:59:04 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Ted Zlatanov a écrit profondement:
|
| I think the "/110" is indicating port 110.
Undoubtably
| Can you open port 110 on
| that server from your machine?
|
Yes port 110 opens just fine via both 'telnet' and 'fetchmail'
And I get the same results whether or not I comment out the: :port "pop3"
or in fact change the "pop3" in that line to "110"
(setq mail-sources
'((file :path "/var/spool/mail/user-name")
(pop :server "pop3.mail.server"
:user "user-name"
;; :port "pop3 -also tried 110 here-"
:password "secret")))
So it seems that it's something I have inadvertently set up, or a
problem with gnus
--
Slackrat