slackbuilds/network/amavisd-new/patches/amavis-mc.patch

17 lines
398 B
Diff

--- amavis-mc.orig 2016-04-26 22:59:10.509555481 -0500
+++ amavis-mc 2016-04-26 23:01:52.834846414 -0500
@@ -73,10 +73,10 @@
### USER CONFIGURABLE:
-$daemon_user = 'vscan';
-@daemon_groups = 'vscan';
+$daemon_user = 'amavis';
+@daemon_groups = 'amavis';
-$pid_file = '/var/amavis/amavis-mc.pid';
+$pid_file = '/run/amavis/amavis-mc.pid';
$log_level = 0;
$syslog_ident = 'amavis-mc';