diff -Nur --no-dereference smeserver-fetchmail-1.6.old/createlinks smeserver-fetchmail-1.6/createlinks --- smeserver-fetchmail-1.6.old/createlinks 2022-07-28 10:33:25.211000000 -0400 +++ smeserver-fetchmail-1.6/createlinks 2022-07-29 22:20:19.665000000 -0400 @@ -6,20 +6,17 @@ #see the /etc/systemd/system-preset/49-koozali.preset should be present for systemd integration on all you yum update event foreach my $file (qw( - /etc/systemd/system-preset/49-koozali.preset + /etc/fetchmail + /etc/startmail + /etc/crontab )) { templates2events( $file, $event ); } #action needed in case we have a systemd unit -event_link('systemd-default', $event, '10'); -event_link('systemd-reload', $event, '50'); -#action specific to this package -#event_link('action', $event, '30'); -#services we need to restart -#safe_symlink('restart',root/etc/e-smith/events/$event/services2adjust/service); -#and Server Manager panel link -#panel_link('somefunction', 'manager'); +event_link('systemd-default', $event, '88'); +event_link('systemd-reload', $event, '89'); + #-------------------------------------------------- # functions for manager panel diff -Nur --no-dereference smeserver-fetchmail-1.6.old/root/etc/e-smith/templates/etc/fetchmail/90fetchmail smeserver-fetchmail-1.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail --- smeserver-fetchmail-1.6.old/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2022-07-28 10:33:25.177000000 -0400 +++ smeserver-fetchmail-1.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2022-07-28 11:17:18.575000000 -0400 @@ -322,6 +322,7 @@ my $size = $db->get_prop('qmail','MaxMessageSize') || '0'; my $mdbg='-l' . $size . ' -d0 --silent --syslog'; if($Debug eq "YES") { $mdbg='-l' . $size . ' -d0 --verbose --syslog'; } + $mdbg .= " -i /var/lib/fetchmail/.fetchids "; # fix SME: 11979 my $staticvalue = "/usr/bin/fetchmail $mdbg --fetchmailrc - <