NoPaste

postconf -n

von nic

SNIPPET_TEXT:
  1. postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. broken_sasl_auth_clients = yes
  7. command_directory = /usr/sbin
  8. config_directory = /etc/postfix
  9. daemon_directory = /usr/lib/postfix
  10. default_privs = mail
  11. inet_interfaces = all
  12. mailbox_command = procmail -a "$EXTENSION"
  13. mailbox_size_limit = 0
  14. message_size_limit = 51200000
  15. mydestination = $myhostname
  16. myhostname = mein serverhostname...
  17. mynetworks = 127.0.0.0/8
  18. myorigin = /etc/mailname
  19. recipient_delimiter = +
  20. relay_domains = $mydestination mein backupmx-server...
  21. relayhost =
  22. setgid_group = postdrop
  23. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  24. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_relay_domains
  25. smtpd_sasl_application_name = smtpd
  26. smtpd_sasl_auth_enable = yes
  27. smtpd_sasl_local_domain =
  28. smtpd_sasl_security_options = noanonymous
  29. smtpd_sender_restrictions =
  30. smtpd_tls_CAfile = /etc/postfix/mail.pem
  31. smtpd_tls_auth_only = no
  32. smtpd_tls_cert_file = /etc/postfix/mail.pem
  33. smtpd_tls_key_file = /etc/postfix/mail.pem
  34. smtpd_tls_loglevel = 1
  35. smtpd_tls_received_header = yes
  36. smtpd_tls_session_cache_timeout = 3600s
  37. smtpd_use_tls = yes
  38. tls_random_source = dev:/dev/urandom
  39. unknown_local_recipient_reject_code = 450

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN