mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
11 lines
429 B
C
11 lines
429 B
C
--- lib/innconf.c.orig 2015-09-12 15:25:22.000000000 +0200
|
|
+++ lib/innconf.c 2015-09-21 21:15:18.446435000 +0200
|
|
@@ -473,7 +473,7 @@ innconf_validate(struct config_group *gr
|
|
|
|
if (GetFQDN(innconf->domain) == NULL) {
|
|
warn("hostname does not resolve or domain not set in inn.conf");
|
|
- okay = false;
|
|
+/* okay = false; */
|
|
}
|
|
if (innconf->mta == NULL) {
|
|
warn("must set mta in inn.conf");
|