diff options
author | ume <ume@FreeBSD.org> | 2004-02-03 00:42:59 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-02-03 00:42:59 +0800 |
commit | 11ee5caf873e242f7787d032d9cfaa6649f66bd5 (patch) | |
tree | 26d712eebb89f09e3f188fcf4f52814bfa768254 /mail/cyrus-imapd22 | |
parent | 029e658aed5e5a1700111c3a96c3e0e68490dc91 (diff) | |
download | freebsd-ports-gnome-11ee5caf873e242f7787d032d9cfaa6649f66bd5.tar.gz freebsd-ports-gnome-11ee5caf873e242f7787d032d9cfaa6649f66bd5.tar.zst freebsd-ports-gnome-11ee5caf873e242f7787d032d9cfaa6649f66bd5.zip |
fix description of allowplaintext.
Reported by: "Stephen Marquard" <scm@marquard.net>
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/files/imapd.conf | 2 |
1 files changed, 1 insertions, 1 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 |