I set dovecot.conf with this:
Code:
mail_location = mbox:~/mail:INBOX=/%h/%u/mail
but when am sending a mail useing imap_send, I don't receive the message in the path /%h/%u/mail/INBOX, and the messages still received /var/spool/mail/%u
where do u expect the problem?
and I want to use this too:
$spam = imap_open("{127.0.0.1:143}SPAM","%u","password")
is this possible?
thanks in advance