
The mail relay is : <%relay%>
mhsmtp = <%mhsmtp%>
mhpop = <%mhpop%>

<%set: options = <%if: <%mhsmtp%>%>-s <%mhsmtp%><%end:%> <%\%>
                 <%if: <%mhpop%>%>-p <%mhpop%><%else:%>-n<%end:%>%><%\%>

<%if: <%run_daemon%>%>daemon is running with options <%options%>
<%else:%>daemon is not running
<%end:%>

<%ifdef: foo%>Resource foo is defined<%else:%>Resource foo not defined<%end:%>

Method authentication is:
<%for: m = <%methods%>%>
  method <%m%> = <% auth_<%m%>%><%end:%>

Today's date is: <%shell: date%>

Two times three is <%perl: 2*3%>
