We ignore the fact that the user requested SASL, since the pipe to the
[mmh] / 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 */
     }
 
            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";
 #ifdef ZMAILER
     if (client == NULL || *client == '\0')
        client = "localhost";