Browse Source

fix dependency and make pflogsum more verbose

Ralf S. Engelschall 24 years ago
parent
commit
29623268fd
2 changed files with 3 additions and 3 deletions
  1. 2 2
      postfix/postfix.spec
  2. 1 1
      postfix/rc.postfix

+ 2 - 2
postfix/postfix.spec

@@ -70,8 +70,8 @@ Source6:      ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/snaps
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 0.9-33, perl >= 5.6.1-10
-PreReq:       OpenPKG, openpkg >= 0.9-33, perl >= 5.6.1-10
+BuildPreReq:  OpenPKG, openpkg >= 0.9-20011022.0, perl >= 5.6.1-10
+PreReq:       OpenPKG, openpkg >= 0.9-20011022.0, perl >= 5.6.1-10
 %if "%{with_db}" == "yes"
 BuildPreReq:  db
 %endif

+ 1 - 1
postfix/rc.postfix

@@ -46,7 +46,7 @@
         logfiles="$logfiles @l_prefix@/var/postfix/log/postfix.log.0"
     fi
     @l_prefix@/sbin/pflogsumm -d yesterday -h 10 -u 10 -i \
-        --iso_date_time --problems_first --smtpd_stats \
+        --iso_date_time --problems_first --smtpd_stats --verbose_msg_detail \
         ${postfix_sum_flags} \
         ${logfiles} >@l_prefix@/var/postfix/log/postfix.sum