##################################### ### someone's ansible provisioner ### ##################################### # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # # This is a mail-server role. # This will set up postfix + cyrus + some spam filtering. # --- dependencies: # cyrus - { role: server/mail/cyrus, tags: ['mail', 'cyrus'] } # opendkim - { role: server/mail/opendkim, tags: ['mail', 'opendkim'] } # opendmarc - { role: server/mail/opendmarc, tags: ['mail', 'opendmarc'] } # spamassassin - { role: server/mail/spamassassin, tags: ['mail', 'spamassassin'] } # postfix - { role: server/mail/postfix, tags: ['mail', 'postfix'] }