Moved code from zotnet/mts to mts/generic. Also, unified generic
[mmh] / mts / sendmail / sendmail.c
index 8273f14..00fe825 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <h/mh.h>
 #include <mts/smtp/smtp.h>
-#include <zotnet/mts/mts.h>
+#include <mts/generic/mts.h>
 #include <signal.h>
 #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";