Browse Source

fix sieve path and logging

Steve Weinreich 20 years ago
parent
commit
29395bf22d
2 changed files with 8 additions and 7 deletions
  1. 2 2
      imapd/fsl.imapd
  2. 6 5
      imapd/imapd.spec

+ 2 - 2
imapd/fsl.imapd

@@ -38,13 +38,13 @@ ident (pop3.)/.+ q{
     }
 };
 
-ident (timsieved)/.+ q{
+ident (sieve)/.+ q{
     prefix(
         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     )
     -> {
         debug: file(
-            path="@l_prefix@/var/imapd/log/timsieved.log",
+            path="@l_prefix@/var/imapd/log/sieve.log",
             perm=0644
         )
     }

+ 6 - 5
imapd/imapd.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Mail
 License:      BSD
 Version:      2.2.12
-Release:      20050425
+Release:      20050531
 
 #   package options
 %option       with_fsl    yes
@@ -135,10 +135,11 @@ AutoReqProv:  no
     #   adjust hard coded location of sieve
     %{l_shtool} subst \
         -e 's;"/usr/sieve";"%{l_prefix}/var/imapd/sieve";g' \
-        imap/lmtpd.c \
-        imap/mbdump.c \
-        imap/user.c \
-        timsieved/actions.c
+        lib/imapopts.c \
+        tools/masssievec \
+        tools/rehash \
+        tools/translatesieve \
+        tools/upgradesieve
 
     #   adjust default config to install environment for use in mkimap install helper script
     %{l_shtool} install -c -m 644 \