diff options
author | anders <anders@FreeBSD.org> | 2002-12-23 11:27:48 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-12-23 11:27:48 +0800 |
commit | ecd34a8b7c71dd4047b4d8d02ad28c5f99e4580d (patch) | |
tree | 5eb5f4a062cab9673a3a17fd9ce3a0271fa37439 /mail | |
parent | 3366dc322f948180c84b42f6410b7574b15f527e (diff) | |
download | freebsd-ports-gnome-ecd34a8b7c71dd4047b4d8d02ad28c5f99e4580d.tar.gz freebsd-ports-gnome-ecd34a8b7c71dd4047b4d8d02ad28c5f99e4580d.tar.zst freebsd-ports-gnome-ecd34a8b7c71dd4047b4d8d02ad28c5f99e4580d.zip |
Tidy installation output.
Remove some information about SSL dependencies, this is verified by
pkg-req.ssl.
Add information about imap-uw only supporting encrypted logins by default
(many users has had trouble with this).
These changes are just textual.
Diffstat (limited to 'mail')
-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. |