This is a discussion on slackware and qmail within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I'm running qmail-1.03 with mysql patch http://www.softagency.co.jp/products...qmail2.en.html on linux slackware box and I have problem because quota limits doesn't ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm running qmail-1.03 with mysql patch http://www.softagency.co.jp/products...qmail2.en.html on linux slackware box and I have problem because quota limits doesn't work propely. qmail-local don't run `du -ks ./Maildir/` ... (`du` works fine, conf-du is set and sqlserver contains 'quota yes') I have two serwers - both slackwares. On first machine, I have 'quota' problem, but on the secound one everything works just fine!! (the same qmail-1.03 binaries!) Is there any viariable to change that allows qmail-* components to use FD3 or some pipes to communicate one another? " ------------------------------ 6-3. inside this quota ------------------------------ this patch work: 1. qmail-lspawn invoke qmail-getpw 2. qmail-getpw get quota_size from MySQL 3. qmail-getpw write this quota_size to FD 3 4. qmail-lspawn read quota_size from FD 3 5. qmail-lspawn set `MAIL_QUOTA_SIZE' environment to this quota_size. 6. qmail-lspawn invokes qmail-local 7. qmail-local get quota_size from `MAIL_QUOTA_SIZE' environment 8. if quota_size > 0, qmail-local invokes 'du -ks ./Maildir/' " Can anyone help? -- Rafał Michaluk http://www.michaluk.pl/ |