[Mimedefang] Identity which sendmail process

Joseph Brennan brennan at columbia.edu
Tue Feb 10 10:54:45 EST 2009


"Robert T. Covell" <rcovell at rolet.com> wrote:

> We have two sendmail processes running that will utilize the same MD
> filter.
> One process is for regular mail on port 25; the other is for
> authenticated mail on port 587.



This is not exactly what you asked, but you can tell whether smtp
auth was used:

if (defined($SendmailMacros{"auth_type"})) {
	# whatever
}


Joseph Brennan
Columbia University Information Technology





More information about the MIMEDefang mailing list