Mercurial > masqmail
diff src/conf.c @ 164:5b621742b2e7
removed the mserver feature
i.e. the functionality itself in the code
the `mserver' value of online_detect and `mserver_iface' config options
and the --enable-mserver configure option
All functionality, however, is still available through mservdetect
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 22:01:33 +0200 |
parents | 6dd3a289989b |
children | 91f8ee6514f5 |
line wrap: on
line diff
--- a/src/conf.c Thu Jul 08 14:04:39 2010 +0200 +++ b/src/conf.c Thu Jul 08 22:01:33 2010 +0200 @@ -551,8 +551,6 @@ conf.online_file = g_strdup(rval); else if (strcmp(lval, "online_pipe") == 0) conf.online_pipe = g_strdup(rval); - else if (strcmp(lval, "mserver_iface") == 0) - conf.mserver_iface = parse_interface(rval, 224); else if (strcmp(lval, "do_queue") == 0) conf.do_queue = parse_boolean(rval); else if (strncmp(lval, "get.", 4) == 0) {