From 19496b45685ab790e6a0f0bc6427a157ee4d6c5d Mon Sep 17 00:00:00 2001 From: Max Erenberg Date: Sun, 1 May 2022 03:39:17 -0400 Subject: [PATCH] use mailman for mailman_host --- etc/ceo.ini | 2 +- etc/ceod.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ceo.ini b/etc/ceo.ini index b110888..c0337dd 100644 --- a/etc/ceo.ini +++ b/etc/ceo.ini @@ -8,7 +8,7 @@ admin_host = phosphoric-acid # this is the host with root access to the databases database_host = caffeine # this is the host which can make API requests to Mailman -mailman_host = mail +mailman_host = mailman # this is the host running a CloudStack management server cloud_host = biloba use_https = true diff --git a/etc/ceod.ini b/etc/ceod.ini index f55f33c..e62cdf9 100644 --- a/etc/ceod.ini +++ b/etc/ceod.ini @@ -9,7 +9,7 @@ fs_root_host = phosphoric-acid # this is the host with root access to the databases database_host = caffeine # this is the host which can make API requests to Mailman -mailman_host = mail +mailman_host = mailman # this is the host which is running a CloudStack management server cloud_host = biloba use_https = true