From 9e61bf46941c6615f34815a6c717aee717189e60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jarkko=20Mouruj=C3=A4rvi?= Date: Thu, 28 Dec 2017 13:53:14 +0200 Subject: [PATCH] doveconf: add hostname to output --- src/config/doveconf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/doveconf.c b/src/config/doveconf.c index b6e4571698..ba2ccea495 100644 --- a/src/config/doveconf.c +++ b/src/config/doveconf.c @@ -863,6 +863,7 @@ int main(int argc, char *argv[]) info = sysinfo_get(get_setting("mail", "mail_location")); if (*info != '\0') printf("# %s\n", info); + printf("# Hostname: %s\n", my_hostdomain()); if (!config_path_specified) check_wrong_config(config_path); if (scope == CONFIG_DUMP_SCOPE_ALL) -- 2.47.3