diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-28 13:53:25 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-28 13:53:25 +0000 |
commit | f5c06e857bf26c1577122d2205f3f5374769e067 (patch) | |
tree | 4a7347b74c27b11f5761c2dbe60245e4b72ea286 /mail/qmail/files/auth.patch.patch-tls | |
parent | - update to 1.96 (diff) |
Fix auth patch for qmail-tls
Submitted by: Luiz Souza <luiz at visualconnect.com.br> by email
Notes
Notes:
svn path=/head/; revision=168963
Diffstat (limited to 'mail/qmail/files/auth.patch.patch-tls')
-rw-r--r-- | mail/qmail/files/auth.patch.patch-tls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/files/auth.patch.patch-tls b/mail/qmail/files/auth.patch.patch-tls index a21d886ddb3b..751b0e815e93 100644 --- a/mail/qmail/files/auth.patch.patch-tls +++ b/mail/qmail/files/auth.patch.patch-tls @@ -64,7 +64,7 @@ ++ #ifdef AUTHCRAM + #ifdef TLS +! out("\r\n250-AUTH LOGIN CRAM-MD5 PLAIN"); -+! out("\r\n250-AUTH LOGIN CRAM-MD5 PLAIN"); ++! out("\r\n250-AUTH=LOGIN CRAM-MD5 PLAIN"); +! if (!ssl) out("\r\n250-STARTTLS"); +! #else ! out("\r\n250-AUTH LOGIN CRAM-MD5 PLAIN"); |