Skip to content

Commit 401e145

Browse files
author
Florian Schaal
committed
remove code ;)
1 parent 8b23f82 commit 401e145

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/plugins-available/postfix_server_plugin.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ function update($event_name, $data) {
179179
exec($conf['init_scripts'] . '/' . 'dovecot restart');
180180
}
181181
}
182-
print_r($mail_config);
183182

184183
exec("postconf -e 'mailbox_size_limit = ".intval($mail_config['mailbox_size_limit']*1024*1024)."'");
185184
exec("postconf -e 'message_size_limit = ".intval($mail_config['message_size_limit']*1024*1024)."'");

0 commit comments

Comments
 (0)