Commit Briefs

9fe8645238 Martijn van Duren

Make sure we export the symbol (disconnect)


c0cbab9443 Martijn van Duren

Things work better if you initialize them


813c2b3033 Kirill A. Korinsky

Added tx-reset to man page



0a1c0aa333 Kirill A. Korinsky

Rename disconnect to session_status


c3e8d25687 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. This is a work in progress and should be considered carefully


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