Removed all POP support
[mmh] / sbr / mts.c
index 0e01318..93c9fa9 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -81,11 +81,10 @@ char *sendmail = SENDMAILPATH;
 #endif
 
 /*
- * SMTP/POP stuff
+ * SMTP stuff
  */
 char *clientname = NULL;
 char *servers    = "localhost \01localnet";
-char *pophost    = "";
 
 /*
  * Global MailDelivery file
@@ -130,7 +129,6 @@ static struct bind binds[] = {
 
     { "clientname",  &clientname },
     { "servers", &servers },
-    { "pophost", &pophost },
 
     { "maildelivery", &maildelivery },
     { "everyone", &everyone },