summaryrefslogtreecommitdiffstats
path: root/network/amavisd-new/patches/amavis-mc.patch
blob: ee6958d903fc6acc3c27c2d2215a5dab3000e02f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- amavis-mc.orig	2014-11-08 20:40:11.560673812 -0600
+++ amavis-mc	2014-11-08 20:41:17.561010101 -0600
@@ -70,10 +70,10 @@
 
 ### USER CONFIGURABLE:
 
-$daemon_user  = 'vscan';
-$daemon_group = 'vscan';
+$daemon_user  = 'amavis';
+$daemon_group = 'amavis';
 
-$pid_file = '/var/amavis/amavis-mc.pid';
+$pid_file = '/var/run/amavis/amavis-mc.pid';
 
 $log_level = 0;
 $syslog_ident = 'amavis-mc';