summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/imap-uw/Makefile4
-rw-r--r--mail/imap-uw/pkg-message8
2 files changed, 9 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 0ca43f58e567..b3618c3aa1db 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -93,6 +93,7 @@ post-install:
@${ECHO} "================================================================================"
.endif
.if !defined(WITHOUT_SSL)
+ @${ECHO}
@${ECHO} "To create and install a new SSL certificate for imapd and ipop3d, type \"make"
@${ECHO} "cert\". Or install manually in ${PREFIX}/certs."
@${ECHO}
@@ -100,9 +101,6 @@ post-install:
@${ECHO}
@${ECHO} "pop3s stream tcp nowait root ${PREFIX}/libexec/ipop3d ipop3d"
@${ECHO} "imaps stream tcp nowait root ${PREFIX}/libexec/imapd imapd"
- @${ECHO}
- @${ECHO} "Remember to recompile and reinstall your cclient port with SSL support too, if"
- @${ECHO} "you had it installed without SSL support."
@${ECHO} "================================================================================"
.endif
diff --git a/mail/imap-uw/pkg-message b/mail/imap-uw/pkg-message
index d3dabd93576a..a7bcef771cb3 100644
--- a/mail/imap-uw/pkg-message
+++ b/mail/imap-uw/pkg-message
@@ -18,3 +18,11 @@ pop3 session required pam_deny.so
The pam_unix module does not have session support, so we do not use it for
session management. Be sure to read up on pam.conf(5).
+
+===> NB: IMAP-UW now rejects non-encrypted logins by default. To change this
+===> behaviour, recompile and reinstall cclient and imap-uw ports with one of
+===> the following make variables defined:
+
+WITHOUT_SSL - build without SSL/encryption support.
+WITH_SSL_AND_PLAINTEXT - build with SSL/encryption support, but allow
+non-encrypted logins.