This commit is contained in:
Noah Overcash 2024-06-02 14:38:14 -04:00
parent a479b2015d
commit 33f82343cc
No known key found for this signature in database
8 changed files with 116 additions and 34 deletions

View file

@ -57,5 +57,6 @@ function _handle_postfix_aliases_config() {
function _create_aliases() {
_handle_postfix_virtual_config
_handle_postfix_regexp_config
_handle_postfix_regexp_send_only_config
_handle_postfix_aliases_config
}