OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Wietse Venema (wietse_at_porcupine.org)
Date: Thu Jan 02 2003 - 09:51:31 CST

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

    Brasseur Val?ry:
    > I am trying to setup a postfix configuration where I would like that mail
    > matching some recipient restriction would not be reject but instead route to
    > another computer for "quarantine" and more carefull inspection.
    >
    > How can I do that with Postfix ?

    Not really. Postfix REJECT actions are meant to reject mail.

    You can specify FILTER actions that redirect a message to a content
    filter, and that could be your "quarantine" machine.

    With Postfix 2.0 (and release candidate snapshots):

    /etc/postfix/access:
       userdomain FILTER smtp:quarantine.host.my.domain

    /etc/postfix/header_checks:
       /whatever/ FILTER smtp:quarantine.host.my.domain

            Wietse