1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/defaults/imap/type smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/defaults/imap/type |
2 |
|
|
--- smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/defaults/imap/type 2013-02-26 12:57:10.000000000 -0500 |
3 |
|
|
+++ smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/defaults/imap/type 2023-08-15 22:42:51.337000000 -0400 |
4 |
|
|
@@ -1 +1 @@ |
5 |
|
|
-service |
6 |
|
|
+configuration |
7 |
|
|
diff -Nur --no-dereference smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/defaults/imaps/type smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/defaults/imaps/type |
8 |
|
|
--- smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/defaults/imaps/type 2013-02-26 12:57:10.000000000 -0500 |
9 |
|
|
+++ smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/defaults/imaps/type 2023-08-15 22:42:35.860000000 -0400 |
10 |
|
|
@@ -1 +1 @@ |
11 |
|
|
-service |
12 |
|
|
+configuration |
13 |
|
|
diff -Nur --no-dereference smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/defaults/pop3/type smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/defaults/pop3/type |
14 |
|
|
--- smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/defaults/pop3/type 2023-08-15 22:37:45.002000000 -0400 |
15 |
|
|
+++ smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/defaults/pop3/type 2023-08-15 22:43:04.048000000 -0400 |
16 |
|
|
@@ -1 +1 @@ |
17 |
|
|
-service |
18 |
|
|
+configuration |
19 |
|
|
diff -Nur --no-dereference smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/defaults/pop3s/type smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/defaults/pop3s/type |
20 |
|
|
--- smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/defaults/pop3s/type 2023-08-15 22:37:45.004000000 -0400 |
21 |
|
|
+++ smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/defaults/pop3s/type 2023-08-15 22:43:19.254000000 -0400 |
22 |
|
|
@@ -1 +1 @@ |
23 |
|
|
-service |
24 |
|
|
+configuration |
25 |
|
|
diff -Nur --no-dereference smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/force/dovecot/status smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/force/dovecot/status |
26 |
|
|
--- smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/force/dovecot/status 1969-12-31 19:00:00.000000000 -0500 |
27 |
|
|
+++ smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/force/dovecot/status 2023-08-15 22:39:43.877000000 -0400 |
28 |
|
|
@@ -0,0 +1 @@ |
29 |
|
|
+enabled |
30 |
|
|
diff -Nur --no-dereference smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/force/imap/status smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/force/imap/status |
31 |
|
|
--- smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/force/imap/status 1969-12-31 19:00:00.000000000 -0500 |
32 |
|
|
+++ smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/force/imap/status 2023-08-15 22:39:49.468000000 -0400 |
33 |
|
|
@@ -0,0 +1 @@ |
34 |
|
|
+enabled |
35 |
|
|
diff -Nur --no-dereference smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/migrate/dovecot smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/migrate/dovecot |
36 |
|
|
--- smeserver-dovecot-1.6.0.old/root/etc/e-smith/db/configuration/migrate/dovecot 1969-12-31 19:00:00.000000000 -0500 |
37 |
|
|
+++ smeserver-dovecot-1.6.0/root/etc/e-smith/db/configuration/migrate/dovecot 2023-08-15 23:32:31.243000000 -0400 |
38 |
|
|
@@ -0,0 +1,5 @@ |
39 |
|
|
+{ |
40 |
|
|
+ foreach my $sservice qw(imap imaps pop3 pop3s) { |
41 |
|
|
+ $DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service"; |
42 |
|
|
+ } |
43 |
|
|
+} |