Commit Briefs

d308c5316d Martijn van Duren

Add support for tx-reset report and use that to clean up local_message. (main, tags/v0.8)

manpage bits by kirill@


866e5e0eee Martijn van Duren

If a application local session or message storage fails, send a disconnect

to smtpd, and don't call any of the callback functions. With help from kirill@


8b9e99284f Kirill A. Korinsky

Introduced osmtpd_warn and osmtpd_warnx


7bc4d7c995 Martijn van Duren

Revert accidentally commited debug bits


d7bb6a7c97 Martijn van Duren

Bump minor after previous addition


5afa046570 Martijn van Duren

Add "void" to _io_init()

From chrisz@


07ed5a889e Martijn van Duren

Export osmtpd_filter_rewrite.

From chrisz@


58a6bc69bb Martijn van Duren

add osmtpd_register_report_auth() and friends.

Initial diff from Martin Kjaer Jorgensen (me <at> lagy <dot> org)


681d8d4923 Martijn van Duren

Only call event_del if struct event has been initialized AND has events pending.

This shaves off another large chunk of the kevent array.


5f7c62fa4d Martijn van Duren

pause stdout io when handling input.

It's not going to be scheduled while we're still in the parsing input codepath and it causes a massive build-up of the kevent array in libevent, resulting in high memory usage never released.


24587d39df Martijn van Duren

Shuffle some deckchairs


0dcc8bb7de Martijn van Duren

Add LICENSE

requested by rak@debian to appease the license inquisition.


98c7d52bb7 Martijn van Duren

install -D requires a full target.

Reminded by rak@debian


48b3e26848 Martijn van Duren

Major overhaul from Makefile.gnu. Lots of help from:

Ryan Kavanagh <rak@debian.org>


e5f09156d3 Martijn van Duren

Fix spelling mistake

From: Ryan Kavanagh <rak@debian.org>


2cae084d7a Martijn van Duren

0 is outgoing connections, not 2.

Pointed out by Edgar Pettijohn <edgar <at> pettijohn-web <dot> com>


3fd8a04a35 Martijn van Duren

If we say we're registering on report, don't try a filter



34f87d66a8 Martijn van Duren

Only call conf_cb if it's been set...



2029083fdc Martijn van Duren

Add support for osmtpd_register_conf


53b354a9b8 Martijn van Duren

Prepare for opensmtpd protocol version 0.6.

While here, 1 minor markup thingy


06220a702a Martijn van Duren

Support upcoming protocol version 0.5.

This is a major change, so make sure we also support 0.4 so we can support both old and new smtpd instances


c3692c5094 Martijn van Duren

XOPEN_SOURCE is not needed


8cd1444497 Martijn van Duren

Make compilation behave a little bit nicer