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 | |
parent | f4b6bd036cc14899404a1865e00a88519c6b85d8 (diff) | |
download | ports-f5c06e857bf26c1577122d2205f3f5374769e067.tar.gz ports-f5c06e857bf26c1577122d2205f3f5374769e067.zip |
Notes
Diffstat (limited to 'mail/qmail')
-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"); |