With the latest postfix update (postfix-1.1.11-20020911) I was first
confused that the spec file changes and I couldn't do my nornal job of
removing the "fake syslog" references, but then delighted to see that
these options were paramatised.

I ran a rebuild with the options I wanted..

# rpm --rebuild ftp://ftp.openpkg.org/current/SRC/postfix-1.1.11-20020911.src.rpm  
--define "with_fsl=no" --define "with_tls=no" --define "with_sasl=no" --define 
"with_mysql=no"

..and after a successful build, installed the package.

Unfortuantely, despite the "with_fsl=no", postfix is not logging anything
but "master" messages through syslog and /cw/var/postfix/log/postfix.log
is not being used.

I installed the fsl package before building and installing postfix.

Postfix is referencing fsl, as I see when watching it and its children
repeatedly run open() syscalls on fsl files..

   open64("/cw/etc/fsl", O_RDONLY|O_NDELAY)        = 16
   open("/cw/etc/fsl/fsl.default", O_RDONLY)       = 18
   open("/cw/etc/fsl/fsl.openssh", O_RDONLY)       = 18
   open("/cw/etc/fsl/fsl.openssh.rpmorig", O_RDONLY) = 18
   open("/cw/etc/fsl/fsl.postfix", O_RDONLY)       = 18
   open("/cw/etc/fsl/fsl.postfix.rpmorig", O_RDONLY) = 18

..though fsl.postfix only references /cw/var/postfix/log/postfix.log. As a
precaution, I have made sure that the child processes can write to this
file.


What did I do wrong and how do I do it right?


-Andrew-
-- 
 _________________________________________________________
| -Andrew J. Caines-  703-886-2689  Unix Systems Engineer |
| <[EMAIL PROTECTED]>        WorldCom Web Hosting  |
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to