File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ function configure_postfix($options = '')
9696 //* mysql-virtual_policy_greylist.cf
9797 $ this ->process_postfix_config ('mysql-virtual_policy_greylist.cf ' );
9898
99+ //* mysql-virtual_gids.cf.master
100+ $ this ->process_postfix_config ('mysql-virtual_gids.cf.master.cf ' );
101+
102+ //* mysql-virtual_uids.cf
103+ $ this ->process_postfix_config ('mysql-virtual_uids.cf.master.cf ' );
104+
99105 //* postfix-dkim
100106 $ full_file_name =$ config_dir .'/tag_as_originating.re ' ;
101107 if (is_file ($ full_file_name )) {
Original file line number Diff line number Diff line change @@ -93,6 +93,12 @@ function configure_postfix($options = '')
9393 //* mysql-virtual_policy_greylist.cf
9494 $ this ->process_postfix_config ('mysql-virtual_policy_greylist.cf ' );
9595
96+ //* mysql-virtual_gids.cf.master
97+ $ this ->process_postfix_config ('mysql-virtual_gids.cf.master.cf ' );
98+
99+ //* mysql-virtual_uids.cf
100+ $ this ->process_postfix_config ('mysql-virtual_uids.cf.master.cf ' );
101+
96102 //* postfix-dkim
97103 $ full_file_name =$ config_dir .'/tag_as_originating.re ' ;
98104 if (is_file ($ full_file_name )) {
Original file line number Diff line number Diff line change @@ -875,8 +875,14 @@ public function configure_postfix($options = '') {
875875 //* mysql-virtual_outgoing_bcc.cf
876876 $ this ->process_postfix_config ('mysql-virtual_outgoing_bcc.cf ' );
877877
878- //* mysql-virtual_policy_greylist.cf
879- $ this ->process_postfix_config ('mysql-virtual_policy_greylist.cf ' );
878+ //* mysql-virtual_policy_greylist.cf
879+ $ this ->process_postfix_config ('mysql-virtual_policy_greylist.cf ' );
880+
881+ //* mysql-virtual_gids.cf.master
882+ $ this ->process_postfix_config ('mysql-virtual_gids.cf.master.cf ' );
883+
884+ //* mysql-virtual_uids.cf
885+ $ this ->process_postfix_config ('mysql-virtual_uids.cf.master.cf ' );
880886
881887 //* postfix-dkim
882888 $ full_file_name =$ config_dir .'/tag_as_originating.re ' ;
You can’t perform that action at this time.
0 commit comments