1 |
jpp |
1.1 |
diff -Nur smeserver-sendmail-wrapper-0.1.old/root/etc/e-smith/templates/opt/remi/php72/root/etc/php.ini/80ModuleSettings02mailfunctionX smeserver-sendmail-wrapper-0.1/root/etc/e-smith/templates/opt/remi/php72/root/etc/php.ini/80ModuleSettings02mailfunctionX |
2 |
|
|
--- smeserver-sendmail-wrapper-0.1.old/root/etc/e-smith/templates/opt/remi/php72/root/etc/php.ini/80ModuleSettings02mailfunctionX 2020-04-07 20:43:23.294000000 -0400 |
3 |
|
|
+++ smeserver-sendmail-wrapper-0.1/root/etc/e-smith/templates/opt/remi/php72/root/etc/php.ini/80ModuleSettings02mailfunctionX 2020-04-07 20:46:24.464000000 -0400 |
4 |
|
|
@@ -1,6 +1,6 @@ |
5 |
|
|
{ |
6 |
|
|
|
7 |
|
|
-return ";sendmail-wrapper.pl disabled to enable do: config setprop php71 sendmail enabled" if ($php71{sendmail} || 'enabled') eq "disabled" ; |
8 |
|
|
+return ";sendmail-wrapper.pl disabled to enable do: config setprop php72 sendmail enabled" if ($php72{sendmail} || 'enabled') eq "disabled" ; |
9 |
|
|
|
10 |
|
|
$OUT= "mail.log= \"/var/log/sendmail/mail.log\" |
11 |
|
|
sendmail_path= \"/usr/bin/sendmail-wrapper.pl\"\n"; |
12 |
|
|
diff -Nur smeserver-sendmail-wrapper-0.1.old/root/etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/80ModuleSettings02mailfunctionX smeserver-sendmail-wrapper-0.1/root/etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/80ModuleSettings02mailfunctionX |
13 |
|
|
--- smeserver-sendmail-wrapper-0.1.old/root/etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/80ModuleSettings02mailfunctionX 1969-12-31 19:00:00.000000000 -0500 |
14 |
|
|
+++ smeserver-sendmail-wrapper-0.1/root/etc/e-smith/templates/opt/remi/php73/root/etc/php.ini/80ModuleSettings02mailfunctionX 2020-04-07 20:47:44.645000000 -0400 |
15 |
|
|
@@ -0,0 +1,8 @@ |
16 |
|
|
+{ |
17 |
|
|
+ |
18 |
|
|
+return ";sendmail-wrapper.pl disabled to enable do: config setprop php73 sendmail enabled" if ($php73{sendmail} || 'enabled') eq "disabled" ; |
19 |
|
|
+ |
20 |
|
|
+$OUT= "mail.log= \"/var/log/sendmail/mail.log\" |
21 |
|
|
+sendmail_path= \"/usr/bin/sendmail-wrapper.pl\"\n"; |
22 |
|
|
+ |
23 |
|
|
+} |