SuperSafe=PostMilter (was Re: [Mimedefang] compare mimedefang to mailscanner)

2007-01-17 Thread David F. Skoll
Josh Kelley wrote:

 Sorry for going OT, but this is the first I'd heard of the PostMilter
 option.  Is there any reason not to enable that with MIMEDefang?

Nope.  You should always set SuperSafe=PostMilter if you're using
a milter.

Regards,

David.
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


RE: SuperSafe=PostMilter (was Re: [Mimedefang] compare mimedefang to mailscanner)

2007-01-17 Thread Ray Parish
So in the mc file I put

define(`confSUPERSAFE', `PostMilter')dnl

However when I create the cf file, this gets translated to SuperSafe=True


What do I need to modify in that line about to get the cf to be
SuperSafe=PostMilter ?
Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David F.
Skoll
Sent: Wednesday, January 17, 2007 9:10 AM
To: mimedefang@lists.roaringpenguin.com
Subject: SuperSafe=PostMilter (was Re: [Mimedefang] compare mimedefang to
mailscanner)

Josh Kelley wrote:

 Sorry for going OT, but this is the first I'd heard of the PostMilter
 option.  Is there any reason not to enable that with MIMEDefang?

Nope.  You should always set SuperSafe=PostMilter if you're using
a milter.

Regards,

David.
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


Re: SuperSafe=PostMilter (was Re: [Mimedefang] compare mimedefang to mailscanner)

2007-01-17 Thread David F. Skoll
Ray Parish wrote:
 So in the mc file I put

 define(`confSUPERSAFE', `PostMilter')dnl

That's what you'd think.  However, the mavens who make Sendmail demand:

define(`confSAFE_QUEUE', `PostMilter')dnl

Go figure.

Regards,

David.
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


Re: SuperSafe=PostMilter (was Re: [Mimedefang] compare mimedefang to mailscanner)

2007-01-17 Thread Jan-Pieter Cornet
On Wed, Jan 17, 2007 at 09:48:38AM -0500, Ray Parish wrote:
 So in the mc file I put
 
 define(`confSUPERSAFE', `PostMilter')dnl
 
 However when I create the cf file, this gets translated to SuperSafe=True

The right spelling is:

define(`confSAFE_QUEUE', `PostMilter')

See the README file in your sendmail cf directory.

-- 
Jan-Pieter Cornet [EMAIL PROTECTED]
!! Disclamer: The addressee of this email is not the intended recipient. !!
!! This is only a test of the echelon and data retention systems. Please !!
!! archive this message indefinitely to allow verification of the logs.  !!
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


Re: SuperSafe=PostMilter (was Re: [Mimedefang] compare mimedefang to mailscanner)

2007-01-17 Thread Ron Pool

Ray Parish wrote:

So in the mc file I put

define(`confSUPERSAFE', `PostMilter')dnl
  

Instead of that, add to sendmail.mc:

define(`confSAFE_QUEUE',`PostMilter')dnl

which should translate to this in sendmail.cf:

O SuperSafe=PostMilter

-- Ron
--
Ron Pool Internet: [EMAIL PROTECTED]
Computer Services; Food Research Lab; 630 W North St.; Geneva, NY 14456

___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang