/[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 2117 - (show annotations) (download)
Mon Jan 2 10:31:25 2012 UTC (12 years, 3 months ago) by boklm
File size: 1339 byte(s)
remove myorigin for now, as we need to receive local mails on valstar
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 # These are changed by postfix install script
8 readme_directory = /usr/share/doc/postfix/README_FILES
9 html_directory = /usr/share/doc/postfix/html
10 sendmail_path = /usr/sbin/sendmail.postfix
11 setgid_group = postdrop
12 command_directory = /usr/sbin
13 manpage_directory = /usr/share/man
14 daemon_directory = <%= lib_dir %>/postfix/
15 data_directory = /var/lib/postfix
16 newaliases_path = /usr/bin/newaliases
17 mailq_path = /usr/bin/mailq
18 queue_directory = /var/spool/postfix
19 mail_owner = postfix
20
21 # User configurable parameters
22
23 myhostname = <%= fqdn %>
24 mydomain = <%= domain %>
25 inet_interfaces = localhost
26 inet_protocols = all
27 mynetworks_style = host
28 #delay_warning_time = 4h
29 smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux)
30 unknown_local_recipient_reject_code = 450
31 smtp-filter_destination_concurrency_limit = 2
32 lmtp-filter_destination_concurrency_limit = 2
33 smtpd_use_tls = yes
34 smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem
35 smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem
36 smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

  ViewVC Help
Powered by ViewVC 1.1.30