X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fmts.c;h=46f5990e655cc5ebcc387cde72c78b6480139838;hp=0e0131815700fc8653b6f308f2da93654745ce3b;hb=128545e06224233b7e91fc4c83f8830252fe16c9;hpb=05b7f957ba42e79f49b3a62aea2502168c9abf7a diff --git a/sbr/mts.c b/sbr/mts.c index 0e01318..46f5990 100644 --- 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 },