Преглед изворни кода

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

Michael Schloh von Bennewitz пре 21 година
родитељ
комит
9d648b883e
2 измењених фајлова са 13 додато и 1 уклоњено
  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