OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
content_filter simple question

From: William Yodlowsky (wyodlowsandromeda.rutgers.edu)
Date: Tue Apr 01 2003 - 18:17:43 CST


Can someone verify if my understanding of this is correct?

From smtpd(8):

Content inspection controls
     content_filter
          The name of a mail delivery transport that filters mail
          and that either bounces mail or re-injects the result
          back into Postfix. This parameter uses the same syntax
          as the right-hand side of a Postfix transport table.

So if I specify:

        content_filter= smtp:scanner.example.com

...then Postfix will do an MX lookup for scanner.example.com and
speak SMTP round-robin to them?

Thanks much in advance.