Explorar el Código

at least catch log ops with the pop3s identifier, hopefully closing off the whole syslog(3) mess

Michael Schloh von Bennewitz hace 21 años
padre
commit
9d648b883e
Se han modificado 2 ficheros con 13 adiciones y 1 borrados
  1. 12 0
      imapd/fsl.imapd
  2. 1 1
      imapd/imapd.spec

+ 12 - 0
imapd/fsl.imapd

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

+ 1 - 1
imapd/imapd.spec

@@ -34,7 +34,7 @@ Class:        BASE
 Group:        Mail
 License:      BSD
 Version:      2.2.6
-Release:      20040701
+Release:      20040706
 
 #   package options
 %option       with_fsl    yes