--- a/amavis-mc
+++ b/amavis-mc
@@ -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';
--- a/amavis-services
+++ b/amavis-services
@@ -71,7 +71,7 @@
 $syslog_facility = LOG_MAIL;
 $syslog_ident = $myproduct_name;
 
-$MYHOME = '/var/amavis';
+$MYHOME = '/var/lib/amavis';
 
 # A socket to which amavisd child processes report their data.
 # should match one of the sockets in @zmq_sockets in amavisd.conf
--- a/amavisd-submit
+++ b/amavisd-submit
@@ -72,9 +72,9 @@
 ### USER CONFIGURABLE:
 
   $log_level = 0;
-  $tempbase = '/var/amavis/tmp';  # where to create a temp directory with a msg
+  $tempbase = '/var/lib/amavis/tmp';  # where to create a temp directory with a msg
 
-  $socketname = '/var/amavis/amavisd.sock';
+  $socketname = '/var/lib/amavis/amavisd.sock';
 # $socketname = '127.0.0.1:9998';
 # $socketname = '[::1]:9998';
 
--- a/amavisd-signer
+++ b/amavisd-signer
@@ -86,9 +86,9 @@
 # Please adjust the following settings as necessary:
 #
 
-$daemon_user  = 'vscan';
-$daemon_group = 'vscan';
-# $daemon_chroot_dir = '/var/amavis';   # chroot directory or undef
+$daemon_user  = 'amavis';
+$daemon_group = 'amavis';
+# $daemon_chroot_dir = '/var/lib/amavis';   # chroot directory or undef
 
 # $daemonize = 1;
 
