undefinedmatrix

Registered
Oct 7, 2009
3
0
51
i made a wrong step
i wanted to update permissions for a user account in /home/user/public_html

but i forgot that i was in /usr
so i executed
/usr> chown username:username * -f -R
/usr> chown username:username *.* -f -R
and all permission for all folders and files becomes to username

so i made
/usr> chown root:root* -f -R
/usr> chown root:root*.* -f -R


but imap permission is wrong and i still have the fail message

i tried to run /scripts/convert2maildir but nothing happened

imap failed @ Thu Oct 8 00:49:07 2009. A restart was attempted automagically.
Service Check Method: [tcp connect]

Failure Reason: TCP Transaction Log:
<< * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double Precision, Inc. See COPYING for distribution information.
>> A001 LOGIN __cpanel__service__auth__imap__hPfbHeTBk96CUvjco5Be6SNq1vSuCAeuUz8fHfD0rqT_6EOgTwKiaGtG1e6yOIqE G6TI1nW9fVdTUyFRVRj9B0bZHGtMwHBFMcqZ724dOBQuamJP557telBl1PnsiR9P
<< * BYE [ALERT] Fatal error: Account's mailbox directory is not owned by the correct uid or gid:
imap: ** [* BYE [ALERT] Fatal error: Account's mailbox directory is not owned by the correct uid or gid: != A001 OK]
 

undefinedmatrix

Registered
Oct 7, 2009
3
0
51
i really don't know but when i changed to Dovecot.

i think i'm working with pop as i can view, send, and receive emails.