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 diff
1.1 --- a/src/conf.c Thu Jul 08 14:04:39 2010 +0200 1.2 +++ b/src/conf.c Thu Jul 08 22:01:33 2010 +0200 1.3 @@ -551,8 +551,6 @@ 1.4 conf.online_file = g_strdup(rval); 1.5 else if (strcmp(lval, "online_pipe") == 0) 1.6 conf.online_pipe = g_strdup(rval); 1.7 - else if (strcmp(lval, "mserver_iface") == 0) 1.8 - conf.mserver_iface = parse_interface(rval, 224); 1.9 else if (strcmp(lval, "do_queue") == 0) 1.10 conf.do_queue = parse_boolean(rval); 1.11 else if (strncmp(lval, "get.", 4) == 0) {