From 817b789bb54b922d7fc983464fd31beeb4deb1dc Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Mon, 16 Oct 2017 12:18:12 -0600 Subject: solve /dev/random locking; add cluster.interfaces to force ens3 --- salt/openbook/ansible/files/main.cf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 salt/openbook/ansible/files/main.cf (limited to 'salt/openbook/ansible/files/main.cf') diff --git a/salt/openbook/ansible/files/main.cf b/salt/openbook/ansible/files/main.cf new file mode 100644 index 0000000..34253fc --- /dev/null +++ b/salt/openbook/ansible/files/main.cf @@ -0,0 +1,23 @@ +smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) +biff = no +append_dot_mydomain = no +readme_directory = no + +smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem +smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key +smtpd_use_tls=yes +smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache +smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache + +smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination +myhostname = {{ }} +alias_maps = hash:/etc/aliases +alias_database = hash:/etc/aliases +myorigin = /etc/mailname +mydestination = verizoncloudplatform.com, $myhostname, localhost, localhost.localdomain, localhost +relayhost = 98.132.135.94 +mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 +mailbox_size_limit = 0 +recipient_delimiter = + +inet_interfaces = all +inet_protocols = all -- cgit v1.3