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

jason

By: a guest on Sep 21st, 2008  |  syntax: None  |  size: 1.42 KB  |  views: 47  |  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. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. append_dot_mydomain = no
  4. biff = no
  5. config_directory = /etc/postfix
  6. home_mailbox = Maildir/
  7. inet_interfaces = all
  8. inet_protocols = ipv4
  9. mailbox_command = procmail -a "$EXTENSION"
  10. mailbox_size_limit = 0
  11. message_size_limit = 30720000
  12. mydestination = debian, debian.localnet, localhost.localnet, localhost, organictrader.com.au
  13. myhostname = debian.organictrader.com.au
  14. mynetworks = 127.0.0.0/8, 10.0.2.0/24
  15. myorigin = /etc/mailname
  16. recipient_delimiter = +
  17. relay_domains = organictrader.com.au
  18. relayhost = mail.internode.on.net
  19. smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
  20. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  21. smtpd_recipient_restrictions = permit_mynetworks,                               permit_sasl_authenticated,                               reject_non_fqdn_hostname,                               reject_non_fqdn_sender,                               reject_non_fqdn_recipient,                               reject_unauth_destination,                               reject_unauth_pipelining,                               reject_invalid_hostname,                               check_policy_service inet:127.0.0.1:60000
  22. smtpd_sasl_auth_enable = yes
  23. smtpd_tls_cert_file = /etc/postfix/ssl/cert.pem
  24. smtpd_tls_key_file = /etc/postfix/ssl/key.pem
  25. smtpd_tls_security_level = may
  26. smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
clone this paste RAW Paste Data