Postby mikethebike » Fri Nov 24, 2006 1:42 pm
It may be a rogue "g" directory that is now empty (most likely a mailbox was deleted, but something was attached to that directory at the time).
You can use omcontain to find the g directory.
In omcontain, use the option "w - format/conversion tool", input data type is 3, and data is 211.
Teh base 32 result will be the "g" directory name.
In this case, it is:
Possible input data types are:
1 - Base 32 (OM file) value
2 - Base 16 (hex) value
3 - Base 10 (decimal) value
4 - Base 8 (octal) value
5 - User number
6 - User name
7 - File name reference
8 - Item reference
q - quit
Type:3
Data:221
Base32: 000000006t, Hex: 000000dd, Decimal: 221, Octal: 335
so, check that directory:
ll -d /var/opt/openmail/user*/g*6t
if that directory is empty, remove it, and the corresponding "u" directory:
ll -d /var/opt/openmail/user*/*6t
Mick