Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
playground:playground [2007/04/21 13:30] – bigboss | playground:playground [2009/05/27 08:26] (aktuell) – Test für die neue Config svelt | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | Mailconfig | + | ====== Thunfischpizza! ====== |
- | < | + | ====== Das ist meine Level 1 Überschrift ====== |
+ | ===== Das wird eine Level 2 Überschrift ===== | ||
+ | ==== FNORD! ==== | ||
- | mailbox_command = maildrop | + | **Dies ist mein fetter Text** |
- | + | //Kursiv!!!// | |
- | virtual_maps = | + | |
- | hash:/etc/postfix/virtual/ | + | |
- | hash:/ | + | |
- | hash:/ | + | |
- | hash:/ | + | |
- | hash:/ | + | |
- | + | ||
- | content_filter=smtp-amavis: | + | |
- | + | ||
- | smtpd_sasl_auth_enable = yes | + | |
- | smtpd_sasl_security_options = noanonymous, | + | |
- | smtpd_sasl_local_domain = $myhostname | + | |
- | smtpd_sasl_authenticated_header = yes | + | |
- | broken_sasl_auth_clients = no | + | |
- | + | ||
- | smtpd_helo_required = yes | + | |
- | + | ||
- | smtpd_helo_restrictions = | + | |
- | permit_mynetworks, | + | |
- | permit_sasl_authenticated, | + | |
- | reject_invalid_hostname, | + | |
- | reject_non_fqdn_hostname, | + | |
- | permit | + | |
- | ### reject_unknown_hostname, | + | |
- | + | ||
- | smtpd_sender_restrictions = | + | |
- | permit_mynetworks, | + | |
- | permit_sasl_authenticated, | + | |
- | reject_unknown_sender_domain, | + | |
- | reject_non_fqdn_sender, | + | |
- | permit | + | |
- | + | ||
- | smtpd_client_restrictions = | + | |
- | permit_mynetworks, | + | |
- | permit_sasl_authenticated, | + | |
- | reject_unknown_client, | + | |
- | permit | + | |
- | + | ||
- | smtpd_recipient_restrictions = | + | |
- | permit_mynetworks, | + | |
- | permit_sasl_authenticated, | + | |
- | reject_invalid_hostname, | + | |
- | reject_non_fqdn_hostname, | + | |
- | reject_non_fqdn_sender, | + | |
- | reject_non_fqdn_recipient, | + | |
- | reject_unknown_recipient_domain, | + | |
- | reject_unauth_pipelining, | + | |
- | reject_unauth_destination, | + | |
- | check_policy_service inet: | + | |
- | permit | + | |
- | + | ||
- | # TLS | + | |
- | smtpd_use_tls | + | |
- | smtpd_tls_auth_only | + | |
- | smtpd_tls_key_file | + | |
- | smtpd_tls_cert_file | + | |
- | smtpd_tls_CAfile | + | |
- | smtpd_tls_loglevel | + | |
- | smtpd_tls_received_header | + | |
- | smtpd_tls_session_cache_timeout = 3600s | + | |
- | tls_random_source | + | |
- | + | ||
- | + | ||
- | </code> | + | |