12 lines
276 B
Text
12 lines
276 B
Text
Index: tools/masssievec
|
|
--- tools/masssievec.orig
|
|
+++ tools/masssievec
|
|
@@ -59,7 +59,7 @@ if(!defined($imapdconf)) {
|
|
$imapdconf = "/etc/imapd.conf";
|
|
}
|
|
|
|
-$sievedir = "/usr/sieve";
|
|
+$sievedir = "/var/sieve";
|
|
|
|
if(! -x $SIEVEC) {
|
|
print "$SIEVEC is not executable\n";
|