alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases body_checks = pcre:/etc/postfix/body_checks canonical_maps = hash:/etc/postfix/canonical config_directory = /etc/postfix header_checks = pcre:/etc/postfix/header_checks mailbox_size_limit = 0 masquerade_domains = exa.example.de masquerade_exceptions = mime_header_checks = pcre:/etc/postfix/mime_header_checks mydestination = exa.example.de myhostname = exa.example.de mynetworks = 127.0.0.1 myorigin = /etc/mailname nested_header_checks = pcre:/etc/postfix/nested_header_checks recipient_bcc_maps = hash:/etc/postfix/recipient_bcc recipient_canonical_maps = hash:/etc/postfix/recipient_canonical recipient_delimiter = + remote_header_rewrite_domain = exa.example.de sender_bcc_maps = hash:/etc/postfix/sender_bcc sender_canonical_maps = hash:/etc/postfix/sender_canonical sender_dependent_relayhost_maps = hash:/etc/postfix/sender_dependent_relayhost smtp_generic_maps = hash:/etc/postfix/smtp_generic smtp_sasl_auth_enable = yes smtp_sasl_mechanism_filter = plain, login smtp_sasl_password_maps = hash:/etc/postfix/smtp_sasl_password smtp_sasl_security_options = noanonymous smtp_tls_CApath = /etc/ssl/certs smtp_tls_mandatory_ciphers = export smtp_tls_mandatory_protocols = TLSv1 smtp_tls_session_cache_database = hash:${queue_directory}/smtp_tls_session_cache smtp_use_tls = yes smtpd_client_restrictions = check_client_access hash:/etc/postfix/client_access, permit_mynetworks, permit_sasl_authenticated, reject_unknown_client_hostname, reject_rbl_client zen.spamhaus.org smtpd_data_restrictions = reject_unauth_pipelining smtpd_end_of_data_restrictions = check_recipient_access hash:/etc/postfix/end_of_data_recipient_access smtpd_helo_required = yes smtpd_helo_restrictions = reject_invalid_helo_hostname, permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_helo_hostname, reject_unknown_helo_hostname smtpd_recipient_restrictions = reject_non_fqdn_recipient, check_recipient_access hash:/etc/postfix/recipient_access, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_security_options = noanonymous smtpd_sender_login_maps = hash:/etc/postfix/smtpd_sender_login smtpd_sender_restrictions = reject_non_fqdn_sender, check_client_access hash:/etc/postfix/client_sender_access, reject_unauthenticated_sender_login_mismatch, reject_authenticated_sender_login_mismatch, check_sender_access hash:/etc/postfix/sender_access, permit_mynetworks, permit_sasl_authenticated smtpd_tls_CApath = /etc/ssl/certs smtpd_tls_cert_file = /etc/ssl/certs/generalstone_cert.pem smtpd_tls_key_file = /etc/ssl/private/generalstone_privkey.pem smtpd_tls_mandatory_ciphers = export smtpd_tls_mandatory_protocols = TLSv1 smtpd_tls_session_cache_database = hash:${queue_directory}/smtpd_tls_session_cache smtpd_use_tls = yes tls_export_cipherlist = DHE-RSA-AES256-SHA transport_maps = hash:/etc/postfix/transport virtual_alias_maps = hash:/etc/postfix/virtual_alias