Displaying 1 result from an estimated 1 matches for "35info".
2009 Jun 11
3
Dovecot Expire doesn't work
...ec/dovecot/expire-tool --test`
shows the following output:
mkdir("/var/mail/root", 0770) = -1 EEXIST (File exists)
stat64("/var/mail/root/Trash/dbox-Mails", 0xbfda2708) = -1 ENOENT (No
such file or directory)
write(2, "Info: stef/Trash: no messages lef"..., 35Info: stef/Trash: no
messages left
) = 35
which explains why nothing happens
(stat64("/var/mail/root/Trash/dbox-Mails", which is empty, it should not
even exist, but it passes by a mkdir), but why does it want to check
/var/mail/root and not /var/mail/%u (i.e. why no
stat64(/var/mail/ste...