0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

add note in config for mailbox subdir creation requiring imap extension

This commit is contained in:
David Goodwin 2019-09-05 18:12:10 +01:00
parent 34cf66110e
commit 758ccb9a19

View File

@ -603,7 +603,7 @@ $CONF['domain_postdeletion_script'] = '';
// Will not work with POP3.
// If you define create_mailbox_subdirs, then the
// create_mailbox_subdirs_host must also be defined.
//
// Note: requires imap extension within PHP
// $CONF['create_mailbox_subdirs']=array('Spam');
$CONF['create_mailbox_subdirs'] = array();
$CONF['create_mailbox_subdirs_host']='localhost';