tbrehm
2013-08-22 ec571625a4dee99acff1a2cef75a48aa57df82cb
install/dist/lib/opensuse.lib.php
@@ -151,6 +151,19 @@
      //* mysql-virtual_relayrecipientmaps.cf
        $this->process_postfix_config('mysql-virtual_relayrecipientmaps.cf');
   //* postfix-dkim
   $full_file_name=$config_dir.'/tag_as_originating.re';
   if(is_file($full_file_name)) {
      copy($full_file_name, $config_dir.$configfile.'~');
   }
   wf($full_file_name,'/^/ FILTER amavis:[127.0.0.1]:10026');
   $full_file_name=$config_dir.'/tag_as_foreign.re';
   if(is_file($full_file_name)) {
      copy($full_file_name, $config_dir.$configfile.'~');
   }
   wf($full_file_name,'/^/ FILTER amavis:[127.0.0.1]:10024');
      //* Changing mode and group of the new created config files.
      caselog('chmod o= '.$config_dir.'/mysql-virtual_*.cf* &> /dev/null',
                 __FILE__, __LINE__, 'chmod on mysql-virtual_*.cf*', 'chmod on mysql-virtual_*.cf* failed');