Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -0/+7 |
| | |||||
* | * Fix reload logic | Vsevolod Stakhov | 2009-03-13 | 1 | -23/+4 |
| | | | | | * Create listen sock for lmtp in main processes dispatcher to allow multiply lmtp workers * Fix logic of logging | ||||
* | * Unify socket creation and accepting by using utility functions | Vsevolod Stakhov | 2009-03-03 | 1 | -15/+5 |
| | | | | | | | * Check SO_ERROR on socket immideately after connect/bind to avoid resourses allocation for unsuccessful connections * Avoid descriptors leakage when we create sockets and have errors on them * Set on all socket descriptors FD_CLOEXEC flag to avoid problems with executing LDA | ||||
* | * Add ability to check bits from surbl replies | Vsevolod Stakhov | 2009-03-02 | 1 | -6/+0 |
| | |||||
* | * Remove %m from logging it seems to be unsupported by FreeBSD printf version | Vsevolod Stakhov | 2009-03-02 | 1 | -3/+3 |
| | |||||
* | * Fix url-extracter | Vsevolod Stakhov | 2009-02-27 | 1 | -14/+19 |
| | | | | | | * Fix soft-shutdown of dispacther * Turn debug on by default in cmake * Change logic of save points | ||||
* | * Add support of LMTP/SMTP delivery | Vsevolod Stakhov | 2009-02-25 | 1 | -2/+6 |
| | |||||
* | * Fix memory corruption and lmtp handling | Vsevolod Stakhov | 2009-02-25 | 1 | -0/+6 |
| | | | | * Add e-mail address validation in lmtp | ||||
* | * Add initial LMTP support and LDA delivery to rspamd | Vsevolod Stakhov | 2009-02-24 | 1 | -0/+314 |