mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
30a0b2fe2e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
508 B
Diff
14 lines
508 B
Diff
--- amavisd-submit.orig 2016-04-26 23:00:45.365309961 -0500
|
|
+++ amavisd-submit 2016-04-26 23:08:17.303900313 -0500
|
|
@@ -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/run/amavis/amavisd.sock';
|
|
# $socketname = '127.0.0.1:9998';
|
|
# $socketname = '[::1]:9998';
|
|
|