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