X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsendmail%2Fsendmail.c;h=00fe825fd57328075eb15f5186e794fdfab15b46;hp=8273f14f927e2e8d73b2f0d6a2e6fe9da7ba1f04;hb=75e073ea52a427394690e0c1ef7943a1727c7095;hpb=cfc525a9b85207225cb4071d1d3b01e8d1db2424 diff --git a/mts/sendmail/sendmail.c b/mts/sendmail/sendmail.c index 8273f14..00fe825 100644 --- a/mts/sendmail/sendmail.c +++ b/mts/sendmail/sendmail.c @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include "h/signals.h" /* for SIGNAL() */ #ifdef MPOP @@ -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";