hello sir,
if we connect to imap server using user as root
then we are not able to connect to imap server.
but we can connect imap using another username
which is created for user in linux.now if we want to
create mailbox using function imap_createmailbox()
then does not giving any error but we are not able to
find that where the mailbox is created .
we also check in /var/spool/mail directory .
we are able to retrieve mail from /var/spool/mail directory,
if connect to imap using another id which is created
when we create user in linux .
so,how can we create mailbox without creating user in linux
and how can we connect imap using user as root?