summaryrefslogtreecommitdiff
path: root/manifests/mlmmj
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mlmmj')
-rw-r--r--manifests/mlmmj/domain.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/mlmmj/domain.pp b/manifests/mlmmj/domain.pp
new file mode 100644
index 0000000..f193cc7
--- /dev/null
+++ b/manifests/mlmmj/domain.pp
@@ -0,0 +1,11 @@
+define mail::mlmmj::domain() {
+ $subdomain = $name
+
+ #postfix::transport_regexp_snippet { 'mlmmj_transport_regexp':
+ # content => template('mail/mlmmj/transport_regexp.erb'),
+ #}
+
+ postfix::virtual_regexp_snippet { 'mlmmj_virtual_regexp':
+ content => template('mail/mlmmj/virtual_regexp.erb'),
+ }
+}