# {{ ansible_managed }} # This file contains only the parameters changed from a default install # see /etc/postfix/main.cf.dist for a commented, fuller version of this file. # These are changed by postfix install script readme_directory = /usr/share/doc/postfix/README_FILES html_directory = /usr/share/doc/postfix/html sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop command_directory = /usr/sbin manpage_directory = /usr/share/man daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq queue_directory = /var/spool/postfix mail_owner = postfix mail_spool_directory = /var/spool/mail # User configurable parameters # Local Configuration myorigin = svn.mondorescue.org mydomain = mondorescue.org #myhostname = smtp.mondorescue.org #local_recipient_maps = #local_transport = error:local mail delivery is disabled # mynetworks = 127.0.0.0/8, {{ ip_ext}}/32, {{ ip_int }}/26 relayhost = {{ smtp }} mynetworks_style = host mydestination = $myhostname, localhost.$mydomain, localhost, svn.mondorescue.org, www.mondorescue.org, ftp.mondorescue.org, mondorescue.org, trac.mondorescue.org, svn.project-builder.org, www.project-builder.org, ftp.project-builder.org, project-builder.org, trac.project-builder.org, svn.dploy.org, www.dploy.org, ftp.dploy.org, dploy.org, trac.dploy.org transport_maps = hash:/etc/postfix/transport #smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination relay_recipient_maps = header_checks = regexp:/etc/postfix/header_checks #body_checks = regexp:/etc/postfix/body_checks alias_database = hash:/etc/postfix/aliases, hash:/var/lib/sympa/aliases alias_maps = hash:/etc/postfix/aliases, hash:/var/lib/sympa/aliases smtpd_recipient_restrictions = permit_mynetworks,permit_tls_clientcerts,reject_unauth_destination,check_relay_domains smtpd_relay_restrictions = permit_mynetworks,reject_unauth_destination # Common parameters delay_warning_time = 4h smtpd_banner = $myhostname ESMTP Rescue the Mondo Mail System (c)(tm)(r) smtp-filter_destination_concurrency_limit = 2 lmtp-filter_destination_concurrency_limit = 2 #smtpd_sasl_path = smtpd # enable opportunistic TLS when receiving #smtpd_use_tls = yes #smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem #smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem #smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt # enable opportunistic TLS when sending #smtp_tls_security_level = may #smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt # # Local Configuration # unknown_local_recipient_reject_code = 450 message_size_limit = 0 mailbox_size_limit = 0 recipient_delimiter = + owner_request_special = no mailbox_command = /usr/bin/procmail -Y -a $DOMAIN syslog_name = postfix inet_protocols = ipv4 inet_interfaces = all