Florian Schaal
2015-07-08 401e1451949ee88701f6b05af655299cb4d53119
remove code ;)
1 files modified
1 ■■■■ changed files
server/plugins-available/postfix_server_plugin.inc.php 1 ●●●● patch | view | raw | blame | history
server/plugins-available/postfix_server_plugin.inc.php
@@ -179,7 +179,6 @@
                exec($conf['init_scripts'] . '/' . 'dovecot restart');
            }
        }
print_r($mail_config);
        exec("postconf -e 'mailbox_size_limit = ".intval($mail_config['mailbox_size_limit']*1024*1024)."'");
        exec("postconf -e 'message_size_limit = ".intval($mail_config['message_size_limit']*1024*1024)."'");