]> git.ipfire.org Git - people/ms/dma.git/blobdiff - conf.c
make ppa: force lower version number
[people/ms/dma.git] / conf.c
diff --git a/conf.c b/conf.c
index 6c7bd1c57eed3e0319a807d36c7f96e1cc307264..060e0cd023adf4eec01e22021603bd05721db52d 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -203,8 +203,6 @@ parse_conf(const char *config_path)
                        config.certfile = data;
                else if (strcmp(word, "MAILNAME") == 0 && data != NULL)
                        config.mailname = data;
-               else if (strcmp(word, "MAILNAMEFILE") == 0 && data != NULL)
-                       config.mailnamefile = data;
                else if (strcmp(word, "STARTTLS") == 0 && data == NULL)
                        config.features |= STARTTLS;
                else if (strcmp(word, "OPPORTUNISTIC_TLS") == 0 && data == NULL)