X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cfc525a9b85207225cb4071d1d3b01e8d1db2424..a0524bceefc03aaa46957cf1c319eb74e04fe795:/mts/sendmail/sendmail.c diff --git a/mts/sendmail/sendmail.c b/mts/sendmail/sendmail.c index 8273f14f..9a9c725f 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";