summaryrefslogtreecommitdiffstats
path: root/src/lmtp.c
Commit message (Collapse)AuthorAgeFilesLines
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-0/+7
|
* * Fix reload logicVsevolod Stakhov2009-03-131-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 functionsVsevolod Stakhov2009-03-031-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 repliesVsevolod Stakhov2009-03-021-6/+0
|
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-3/+3
|
* * Fix url-extracterVsevolod Stakhov2009-02-271-14/+19
| | | | | | * Fix soft-shutdown of dispacther * Turn debug on by default in cmake * Change logic of save points
* * Add support of LMTP/SMTP deliveryVsevolod Stakhov2009-02-251-2/+6
|
* * Fix memory corruption and lmtp handlingVsevolod Stakhov2009-02-251-0/+6
| | | | * Add e-mail address validation in lmtp
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-0/+314