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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 258 - (show annotations) (download)
Tue Nov 16 16:05:30 2010 UTC (13 years, 5 months ago) by boklm
File size: 1508 byte(s)
add config for primary mail server (not ready for use yet)
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 myhostname = <%= fqdn %>
30 mydomain = <%= domain %>
31 mydestination = <%= fqdn %>, ml.<%= domain %>
32 myorigin = $mydomain
33 #delay_warning_time = 4h
34 smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux)
35 unknown_local_recipient_reject_code = 450
36 smtp-filter_destination_concurrency_limit = 2
37 lmtp-filter_destination_concurrency_limit = 2
38 smtpd_use_tls = yes
39 smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem
40 smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem
41 smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

  ViewVC Help
Powered by ViewVC 1.1.30