Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Mine
Tuesday, April 8th, 2008 at 4:49:14am UTC 

  1. myhostname = testmachine.example.com
  2. smtpd_banner = $myhostname ESMTP
  3. biff = no
  4.  
  5. # appending .domain is the MUA's job.
  6. append_dot_mydomain = no
  7.  
  8. # TLS parameters
  9. smtpd_tls_cert_file = /etc/ssl/certs/postfix.pem
  10. smtpd_tls_key_file = /etc/ssl/private/postfix.pem
  11. smtpd_use_tls = yes
  12. smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
  13. smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
  14.  
  15. myorigin = /etc/mailname
  16. mydestination = localhost.localdomain, localhost
  17. mynetworks =
  18. mailbox_size_limit = 51200000
  19. recipient_delimiter = +
  20. inet_interfaces = 192.168.0.1, 127.0.0.1
  21. inet_protocols = all
  22. smtpd_sasl_local_domain =
  23. smtpd_sasl_auth_enable = yes
  24. smtpd_sasl_security_options = noanonymous
  25. broken_sasl_auth_clients = yes
  26. smtpd_recipient_restrictions =
  27.         permit_mynetworks
  28.         permit_sasl_authenticated
  29.         reject_unauth_destination
  30.         reject_rbl_client list.dsbl.org
  31.         reject_rbl_client zen.spamhaus.org
  32. smtpd_tls_auth_only = no
  33. smtp_use_tls = yes
  34. smtpd_use_tls = yes
  35. smtp_tls_note_starttls_offer = yes
  36. smtpd_tls_loglevel = 1
  37. smtpd_tls_received_header = yes
  38. smtpd_tls_session_cache_timeout = 3600s
  39. tls_random_source = dev:/dev/urandom
  40. virtual_uid_maps = static:5000
  41. virtual_gid_maps = static:5000
  42. alias_database = hash:/etc/aliases
  43. alias_maps = $alias_database
  44.  
  45. virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
  46. virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
  47. virtual_alias_domains = mysql:/etc/postfix/mysql-virtual-alias-domains.cf
  48. virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf
  49. virtual_transport = dovecot
  50. dovecot_destination_recipient_limit = 1
  51. smtpd_sasl_type = dovecot
  52. smtpd_sasl_path = private/auth
  53. content_filter=smtp-amavis:[127.0.0.1]:10024

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right