Skip to content

Commit 3361d77

Browse files
Rescue9Rescue9
authored andcommitted
fixed incorrect filename
fices installation of postfix map file
1 parent 5f98b64 commit 3361d77

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,9 @@ public function configure_postfix($options = '') {
682682

683683
//* mysql-virtual_relayrecipientmaps.cf
684684
$this->process_postfix_config('mysql-virtual_relayrecipientmaps.cf');
685+
686+
//* mysql-virtual_outgoing_bcc.cf
687+
$this->process_postfix_config('mysql-virtual_outgoing_bcc.cf');
685688

686689
//* postfix-dkim
687690
$full_file_name=$config_dir.'/tag_as_originating.re';

0 commit comments

Comments
 (0)