/[adm]/puppet/modules/postfix/templates/simple_relay_main.cf
ViewVC logotype

Contents of /puppet/modules/postfix/templates/simple_relay_main.cf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (show annotations) (download)
Wed Oct 27 10:56:45 2010 UTC (13 years, 5 months ago) by misc
File size: 1391 byte(s)
- fix the x86_64 trick by directly embedding the code in the template, as this avoid the
various scoping problem 

1 # Please be sure to read the /usr/share/doc/postfix/README.MDK file
2 # to learn about differences from stock postfix to Mandriva package.
3 # This file contains only the parameters changed from a default install
4 # see /etc/postfix/main.cf.dist for a commented, fuller version of this file.
5
6 <%
7 path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/"
8 %>
9
10 # These are changed by postfix install script
11 readme_directory = /usr/share/doc/postfix/README_FILES
12 html_directory = /usr/share/doc/postfix/html
13 sendmail_path = /usr/sbin/sendmail.postfix
14 setgid_group = postdrop
15 command_directory = /usr/sbin
16 manpage_directory = /usr/share/man
17 daemon_directory = <%= path_daemon_directory %>
18 data_directory = /var/lib/postfix
19 newaliases_path = /usr/bin/newaliases
20 mailq_path = /usr/bin/mailq
21 queue_directory = /var/spool/postfix
22 mail_owner = postfix
23
24 # User configurable parameters
25
26 inet_interfaces = localhost
27 inet_protocols = all
28 mynetworks_style = host
29 #delay_warning_time = 4h
30 smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux)
31 unknown_local_recipient_reject_code = 450
32 smtp-filter_destination_concurrency_limit = 2
33 lmtp-filter_destination_concurrency_limit = 2
34 smtpd_use_tls = yes
35 smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem
36 smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem
37 smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

  ViewVC Help
Powered by ViewVC 1.1.30