aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests/simple_relay.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix/manifests/simple_relay.pp')
-rw-r--r--modules/postfix/manifests/simple_relay.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/postfix/manifests/simple_relay.pp b/modules/postfix/manifests/simple_relay.pp
new file mode 100644
index 00000000..265960ae
--- /dev/null
+++ b/modules/postfix/manifests/simple_relay.pp
@@ -0,0 +1,5 @@
+class postfix::simple_relay inherits postfix {
+ File['/etc/postfix/main.cf'] {
+ content => template('postfix/simple_relay_main.cf'),
+ }
+}