From 3885ea27c235094ceb10c72917c6b799aef9d654 Mon Sep 17 00:00:00 2001 From: Ilia Date: Mon, 13 Jun 2022 11:37:28 +0300 Subject: [PATCH] Add separate AlmaLinux and Rocky Linux configs for Dovecot --- dovecot/config-AlmaLinux-7.0-ALL | 4 ++++ dovecot/config-Rocky-Linux-7.0-ALL | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 dovecot/config-AlmaLinux-7.0-ALL create mode 100644 dovecot/config-Rocky-Linux-7.0-ALL diff --git a/dovecot/config-AlmaLinux-7.0-ALL b/dovecot/config-AlmaLinux-7.0-ALL new file mode 100644 index 000000000..bab7a35ec --- /dev/null +++ b/dovecot/config-AlmaLinux-7.0-ALL @@ -0,0 +1,4 @@ +dovecot=/usr/sbin/dovecot +dovecot_config=/etc/dovecot/dovecot.conf +init_script=dovecot.service +pid_file=/run/dovecot/master.pid diff --git a/dovecot/config-Rocky-Linux-7.0-ALL b/dovecot/config-Rocky-Linux-7.0-ALL new file mode 100644 index 000000000..bab7a35ec --- /dev/null +++ b/dovecot/config-Rocky-Linux-7.0-ALL @@ -0,0 +1,4 @@ +dovecot=/usr/sbin/dovecot +dovecot_config=/etc/dovecot/dovecot.conf +init_script=dovecot.service +pid_file=/run/dovecot/master.pid