[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 938e782: ; * etc/PROBLEMS: Clarify the issue with i
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master 938e782: ; * etc/PROBLEMS: Clarify the issue with insecure POP connections. |
Date: |
Fri, 17 Mar 2017 04:58:39 -0400 (EDT) |
branch: master
commit 938e7826ff849c14cb092dec8e2c1198413c7462
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
; * etc/PROBLEMS: Clarify the issue with insecure POP connections.
---
etc/PROBLEMS | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index eddae12..15d2b74 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -323,13 +323,17 @@ or set the variable 'cannot-suspend' to a non-nil value.
*** movemail compiled with POP support can't connect to the POP server.
-This problem can occur if you do not configure --with-mailutils.
-Make sure that the 'pop' entry in /etc/services, or in the services
-NIS map if your machine uses NIS, has the same port number as the
-entry on the POP server. A common error is for the POP server to be
-listening on port 110, the assigned port for the POP3 protocol, while
-the client is trying to connect on port 109, the assigned port for the
-old POP protocol.
+This problem can occur if you do not configure --with-mailutils,
+and don't have GNU Mailutils installed. Then Emacs uses its own
+version of movemail, which doesn't support secure POP connections.
+To solve this, install GNU Mailutils.
+
+Also, make sure that the 'pop' entry in /etc/services, or in the
+services NIS map if your machine uses NIS, has the same port number as
+the entry on the POP server. A common error is for the POP server to
+be listening on port 110, the assigned port for the POP3 protocol,
+while the client is trying to connect on port 109, the assigned port
+for the old POP protocol.
*** RMAIL gets error getting new mail.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 938e782: ; * etc/PROBLEMS: Clarify the issue with insecure POP connections.,
Eli Zaretskii <=