OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Body checks on incoming only

From: mouss (usebsdfree.fr)
Date: Wed Aug 02 2006 - 17:15:35 CDT


Thomas Domingo Dahlmann wrote:
> On Wed, August 2, 2006 11:25, Magnus Bäck wrote:
>
>> On Wednesday, August 02, 2006 at 11:12 CEST,
>> Thomas Domingo Dahlmann <domingodomingo.dk> wrote:
>>
>>
>>
>>> I was thinking of the syntax when doing a second cleanup instance. But
>>> thanks anyway.
>>>
>> 1.2.3.4:smtp inet n - n - - smtpd
>> 1.2.3.5:smtp inet n - n - - smtpd
>> -o cleanup_service_name=foocleanup
>> 127.0.0.1:smtp inet n - n - - smtpd
>> -o cleanup_service_name=foocleanup
>> foocleanup unix n - n - 0 cleanup -o
>> body_checks= -o header_checks=
>>
>
> Simple an beautiful - nothing like Postfix ;ø)
> Thx.
>
That said, using multiple instances is cleaner, provided you find the
overhead of managing multiple instances (write a script to
start/stop/postqueue/... etc) but once this is done, you'll get the
benefits of simple configuration (no more -o in master.cf, different
syslog names, ...).