[Mimedefang] Issues w/ authenticated submission

Joseph Brennan brennan at columbia.edu
Thu Apr 20 08:44:35 EDT 2006



--On Thursday, April 20, 2006 0:00 +0200 Jan Pieter Cornet 
<johnpc at xs4all.nl> 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




More information about the MIMEDefang mailing list