1 |
diff -Nur smeserver-qpsmtpd-2.4.0/createlinks smeserver-qpsmtpd-2.4.0_bz9152/createlinks |
2 |
--- smeserver-qpsmtpd-2.4.0/createlinks 2016-01-12 21:46:35.557577816 +0100 |
3 |
+++ smeserver-qpsmtpd-2.4.0_bz9152/createlinks 2016-01-13 18:46:05.721472271 +0100 |
4 |
@@ -37,6 +37,7 @@ |
5 |
bootstrap-console-save |
6 |
console-save |
7 |
email-update |
8 |
+ ssl-update |
9 |
)); |
10 |
|
11 |
my $secure_service = "/var/service/sqpsmtpd"; |
12 |
@@ -100,6 +101,14 @@ |
13 |
tls_ciphers |
14 |
tls_protocols |
15 |
)); |
16 |
+templates2events("$config/$_", qw( |
17 |
+ ssl-update |
18 |
+ )) |
19 |
+ for (qw( |
20 |
+ tls_before_auth |
21 |
+ tls_ciphers |
22 |
+ tls_protocols |
23 |
+ )); |
24 |
templates2events("$config/badhelo", 'ip-change'); |
25 |
templates2events("$config/goodrcptto", qw( |
26 |
bootstrap-console-save |
27 |
@@ -121,6 +130,8 @@ |
28 |
{ |
29 |
safe_symlink("sighup", |
30 |
"root/etc/e-smith/events/email-update/services2adjust/$daemon"); |
31 |
+ safe_symlink("sighup", |
32 |
+ "root/etc/e-smith/events/ssl-update/services2adjust/$daemon"); |
33 |
} |
34 |
|
35 |
for my $event ( qw(network-create network-delete) ) |