diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-02-02 16:42:59 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-02-02 16:42:59 +0000 |
commit | 5fdc18fafd7b85da8af720b100d4837d789cd03e (patch) | |
tree | 314623ecb0dee4e57a5c3fde5c8aa6bcea2e25d3 /mail | |
parent | Update to 2.6. (diff) |
fix description of allowplaintext.
Reported by: "Stephen Marquard" <scm@marquard.net>
Notes
Notes:
svn path=/head/; revision=99824
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/files/imapd.conf | 2 | ||||
-rw-r--r-- | mail/cyrus-imapd23/files/imapd.conf | 2 | ||||
-rw-r--r-- | mail/cyrus-imapd24/files/imapd.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/cyrus-imapd22/files/imapd.conf b/mail/cyrus-imapd22/files/imapd.conf index 399df35d78b7..0f3d9ab916a4 100644 --- a/mail/cyrus-imapd22/files/imapd.conf +++ b/mail/cyrus-imapd22/files/imapd.conf @@ -52,7 +52,7 @@ partition-default: /var/spool/imap # #allowanonymouslogin: no -# Allow the use of the SASL PLAIN mechanism. +# Allow the use of cleartext passwords on the wire. # #allowplaintext: yes diff --git a/mail/cyrus-imapd23/files/imapd.conf b/mail/cyrus-imapd23/files/imapd.conf index 399df35d78b7..0f3d9ab916a4 100644 --- a/mail/cyrus-imapd23/files/imapd.conf +++ b/mail/cyrus-imapd23/files/imapd.conf @@ -52,7 +52,7 @@ partition-default: /var/spool/imap # #allowanonymouslogin: no -# Allow the use of the SASL PLAIN mechanism. +# Allow the use of cleartext passwords on the wire. # #allowplaintext: yes diff --git a/mail/cyrus-imapd24/files/imapd.conf b/mail/cyrus-imapd24/files/imapd.conf index 399df35d78b7..0f3d9ab916a4 100644 --- a/mail/cyrus-imapd24/files/imapd.conf +++ b/mail/cyrus-imapd24/files/imapd.conf @@ -52,7 +52,7 @@ partition-default: /var/spool/imap # #allowanonymouslogin: no -# Allow the use of the SASL PLAIN mechanism. +# Allow the use of cleartext passwords on the wire. # #allowplaintext: yes |