<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmail/Makefile, branch master</title>
<subtitle>qmail</subtitle>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/'/>
<entry>
<title>remove readwrite.h</title>
<updated>2026-06-25T12:10:06+00:00</updated>
<author>
<name>Manuel Mausz</name>
<email>manuel@mausz.at</email>
</author>
<published>2026-06-25T12:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=dc0a1c3474656cc7fbeadcdb9316a8a517ca7eb0'/>
<id>dc0a1c3474656cc7fbeadcdb9316a8a517ca7eb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `implicit declaration of function` in install-big/hier</title>
<updated>2024-11-28T12:32:32+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2024-11-28T12:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=ec29722d8b6b90d1a0368542a5de991599e30adc'/>
<id>ec29722d8b6b90d1a0368542a5de991599e30adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make qmail openssl 3.0 compatible</title>
<updated>2023-08-08T21:37:39+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2023-08-08T21:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=2ae3dd41c6d46d80574c59eec9689c16093edf2b'/>
<id>2ae3dd41c6d46d80574c59eec9689c16093edf2b</id>
<content type='text'>
- remove support for loading custom DH params from pem.
  use opensslconf if really required
- remove support for loading custom ec group from params
- reimplement DANE support using openssl DANE functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove support for loading custom DH params from pem.
  use opensslconf if really required
- remove support for loading custom ec group from params
- reimplement DANE support using openssl DANE functions
</pre>
</div>
</content>
</entry>
<entry>
<title>remove "shar"-support</title>
<updated>2023-08-07T14:34:15+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2023-08-07T14:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=48bb6bb431c4ea1d03f27c49a8377ec8fde45302'/>
<id>48bb6bb431c4ea1d03f27c49a8377ec8fde45302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add dns_tlsa(...) and dnstlsa utility</title>
<updated>2023-08-07T14:33:27+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2023-08-07T14:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=696792f08106e5bea4a8847e394401c1a68ecf9c'/>
<id>696792f08106e5bea4a8847e394401c1a68ecf9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add X-UD-Smtp-Session to qmail-inject</title>
<updated>2020-11-20T10:46:57+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2020-11-20T10:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=8415020b0391fdfb500f95ce6cf30e7628556e3f'/>
<id>8415020b0391fdfb500f95ce6cf30e7628556e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SMTPUTF8: convert UTF-8 domains to IDNA</title>
<updated>2017-08-18T13:03:50+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2017-08-18T13:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=379571c25966786b4852f0551a645f3b447c90f0'/>
<id>379571c25966786b4852f0551a645f3b447c90f0</id>
<content type='text'>
This isn't entirely correct according to RFC 6531 as it's better to not
convert at all. However this would require we additionally add the UTF-8
form to qmails local recipient users/domains.

Plus our SMTPUTF8 implementation doesn't convert outgoing UTF-8 mails if
receiving MTA doesn't support SMTPUTF8. So mail forwarding might generate
a bounce the user very likely doesn't understand.

As MTAs who support SMTPUTF8 most likely also support the IDNA form,
always converting is probably a good trade-off.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This isn't entirely correct according to RFC 6531 as it's better to not
convert at all. However this would require we additionally add the UTF-8
form to qmails local recipient users/domains.

Plus our SMTPUTF8 implementation doesn't convert outgoing UTF-8 mails if
receiving MTA doesn't support SMTPUTF8. So mail forwarding might generate
a bounce the user very likely doesn't understand.

As MTAs who support SMTPUTF8 most likely also support the IDNA form,
always converting is probably a good trade-off.
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for SMTPUTF8</title>
<updated>2017-08-17T11:17:22+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2017-08-17T11:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=1cafb5eab0b30e5f5a05737a075123af53153cb1'/>
<id>1cafb5eab0b30e5f5a05737a075123af53153cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add SMTP DANE support</title>
<updated>2015-07-04T17:28:30+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2015-07-04T17:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/qmail/commit/?id=8f9afec35595f7c376876aa04dee08666614103c'/>
<id>8f9afec35595f7c376876aa04dee08666614103c</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>
</feed>
