<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmail, branch getdns</title>
<subtitle>qmail</subtitle>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/'/>
<entry>
<title>convert dns handling to getdns</title>
<updated>2015-07-03T14:20:57+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2015-07-03T14:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=b2318b35c1f191f2500b69e547cddb05fe9b5ba4'/>
<id>b2318b35c1f191f2500b69e547cddb05fe9b5ba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>opportunistic TLS</title>
<updated>2015-06-30T12:00:01+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2015-06-30T12:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=c76a0244565136c708d945f3ef1d4e14c7d3e1f8'/>
<id>c76a0244565136c708d945f3ef1d4e14c7d3e1f8</id>
<content type='text'>
When the TLS handshake fails, retry delivery with TLS disabled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the TLS handshake fails, retry delivery with TLS disabled
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for ECDH as well as custom ec+dh params in certificate</title>
<updated>2015-06-22T22:51:07+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2015-06-22T22:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=999de3146c7bec7ca9e2c55f1f4143b527ba98c4'/>
<id>999de3146c7bec7ca9e2c55f1f4143b527ba98c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use DH parameters from OpenSSL and remove support for ephemeral RSA</title>
<updated>2015-06-22T19:28:22+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2015-06-22T19:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=15a5232629a37b3df8a476f984343375950fa2ff'/>
<id>15a5232629a37b3df8a476f984343375950fa2ff</id>
<content type='text'>
This adds support for DH parameters from 1024 to 8192 bits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for DH parameters from 1024 to 8192 bits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat ECONNREFUSED the same as ETIMEDOUT</title>
<updated>2014-05-20T00:14:50+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2014-05-20T00:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=3284e61d7a7a49620e64c7d634776f8bcf4f8119'/>
<id>3284e61d7a7a49620e64c7d634776f8bcf4f8119</id>
<content type='text'>
After an SMTP connection attempt times out, qmail-remote records
the relevant IP address.  If the same address fails again (after
at least two minutes with no intervening successful connections),
qmail-remote assumes that further attempts will fail for at least
another hour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After an SMTP connection attempt times out, qmail-remote records
the relevant IP address.  If the same address fails again (after
at least two minutes with no intervening successful connections),
qmail-remote assumes that further attempts will fail for at least
another hour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove qmail-remote workaround that Dan Bernstein added on 1996-10-03...</title>
<updated>2014-05-19T23:07:13+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2014-05-19T23:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=d386103631ccee7c6b5d558311816c6aecc372e4'/>
<id>d386103631ccee7c6b5d558311816c6aecc372e4</id>
<content type='text'>
...to work around a bug in BIND versions earlier than version 4.9.4

We don't use the code any more but it does no harm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...to work around a bug in BIND versions earlier than version 4.9.4

We don't use the code any more but it does no harm.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase memory buffer from 256 to 8k</title>
<updated>2014-05-19T22:30:28+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2014-05-19T22:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=aafb377061b8926de4f3d8bddb204263cc45aa9c'/>
<id>aafb377061b8926de4f3d8bddb204263cc45aa9c</id>
<content type='text'>
This patch increases the size of the memory buffer that qmail uses when
querying the system for a list of all local IP addresses. This mailing
list message describes the problem and includes the patch file.

see http://www.mail-archive.com/qmail@id.wustl.edu/msg20935.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch increases the size of the memory buffer that qmail uses when
querying the system for a list of all local IP addresses. This mailing
list message describes the problem and includes the patch file.

see http://www.mail-archive.com/qmail@id.wustl.edu/msg20935.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix qmail-remote to handle multiple MX records correctly as in rfc2821</title>
<updated>2014-05-19T22:23:52+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2014-05-19T22:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=74ed200b0d1b98c7da6312ba361fead608a5a315'/>
<id>74ed200b0d1b98c7da6312ba361fead608a5a315</id>
<content type='text'>
This patch changes qmail-remote to skip over MX servers that greet with
codes 400 to 499 and to bounce mail when any MX server that qmail tries
greets with a code 500 to 599.

see http://www-dt.e-technik.uni-dortmund.de/~ma/qmail/patch-qmail-1.03-rfc2821.diff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes qmail-remote to skip over MX servers that greet with
codes 400 to 499 and to bounce mail when any MX server that qmail tries
greets with a code 500 to 599.

see http://www-dt.e-technik.uni-dortmund.de/~ma/qmail/patch-qmail-1.03-rfc2821.diff
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of DNS ANY query</title>
<updated>2014-02-18T12:14:03+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2014-02-18T12:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=c67d7d47af6838d0df89fa5072d6c1248eadf29d'/>
<id>c67d7d47af6838d0df89fa5072d6c1248eadf29d</id>
<content type='text'>
UltraDNS started blocking UDP-ANY queries so this is a problem.
This will disable domain canonicalization of the envelope address
of outgoing messages. This is as specified by RFC 1123 section 5.2.2.
However this requirement is obsolete and modern MTAs have disabled it
too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UltraDNS started blocking UDP-ANY queries so this is a problem.
This will disable domain canonicalization of the envelope address
of outgoing messages. This is as specified by RFC 1123 section 5.2.2.
However this requirement is obsolete and modern MTAs have disabled it
too.
</pre>
</div>
</content>
</entry>
<entry>
<title>export TLS-Session to environment</title>
<updated>2014-02-14T13:26:05+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2014-02-14T13:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=27c3fccb483011713613758ef50d55eefe179e93'/>
<id>27c3fccb483011713613758ef50d55eefe179e93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
