diff -urN ../postfixadmin-3.2.orig/model/MailboxHandler.php ./model/MailboxHandler.php --- ../postfixadmin-3.2.orig/model/MailboxHandler.php 2018-05-02 23:44:16.000000000 +0300 +++ ./model/MailboxHandler.php 2019-06-28 14:42:00.897679000 +0300 @@ -40,7 +40,7 @@ # read_from_db_postprocess() also sets 'quotabytes' for use in init() # TODO: read used quota from quota/quota2 table 'active' => pacol(1, 1, 1, 'bool', 'active' , '' , 1 ), - 'welcome_mail' => pacol($this->new, $this->new, 0, 'bool', 'pCreate_mailbox_mail' , '' , 1, + 'welcome_mail' => pacol($this->new, $this->new, 0, 'bool', 'pCreate_mailbox_mail' , '' , 0, /*options*/ '', /*not_in_db*/ 1 ), 'phone' => pacol(1, $reset_by_sms, 0, 'text', 'pCreate_mailbox_phone' , 'pCreate_mailbox_phone_desc' , ''),