Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,12 +1,12 @@
|
|||
|
||||
set use_8bitmime
|
||||
|
||||
set hostname=<%= mail_domain %>
|
||||
set hostname=<%= @mail_domain %>
|
||||
|
||||
set imap_authenticators="gssapi:plain"
|
||||
<% if ['CentOS','Fedora','RedHat'].index(operatingsystem) and operatingsystemrelease !~ /^[1-5]\./-%>
|
||||
<% if ['CentOS','Fedora','RedHat'].index(@operatingsystem) and @operatingsystemrelease !~ /^[1-5]\./-%>
|
||||
set ssl_ca_certificates_file="/etc/pki/tls/certs/ca-bundle.crt"
|
||||
<% end -%>
|
||||
|
||||
set spoolfile=imaps://${USER}@<%= mail_server %>/INBOX
|
||||
set folder=imaps://${USER}@<%= mail_server %>
|
||||
set spoolfile=imaps://${USER}@<%= @mail_server %>/INBOX
|
||||
set folder=imaps://${USER}@<%= @mail_server %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue