You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
add note in config for mailbox subdir creation requiring imap extension
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user