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

Annotation of /puppet/modules/postfix/templates/main.cf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (hide annotations) (download)
Wed Oct 27 10:36:01 2010 UTC (13 years, 5 months ago) by misc
Original Path: puppet/modules/postfix/templates/simple_relay_main.cf
File size: 1293 byte(s)
- add a postfix module

1 misc 33 # 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     # These are changed by postfix install script
7     readme_directory = /usr/share/doc/postfix/README_FILES
8     html_directory = /usr/share/doc/postfix/html
9     sendmail_path = /usr/sbin/sendmail.postfix
10     setgid_group = postdrop
11     command_directory = /usr/sbin
12     manpage_directory = /usr/share/man
13     daemon_directory = <%= path_daemon_directory %>
14     data_directory = /var/lib/postfix
15     newaliases_path = /usr/bin/newaliases
16     mailq_path = /usr/bin/mailq
17     queue_directory = /var/spool/postfix
18     mail_owner = postfix
19    
20     # User configurable parameters
21    
22     inet_interfaces = localhost
23     inet_protocols = all
24     mynetworks_style = host
25     #delay_warning_time = 4h
26     smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux)
27     unknown_local_recipient_reject_code = 450
28     smtp-filter_destination_concurrency_limit = 2
29     lmtp-filter_destination_concurrency_limit = 2
30     smtpd_use_tls = yes
31     smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem
32     smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem
33     smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

  ViewVC Help
Powered by ViewVC 1.1.30