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 --- 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 +++ 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 @@ -1,6 +1,6 @@ { -return ";sendmail-wrapper.pl disabled to enable do: config setprop php71 sendmail enabled" if ($php71{sendmail} || 'enabled') eq "disabled" ; +return ";sendmail-wrapper.pl disabled to enable do: config setprop php72 sendmail enabled" if ($php72{sendmail} || 'enabled') eq "disabled" ; $OUT= "mail.log= \"/var/log/sendmail/mail.log\" sendmail_path= \"/usr/bin/sendmail-wrapper.pl\"\n"; 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 --- 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 +++ 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 @@ -0,0 +1,8 @@ +{ + +return ";sendmail-wrapper.pl disabled to enable do: config setprop php73 sendmail enabled" if ($php73{sendmail} || 'enabled') eq "disabled" ; + +$OUT= "mail.log= \"/var/log/sendmail/mail.log\" +sendmail_path= \"/usr/bin/sendmail-wrapper.pl\"\n"; + +}