From ca7903e5fcabe1d7dc9f51d08dfdb82d61b3d5bf Mon Sep 17 00:00:00 2001 From: Kimmo Suominen Date: Sun, 16 Jul 2000 04:23:50 +0000 Subject: [PATCH] We ignore the fact that the user requested SASL, since the pipe to the mailer is secure. This allows for easier sharing of the MH profile across hosts. --- mts/sendmail/sendmail.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mts/sendmail/sendmail.c b/mts/sendmail/sendmail.c index 8273f14..9a9c725 100644 --- a/mts/sendmail/sendmail.c +++ b/mts/sendmail/sendmail.c @@ -120,10 +120,6 @@ sm_init (char *client, char *server, int watch, int verbose, client = LocalName(); /* no clientname -> LocalName */ } - if (sasl) - return sm_ierror("SASL authentication not supported with the " - "Sendmail MTA"); - #ifdef ZMAILER if (client == NULL || *client == '\0') client = "localhost"; -- 1.7.10.4