dma (0.0.2009.02.11-1~7) unstable; urgency=low
* Unbreak SMTP authentication - send EHLO, allow LOGIN over SSL.
+ * Update the 09-typos patch to fix another typo in crypto.c.
-- Peter Pentchev <roam@ringlet.net> Mon, 30 Mar 2009 13:51:28 +0300
}
X509_free(cert);
+@@ -267,7 +267,7 @@
+ /* Send AUTH command according to RFC 2554 */
+ send_remote_command(fd, "AUTH CRAM-MD5");
+ if (read_remote(fd, sizeof(buffer), buffer) != 3) {
+- syslog(LOG_ERR, "%s: smarthost authentification:"
++ syslog(LOG_ERR, "%s: smarthost authentication:"
+ " AUTH cram-md5 not available: %s", it->queueid,
+ neterr);
+ /* if cram-md5 is not available */