Removed --with-smtpservers configure option and thelike
[mmh] / sbr / mts.c
index 0e01318..46f5990 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -76,16 +76,13 @@ static char*    masquerade = "";
 #if defined(SMTPMTS)
 static char *sm_method = "sendmail";
 int  sm_mts    = MTS_SENDMAIL;
-char *hostable = nmhetcdir(/hosts);
 char *sendmail = SENDMAILPATH;
 #endif
 
 /*
- * SMTP/POP stuff
+ * SMTP stuff
  */
 char *clientname = NULL;
-char *servers    = "localhost \01localnet";
-char *pophost    = "";
 
 /*
  * Global MailDelivery file
@@ -124,13 +121,10 @@ static struct bind binds[] = {
 
 #if defined(SMTPMTS)
     { "mts",      &sm_method },
-    { "hostable", &hostable  },
     { "sendmail", &sendmail  },
 #endif
 
     { "clientname",  &clientname },
-    { "servers", &servers },
-    { "pophost", &pophost },
 
     { "maildelivery", &maildelivery },
     { "everyone", &everyone },