Re: [CVS] OpenPKG: openpkg-re/vcheck vc.sendmail openpkg-src/sendmail fsl....

2002-08-12 Thread Michael Schloh von Bennewitz

On Sat, Aug 10, 2002, Ralf S. Engelschall wrote:
   Index: openpkg-src/sendmail/sendmail.spec
   
 [...]
   +# 5 RSE: I don't think SFIO is still required

During compilation a -lsfio comes up, so I think SFIO is still needed.

But what about:

  Local specifics in this OpenPKG version:
  o Sendmail uses two process pools (incoming and outgoing)
  o Sendmail delivers local mail via Procmail to ~user/.mail/inbox
  o Sendmail by default supports STARTTLS

Are these points still true even though I removed both smtpfeed and autonomous
patches?

--
[EMAIL PROTECTED]
Development Team, Application Services
Cable  Wireless Deutschland GmbH




msg00901/pgp0.pgp
Description: PGP signature


Re: [CVS] OpenPKG: openpkg-re/vcheck vc.sendmail openpkg-src/sendmail fsl....

2002-08-12 Thread Ralf S. Engelschall

On Mon, Aug 12, 2002, Michael Schloh von Bennewitz wrote:

 On Sat, Aug 10, 2002, Ralf S. Engelschall wrote:
Index: openpkg-src/sendmail/sendmail.spec

  [...]
+# 5 RSE: I don't think SFIO is still required
 
 During compilation a -lsfio comes up, so I think SFIO is still needed.

Sure, because _we_ have a -lsfio configured in the past.
But this should be not required any more...

 But what about:

   Local specifics in this OpenPKG version:
   o Sendmail uses two process pools (incoming and outgoing)

No longer valid.

   o Sendmail delivers local mail via Procmail to ~user/.mail/inbox

This should be valid if still done.

   o Sendmail by default supports STARTTLS

This should be valid if still done.

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck vc.sendmail openpkg-src/sendmail fsl....

2002-08-10 Thread Ralf S. Engelschall

  OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-re, openpkg-web, openpkg-src Date:   10-Aug-2002 20:44:58
  Branch: HEAD Handle: 2002081019445601

  Modified files:
openpkg-re/vcheck   vc.sendmail
openpkg-src/sendmailfsl.sendmail sendmail.spec
openpkg-web news.txt

  Log:
make sure FSL config is equal to fakesyslog; remember TODO issue; update vcheck

  Summary:
RevisionChanges Path
1.3 +1  -2  openpkg-re/vcheck/vc.sendmail
1.2 +8  -13 openpkg-src/sendmail/fsl.sendmail
1.30+2  -1  openpkg-src/sendmail/sendmail.spec
1.1164  +1  -0  openpkg-web/news.txt
  

  Index: openpkg-re/vcheck/vc.sendmail
  
  $ cvs diff -u -r1.2 -r1.3 vc.sendmail
  --- openpkg-re/vcheck/vc.sendmail 4 Apr 2002 19:29:19 -   1.2
  +++ openpkg-re/vcheck/vc.sendmail 10 Aug 2002 18:44:56 -  1.3
  @@ -2,8 +2,7 @@
   }
   
   prog sendmail = {
  -  version   = 8.11.6
  -  comment   = rse: upgrade to 8.12 needed but requires full repackaging!?
  +  version   = 8.12.5
 url   = ftp://ftp.sendmail.org/pub/sendmail/
 regex = sendmail.(\d+\.\d+\.\d+)\.tar\.gz
   }
  Index: openpkg-src/sendmail/fsl.sendmail
  
  $ cvs diff -u -r1.1 -r1.2 fsl.sendmail
  --- openpkg-src/sendmail/fsl.sendmail 9 Aug 2002 13:54:05 -   1.1
  +++ openpkg-src/sendmail/fsl.sendmail 10 Aug 2002 18:44:57 -  1.2
  @@ -2,20 +2,15 @@
   ##  fsl.sendmail -- OSSP fsl configuration for sendmail
   ##
   
  -#   use OSSP fsl to perform the equivalent of the
  -#   following syslog.conf(5) configuration entries:
  -#   mail.crit@l_prefix@/var/sendmail/log/sendmail.crit
  -#   mail.err @l_prefix@/var/sendmail/log/sendmail.err
  -#   mail.notice  @l_prefix@/var/sendmail/log/sendmail.notice
   ident (.+)/mail q{
  -prefix(
  -  prefix=%b %d %H:%M:%S %N $1: , 
  -  timezone=local
  +notice: prefix(
  +prefix=%b %d %H:%M:%S %N $1[%P]: , 
  +timezone=local
  +)
  +- file(
  +path=@l_prefix@/var/sendmail/log/sendmail.log, 
  +append=1, 
  +perm=0644
   )
  -- {
  -critical: file(path=@l_prefix@/var/sendmail/log/mail.crit,   append=1, 
perm=0644);
  -error:file(path=@l_prefix@/var/sendmail/log/mail.err,append=1, 
perm=0644);
  -notice:   file(path=@l_prefix@/var/sendmail/log/mail.notice, append=1, 
perm=0644)
  -}
   }
   
  Index: openpkg-src/sendmail/sendmail.spec
  
  $ cvs diff -u -r1.29 -r1.30 sendmail.spec
  --- openpkg-src/sendmail/sendmail.spec9 Aug 2002 13:41:08 -   1.29
  +++ openpkg-src/sendmail/sendmail.spec10 Aug 2002 18:44:57 -  1.30
  @@ -28,6 +28,7 @@
   # 2 User, group ids in %files must be reviewed
   # 3 Fix sys_nerr on Linux platforms
   # 4 Test alot (also with smtpfeed)
  +# 5 RSE: I don't think SFIO is still required
   #
   # Bugs:
   # 1 All mitgelieferte config files use 8.11.6 options
  @@ -52,7 +53,7 @@
   Group:Mail
   License:  BSD
   Version:  8.12.5
  -Release:  20020809
  +Release:  20020810
   
   #   list of sources
   Source0:  ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.1163 -r1.1164 news.txt
  --- openpkg-web/news.txt  10 Aug 2002 16:41:25 -  1.1163
  +++ openpkg-web/news.txt  10 Aug 2002 18:44:56 -  1.1164
  @@ -1,3 +1,4 @@
  +10-Aug-2002: Upgraded package: Psendmail-8.12.5-20020810
   10-Aug-2002: Upgraded package: Psysmon-0.91.11-20020810
   10-Aug-2002: New package: Pccache-1.9-20020810
   10-Aug-2002: Upgraded package: Pradius-0.96.3-20020810
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]