Konstantin wrote:
> Package: dtc-common
> Version: 0.30.12-1
> Severity: normal
> 
> 
> gen_maildrop_userdb.php: maildirmake hangs if $boxpath absent. We need create 
> $boxpath directory tree first.
> 
> patch here:
> -----------
> 
> 
> --- gen_maildrop_userdb.php.orig      2009-11-01 00:13:42.000000000 +0300
> +++ gen_maildrop_userdb.php   2009-11-17 19:09:07.000000000 +0300
> @@ -84,8 +84,9 @@
> 
> $PATH = getenv('PATH');
> putenv("PATH=/usr/lib/courier-imap/bin:$PATH");
> system("/bin/mkdir -p $boxpath/Maildir");
> system("maildirmake $boxpath/Maildir >/dev/null 2>&1");
> system("maildirmake -q  $quota_maildrop $boxpath/Maildir");
> system("maildirmake -q $quota_maildrop $boxpath/Maildir");
> putenv("PATH=$PATH");
> if($quota_maildrop==0){
> if(file_exists("$boxpath/Maildir/maildirsize")){

Thanks a lot for this report, this is very valuable. It's been quite a
while that I saw it, and I didn't understand what was the reason. Be
sure that we will release a version with the patch very soon.

Thomas




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to