aboutsummaryrefslogtreecommitdiffstats
path: root/src/lmtp.h
Commit message (Collapse)AuthorAgeFilesLines
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-2/+0
| | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture.
* * Introduce new system of workers spawning and configuring, now rspamd can ↵Vsevolod Stakhov2009-06-171-1/+1
| | | | | | | be easily extended by new types of wrokers * Rework config system and avoid from using queue (3) lists * Upgrade version to 0.2.0 as config format is now incompatible with older one
* * Fix reload logicVsevolod Stakhov2009-03-131-1/+1
| | | | | * Create listen sock for lmtp in main processes dispatcher to allow multiply lmtp workers * Fix logic of logging
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-0/+20