--On Thursday, April 20, 2006 0:00 +0200 Jan Pieter Cornet <[EMAIL PROTECTED]> wrote:

On Wed, Apr 19, 2006 at 03:34:19PM -0600, Philip Prindeville wrote:
But since I'm submitting on port 465 with authentication, and
not on port 25... it doesn't make sense to make certain blanket
tests that would be applied to all "outside" mail.

What I do in this case is make some tests optional on the port you
connect to, using:

if ( $SendmailMacros{"daemon_name"} =~ /SSL/ ) {
    ...
}



Or test on whether smtp auth was done, which is what we do:

if (defined($SendmailMacros{"auth_type"})) {
  ...
}


Joseph Brennan
Columbia University Information Technology

_______________________________________________
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

Reply via email to