I've setup teaching using this guide http://help.directadmin.com/item.php?id=358 however how do i do it for multiple mailboxes under the same user? currently i've got it setup as
DA_USER=davros
DA_HOME=/home/${DA_USER}
and the folders created under /home/davros/imap/mydomain.com/brian/Maildir
how do I setup the same for another imap user ie
/home/davros/imap/mydomain.com/dave/Maildir
Is it a just a case of just creating the folders on dave's account and the script will automatically check it as well or is there something else I need to change?
DA_USER=davros
DA_HOME=/home/${DA_USER}
and the folders created under /home/davros/imap/mydomain.com/brian/Maildir
how do I setup the same for another imap user ie
/home/davros/imap/mydomain.com/dave/Maildir
Is it a just a case of just creating the folders on dave's account and the script will automatically check it as well or is there something else I need to change?