aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Show one accept message per rcpt for the same messageopensmtpd-201306221759Eric Faurot2013-06-221-11/+48
* Document how the default server name is determinedEric Faurot2013-06-221-10/+28
* only remove the incoming dir if running in server modeEric Faurot2013-06-221-1/+2
* missing includeopensmtpd-201306211618Eric Faurot2013-06-211-0/+1
* Prepare for setuid/chroot in external queue process.Eric Faurot2013-06-213-3/+31
* prepare code for hanling setuid/chroot in external table backends.Eric Faurot2013-06-211-1/+31
* Make the scheduler proc backend setuid and chroot by defaultEric Faurot2013-06-213-3/+33
* reduce penalty delay and increments, they are being too harshGilles Chehade2013-06-211-2/+2
* plug scheduler_proc. things have to move from smtpd.h to smtpd-api.hEric Faurot2013-06-205-52/+75
* Add proc backend for the scheduler APIEric Faurot2013-06-206-0/+1710
* typoEric Faurot2013-06-201-5/+4
* Reorganize code as for queue_*.cEric Faurot2013-06-202-223/+239
* Reorganize code: put generic things at the beginningEric Faurot2013-06-201-67/+67
* helpers for creating response messageEric Faurot2013-06-201-24/+35
* Simplify the imsg handling in queue_proc and queue_api.Eric Faurot2013-06-202-282/+171
* typoEric Faurot2013-06-201-1/+1
* always return 0 if the envelope dump failed.Eric Faurot2013-06-202-4/+4
* disable envelope cache for nowEric Faurot2013-06-201-0/+2
* do not accept a list in a virtual contextGilles Chehade2013-06-191-1/+1
* Fix the hang-on logic to work correctly with the transaction delay.Eric Faurot2013-06-181-5/+7
* Change the syntax to 'limit mta for domain "my.domain" ...' andEric Faurot2013-06-181-5/+9
* Introduce a mta_limits structure to replace the hardcoded limits on the mta.Eric Faurot2013-06-187-78/+256
* fix buildEric Faurot2013-06-181-1/+1
* Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2013-06-1714-103/+116
|\
| * Merge branch 'master' of ssh.poolp.org:/git/opensmtpdEric Faurot2013-06-172-3/+13
| |\
| * | * make /incoming specific to queue_fs.cEric Faurot2013-06-1714-103/+116
* | | break early if possibleGilles Chehade2013-06-171-0/+2
* | | allow smtpd to enable a route it has disabledGilles Chehade2013-06-177-19/+77
| |/ |/|
* | forgot a bit when enabled the quadratic delayGilles Chehade2013-06-171-3/+4
* | not necessarily signedGilles Chehade2013-06-171-3/+3
* | Merge branch 'master' into issue246-inode-checkGilles Chehade2013-06-171-4/+6
|\|
| * enable quadratic increase of route penalty delayGilles Chehade2013-06-171-4/+6
* | compare against <= 0 to skip checkGilles Chehade2013-06-171-6/+2
* | cope with filesystems that do not keep track of free blocks/inodesGilles Chehade2013-06-171-0/+13
|/
* Merge branch 'issue212-fqdn'Gilles Chehade2013-06-141-8/+72
|\
| * do not perform getaddrinfo if name is already canonGilles Chehade2013-06-141-18/+18
| * getmailname()Gilles Chehade2013-06-141-8/+72
* | fix minor error in smtpd.conf(5) reported by Tyler MorganGilles Chehade2013-06-141-1/+1
|/
* Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2013-06-1210-138/+5
|\
| * Remove the _message_fd_rw() backend API. The incoming message fileEric Faurot2013-06-1210-138/+5
* | Merge branch 'master' of https://github.com/poolpOrg/OpenSMTPDGilles Chehade2013-06-120-0/+0
|\ \ | |/ |/|
| * Merge pull request #243 from ryanakca/typoGilles Chehade2013-06-110-0/+0
| |\
| | * Fix two typos in Gilles' copyright statementRyan Kavanagh2013-06-112-2/+2
* | | document error:Gilles Chehade2013-06-121-0/+4
* | | Merge commit 'd80bff90213aa1a7dc29c05e4b1ba041d94b6e83'Gilles Chehade2013-06-122-2/+2
|\| |
| * | fix typoGilles Chehade2013-06-122-2/+2
* | | Remove sc_pid from struct smtpd. It's not used anywhere.Eric Faurot2013-06-129-10/+0
* | | update the queue backend API to only define an init call and get rid of theEric Faurot2013-06-129-297/+223
* | | Organize queue_proc.c code as other queue backends.Eric Faurot2013-06-121-219/+314
|/ /
* | Make sure *_envelope_walk() has the correct prototype everywhere.Eric Faurot2013-06-118-19/+26