saltstack-formulas / exim-formula

Setup and configure the exim mail server.
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
9 stars 15 forks source link

feat(config): allow to specify `dc_mailname_in_oh` #20

Open javierbertoli opened 1 year ago

javierbertoli commented 1 year ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

This PR allows to specify the internal config option dc_mailname_in_oh that is set, at least in Debian's family, by the maintainer scripts when the output of /etc/mailname is added to the dc_other_hostnames config option.

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context