summaryrefslogtreecommitdiff
path: root/manifests/regular.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/regular.pp')
-rw-r--r--manifests/regular.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/regular.pp b/manifests/regular.pp
new file mode 100644
index 0000000..da35e33
--- /dev/null
+++ b/manifests/regular.pp
@@ -0,0 +1,5 @@
+class mail::regular {
+ postfix::config { "virtual_alias_maps":
+ value => 'hash://postfix/virtual, regexp:/etc/postfix/virtual_regexp',
+ }
+}