OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Domingo Antonio (domingo_at_netcomp.com.br)
Date: Mon Dec 02 2002 - 08:44:44 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Good morning !

          Hi, i have been compiled postfix with PCRE and SASL suport.
          The compilation was ok!
          SASL works fine, i can use auth smtp!
          But, my PCRE tables doesn't seens to work... =((

          I have been compiled with this options:
          make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/include/sasl lsasl -DHAS_PCRE -I/lib/" AUXLIBS="-L/usr/lib/ -lpcre"

          My postconf -m:
          static
          pcre
          nis
          regexp
          environ
          btree
          unix
          hash
     
          In my main.cf.... but i tried regexp too...
          header_checks = pcre:/etc/postfix/header_checks
          body_checks = pcre:/etc/postfix/body_checks
          mime_header_checks = pcre:/etc/postfix/mime_header_checks

          And finaly, my rule above ( this rule is in all 3 files *_checks )
          /name=\"*\.(BAT|COM|PIF|DLL|dll)\"/ REJECT NO SPAM HERE BABY!!!!

          BUA BUA BUA!
          Someone can help me? I'm trying to block all windows executables...

    ps: My pcre version is 3.9

    thanks in advance!!!
    Domingo