Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Nov 24th, 2011  |  syntax: None  |  size: 1.32 KB  |  views: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  2. biff = no
  3. append_dot_mydomain = no
  4.  
  5. alias_maps = hash:/etc/aliases
  6. myhostname = my.host.name.net
  7. mynetworks = 127.0.0.0/8
  8. message_size_limit = 1048576000
  9. local_transport = error:no local mail delivery
  10. mydestination =
  11. local_recipient_maps =
  12. virtual_alias_maps = hash:/etc/postfix/virtual
  13. virtual_alias_domains = testing.se
  14. relay_recipient_maps = hash:/etc/postfix/relay_recipients
  15. transport_maps = hash:/etc/postfix/transport
  16. relay_domains = hash:/etc/postfix/relay_domains
  17. recipient_delimiter = +
  18. disable_vrfy_command = yes
  19. smtpd_helo_required = yes
  20. smtpd_helo_restrictions = reject_invalid_hostname
  21. smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_access, reject_non_fqdn_sender, reject_unknown_sender_domain
  22. smtpd_recipient_restrictions =
  23.         permit_mynetworks,
  24.         reject_unauth_destination,
  25.         reject_unlisted_recipient,
  26.         reject_unauth_pipelining,
  27.         check_recipient_access hash:/etc/postfix/roleaccount_exceptions,
  28.         check_client_access hash:/etc/postfix/rbl_client_exceptions,
  29.         check_sender_access hash:/etc/postfix/rbl_sender_exceptions,
  30. smtpd_data_restrictions = reject_unauth_pipelining
  31. header_checks = pcre:/etc/postfix/header_checks
  32. smtpd_hard_error_limit = 10
  33. smtpd_soft_error_limit = 8
  34.  
  35.  
clone this paste RAW Paste Data