We ignore the fact that the user requested SASL, since the pipe to the
authorKimmo Suominen <kimmo@suominen.com>
Sun, 16 Jul 2000 04:23:50 +0000 (04:23 +0000)
committerKimmo Suominen <kimmo@suominen.com>
Sun, 16 Jul 2000 04:23:50 +0000 (04:23 +0000)
mailer is secure.  This allows for easier sharing of the MH profile
across hosts.

mts/sendmail/sendmail.c

index 8273f14..9a9c725 100644 (file)
@@ -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";