summaryrefslogtreecommitdiff
path: root/vda
Commit message (Collapse)AuthorAgeFilesLines
* Update patch.CHTEKK2008-03-151-0/+0
| | | | svn path=/; revision=74
* Fix error codes for bounces.CHTEKK2008-03-151-2/+2
| | | | svn path=/; revision=73
* Bah, forgot an .orig file...CHTEKK2008-03-152-525/+0
| | | | svn path=/; revision=72
* Fix patch in patch.CHTEKK2008-03-152-1443/+0
| | | | svn path=/; revision=71
* VDA-NG Patch for Postfix 2.5.1.CHTEKK2008-03-153-53/+2031
| | | | svn path=/; revision=70
* Prepare for Postfix 2.5.1.CHTEKK2008-03-151-0/+0
| | | | svn path=/; revision=69
* Update patch.CHTEKK2007-11-262-0/+0
| | | | svn path=/; revision=68
* Fix mailboxes with quota=0.CHTEKK2007-11-261-3/+3
| | | | svn path=/; revision=67
* Rename.CHTEKK2007-11-251-0/+0
| | | | svn path=/; revision=66
* Add.CHTEKK2007-11-251-0/+0
| | | | svn path=/; revision=65
* Update patch to fix Gentoo bug #191384.CHTEKK2007-11-241-35/+52
| | | | svn path=/; revision=64
* Prepare for 2.4.6 VDA-NG.CHTEKK2007-11-242-0/+0
| | | | svn path=/; revision=63
* New revision of the patch for Postfix 2.4.3.CHTEKK2007-07-292-0/+0
| | | | svn path=/; revision=62
* Delete Postfix 2.4.1 patch, please use Postfix 2.4.3 now.CHTEKK2007-07-292-13/+18
| | | | | | BUGFIX: Now also for maildirs, if no limit is set, the default virtual_mailbox_limit is used. svn path=/; revision=61
* Add gzip version.CHTEKK2007-06-021-0/+0
| | | | svn path=/; revision=60
* Update for Postfix 2.4.3, no changes required.CHTEKK2007-06-021-0/+0
| | | | svn path=/; revision=59
* Delete 2.4.0 versions of patch, add first 2.4.1 release of it.CHTEKK2007-05-013-1380/+0
| | | | svn path=/; revision=52
* Fix spacing for better readability.CHTEKK2007-05-011-5/+9
| | | | svn path=/; revision=51
* Handle freeing of stuff better.CHTEKK2007-05-011-9/+10
| | | | svn path=/; revision=50
* Fix copy&paste error.CHTEKK2007-05-011-2/+2
| | | | svn path=/; revision=49
* Add maildirfolder file creation fix for Maildir++ compatibility, thanks to ↵CHTEKK2007-05-011-53/+85
| | | | | | | | | Tomas Macek! Also make the MOVE filter target dependant on Maildir++, because it makes sense to MOVE only when you have other subfolders, and that's possible only if we're using a Maildir++ compliant maildir. svn path=/; revision=48
* New release for Postfix 2.4.0, should fix all known bugs.CHTEKK2007-05-012-0/+0
| | | | | | New feature to create missing folders/files on MOVE goes to 2.4.1 patch only. svn path=/; revision=47
* Regen patches, generate patch for Postfix 2.4.1.CHTEKK2007-05-012-7/+1387
| | | | svn path=/; revision=46
* Fix vstring usage, thanks to Tomas Macek.CHTEKK2007-05-011-11/+11
| | | | svn path=/; revision=45
* Update VDA-NG to correctly handle broken maildirsize file, thanks to Tomas ↵CHTEKK2007-04-261-17/+29
| | | | | | Macek. svn path=/; revision=44
* Rename correctly for easier releases.CHTEKK2007-04-242-0/+0
| | | | svn path=/; revision=43
* Rename patch for Gentoo Postfix release.CHTEKK2007-04-241-0/+0
| | | | svn path=/; revision=42
* Update docs to reflect new home.CHTEKK2007-04-241-9/+10
| | | | svn path=/; revision=41
* Remove virtual_create_maildirsize setting, it's not needed as that's a ↵CHTEKK2007-04-231-22/+15
| | | | | | | | subset of Maildir++ anyway. Thanks to Tomas Macek for noticing this. svn path=/; revision=40
* Last cleanups.CHTEKK2007-04-211-8/+12
| | | | svn path=/; revision=39
* Not all of them ...CHTEKK2007-04-211-61/+3
| | | | svn path=/; revision=38
* Kill trailing whitespaces.CHTEKK2007-04-211-6/+64
| | | | svn path=/; revision=37
* Fully fix indent on the whole maildir.c file.CHTEKK2007-04-211-226/+331
| | | | | | Trash quota counting fixed in previous commit. svn path=/; revision=36
* Rename to VDA-NG.CHTEKK2007-04-211-28/+97
| | | | | | Add per-recpient bounce messages support. svn path=/; revision=35
* Fix stupid typo.CHTEKK2007-04-191-1/+1
| | | | svn path=/; revision=34
* Fix bounce/deferring of messages, use correct status codes, thanks to CHTEKK2007-04-191-4/+7
| | | | | | Tomas Macek. svn path=/; revision=33
* New version, should dramatically improve performance by using maildirsize ↵CHTEKK2007-04-191-102/+198
| | | | | | now if present. Also improves some logic. Fixes the message on bounce. svn path=/; revision=32
* Add updated and clearer documentation.CHTEKK2007-04-131-16/+101
| | | | svn path=/; revision=31
* Fix patch.CHTEKK2007-04-131-1/+1
| | | | svn path=/; revision=30
* Misc cleanups, tighten file perms a little (I can't see why others should ↵CHTEKK2007-04-131-20/+22
| | | | | | have any access to maildirsize/maildirfilter at all). svn path=/; revision=29
* Ensure those vars are always treated as longs, initialize n for mailbox ↵CHTEKK2007-04-131-3/+3
| | | | | | function too. svn path=/; revision=28
* First version.CHTEKK2007-04-131-0/+1010
svn path=/; revision=27