From 146a4eadee759b87d6e97a692d01090f6bb2f6c4 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 18 Oct 2010 20:12:02 +0200 Subject: Add the possibility to append arbitrary text to master.cf templates. --- templates/master.cf.redhat5.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/master.cf.redhat5.erb') diff --git a/templates/master.cf.redhat5.erb b/templates/master.cf.redhat5.erb index 8c3ee53..3d0c7d6 100644 --- a/templates/master.cf.redhat5.erb +++ b/templates/master.cf.redhat5.erb @@ -79,3 +79,7 @@ ifmail unix - n n - - pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient) bsmtp unix - n n - - pipe flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient + +<%- unless postfix_mastercf_tail.to_s.empty? then -%> +<%= postfix_mastercf_tail %> +<%- end -%> -- cgit v1.2.3