ports/mail/amavisd-new/patches/patch-amavis-mc

24 lines
680 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- amavis-mc.orig Tue May 6 13:56:46 2014
+++ amavis-mc Mon Jul 14 10:15:13 2014
@@ -70,16 +70,16 @@ use vars qw(@path @services $daemon_user $daemon_group
### USER CONFIGURABLE:
-$daemon_user = 'vscan';
-$daemon_group = 'vscan';
+$daemon_user = '_vscan';
+$daemon_group = '_vscan';
-$pid_file = '/var/amavis/amavis-mc.pid';
+$pid_file = '/var/amavisd/amavis-mc.pid';
$log_level = 0;
$syslog_ident = 'amavis-mc';
$syslog_facility = LOG_MAIL;
-@path = qw(/usr/local/sbin /usr/local/bin /usr/sbin /sbin /usr/bin /bin);
+@path = qw(${TRUEPREFIX}/sbin ${TRUEPREFIX}/bin /usr/sbin /sbin /usr/bin /bin);
@services = (
{ cmd => 'amavis-services msg-forwarder' },