From: Kimmo Suominen Date: Sun, 16 Jul 2000 04:23:50 +0000 (+0000) Subject: We ignore the fact that the user requested SASL, since the pipe to the X-Git-Tag: RELEASE_1_2~234 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=ca7903e5fcabe1d7dc9f51d08dfdb82d61b3d5bf;ds=sidebyside 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. --- 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";