Daniel Berteaud 11 years ago
parent af29cbe4dc
commit 8a97c4d939
  1. 4
      root/var/service/dovecot/control/1

@ -33,8 +33,8 @@ my $pem = "./ssl/imapd.pem";
# Now copy system pem file into jail used by ldap # Now copy system pem file into jail used by ldap
copy("/home/e-smith/ssl.pem/$s.$d.pem", "$pem.$$") copy("/home/e-smith/ssl.pem/$s.$d.pem", "$pem.$$")
or die "failed to copy SSL PEM: $!"; or die "failed to copy SSL PEM: $!";
chmod 0400, "$pem.$$"; chmod 0440, "$pem.$$";
esmith::util::chownFile("root", "root", "$pem.$$"); esmith::util::chownFile("root", "stunnel", "$pem.$$");
rename("$pem.$$", "$pem") rename("$pem.$$", "$pem")
or die "failed to rename $pem.$$ to $pem: $!"; or die "failed to rename $pem.$$ to $pem: $!";

Loading…
Cancel
Save