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