diff --git a/dovecot.cf b/dovecot.cf index 46226c5..8f40a9a 100644 --- a/dovecot.cf +++ b/dovecot.cf @@ -34,6 +34,22 @@ vars: "dovecot-pop3d" }; + centos:: + "pkgs" slist => { + "dovecot", + "dovecot-mysql", + }; + "cfg_dir" string => "/etc/dovecot"; + "dovecot_conf" string => "$(cfg_dir)/dovecot.conf"; + + "imap_key" string => "$(cfg_dir)/private/imap.key"; + "imap_cert" string => "$(cfg_dir)/private/imap.crt"; + "submission_key" string => "$(cfg_dir)/private/submission.key"; + "submission_cert" string => "$(cfg_dir)/private/submission.crt"; + "service_name" string => "dovecot"; + + + methods: "any" usebundle => wmde_install_packages(@(pkgs),"dovecot");