diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-22 21:25:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-22 21:25:53 +0000 |
commit | c373e51833c9348a6fe0a0f40989ccda7c5e4518 (patch) | |
tree | 6fe1182d0d2a4dd51f4aa183cef5aa9c1f3269b0 /modules | |
parent | 5ac24eeab649667b93e396617e87055f8ee09b9e (diff) | |
download | puppet-c373e51833c9348a6fe0a0f40989ccda7c5e4518.tar puppet-c373e51833c9348a6fe0a0f40989ccda7c5e4518.tar.gz puppet-c373e51833c9348a6fe0a0f40989ccda7c5e4518.tar.bz2 puppet-c373e51833c9348a6fe0a0f40989ccda7c5e4518.tar.xz puppet-c373e51833c9348a6fe0a0f40989ccda7c5e4518.zip |
- add back the domain for mailling list, this was not needed before as
the domain was not a virtual one
Diffstat (limited to 'modules')
-rw-r--r-- | modules/postfix/templates/main.cf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 6d9dd222..59948191 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -37,6 +37,10 @@ relay_domains = <%= domain %>, ml.<%= domain %> <%- end -%> mydestination = <%= fqdn %> +<%- if classes.include?('sympa::server') -%> + ml.<%= domain %> +<%- end -%> + <%- if all_tags.include?('postfix::primary_smtp') -%> virtual_mailbox_domains = <%= domain %> |