diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-12-23 03:27:48 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-12-23 03:27:48 +0000 |
commit | d64f90340cbeda12e16b50bcb7bf816902c9d2b1 (patch) | |
tree | 481ac1d76d2788b982bb4e827fda7720232f9155 /mail/imap-uw | |
parent | bb1f127e346e7c50b1f92059e5f693954e3f57f1 (diff) | |
download | ports-d64f90340cbeda12e16b50bcb7bf816902c9d2b1.tar.gz ports-d64f90340cbeda12e16b50bcb7bf816902c9d2b1.zip |
Notes
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 4 | ||||
-rw-r--r-- | mail/imap-uw/pkg-message | 8 |
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. |