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

Something
Sunday, June 3rd, 2007 at 11:52:51am UTC 

  1. # See /usr/share/postfix/main.cf.dist for a comreject_unauth_pipelining,
  2. # documented, more complete version
  3.  
  4.  
  5. # Debian specific:  Specifying a file name will cause the first
  6. # line of that file to be used as the name.  The Debian default
  7. # is /etc/mailname.
  8. #myorigin = /etc/mailname
  9.  
  10. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  11. biff = no
  12.  
  13. # appending .domain is the MUA's job.
  14. append_dot_mydomain = no
  15.  
  16. # Uncomment the next line to generate "delayed mail" warnings
  17. #delay_warning_time = 4h
  18.  
  19. # TLS parameters
  20. #smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
  21. #smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
  22. smtpd_use_tls=yes
  23. smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
  24. smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
  25.  
  26. ### SMTP AUTH
  27. smtpd_sasl_auth_enable = yes
  28. smtpd_client_restrictions = permit_mynetworks,
  29.                             permit_sasl_authenticated,
  30.                             reject_rbl_client dnsbl.sorbs.net,
  31.                             permit
  32.  
  33. smtpd_sasl_security_options = noanonymous
  34. smtpd_sasl_local_domain =
  35. broken_sasl_auth_clients = yes
  36.  
  37. smtpd_banner = $myhostname NO UCE
  38. disable_verify_command = yes
  39.  
  40. ### SPAM
  41. smtpd_helo_required = yes
  42.  
  43. smtpd_recipient_restrictions =
  44.             permit_mynetworks,
  45. #            permit_sasl_authenticated,
  46.             reject_invalid_hostname,
  47.             reject_non_fqdn_hostname,
  48.             reject_non_fqdn_sender,
  49.             reject_non_fqdn_recipient,
  50.             reject_unknown_sender_domain,
  51.             reject_unknown_recipient_domain,
  52.             reject_unauth_pipelining,
  53.             permit_mynetworks,
  54.              reject_unauth_destination,
  55.         #    reject_rbl_client zombie.dnsbl.sorbs.net,
  56.         #    reject_rbl_client relays.ordb.org,
  57.         #    reject_rbl_client opm.blitzed.org,
  58.         #    reject_rbl_client list.dsbl.org,
  59.         #    reject_rbl_client sbl.spamhaus.org,
  60.              permit
  61.                    
  62. smtpd_data_restrictions = reject_unauth_pipelining, permit
  63.  
  64.  
  65. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  66. # information on enabling SSL in the smtp client.
  67.  
  68. myhostname = octavian
  69. # alias_maps = hash:/etc/aliases
  70. # alias_database = hash:/etc/aliases
  71.  
  72. virtual_alias_maps = hash:/etc/postfix/virtual,
  73.                      mysql:/etc/postfix/mysql-forward.cf,
  74.                      mysql:/etc/postfix/mysql-virtual.cf
  75.  
  76. sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
  77.  
  78. myorigin = /etc/mailname
  79. mydestination = octavian, localhost.$mydomain, mysql:/etc/postfix/mysql-mydestination.cf
  80. relayhost = smtp.cybercity.dk
  81. mynetworks = 127.0.0.1/32, 10.0.0.0/24
  82. mailbox_size_limit = 0
  83. recipient_delimiter = +
  84. inet_interfaces = all
  85.  
  86. mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
  87.  
  88.  
  89. ### SSL
  90. smtpd_tls_cert_file = /var/ssl/cert/smtpcert.pem
  91. smtpd_tls_key_file = /var/ssl/cert/smtpcert.key
  92. smtpd_tls_CAfile = /var/ssl/cert/cacert.pem
  93.  
  94. # smtp_sasl_password_maps = mysql:/etc/postfix/mysql-client.ct
  95.  
  96. #lmtp_sasl_auth_enable = yes
  97. #lmtp_password_maps = hash:/etc/postfix/lmtp_sasl_pass
  98. #lmtp_sasl_security_options = noanonymous
  99.  
  100.  
  101. content_filter=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