X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsendmail%2Fsendmail.c;h=9a9c725fc35651097ed5032eb0e8ec674e2d7c2b;hp=8273f14f927e2e8d73b2f0d6a2e6fe9da7ba1f04;hb=ca7903e5fcabe1d7dc9f51d08dfdb82d61b3d5bf;hpb=8ba87b1445d63dad96ca6a24f85790f16e1c1294 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";