- Something
- Sunday, June 3rd, 2007 at 11:52:51am UTC
- # See /usr/share/postfix/main.cf.dist for a comreject_unauth_pipelining,
- # documented, more complete version
- # Debian specific: Specifying a file name will cause the first
- # line of that file to be used as the name. The Debian default
- # is /etc/mailname.
- #myorigin = /etc/mailname
- smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
- biff = no
- # appending .domain is the MUA's job.
- append_dot_mydomain = no
- # Uncomment the next line to generate "delayed mail" warnings
- #delay_warning_time = 4h
- # TLS parameters
- #smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
- #smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
- smtpd_use_tls=yes
- smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
- smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
- ### SMTP AUTH
- smtpd_sasl_auth_enable = yes
- smtpd_client_restrictions = permit_mynetworks,
- permit_sasl_authenticated,
- reject_rbl_client dnsbl.sorbs.net,
- permit
- smtpd_sasl_security_options = noanonymous
- smtpd_sasl_local_domain =
- broken_sasl_auth_clients = yes
- smtpd_banner = $myhostname NO UCE
- disable_verify_command = yes
- ### SPAM
- smtpd_helo_required = yes
- smtpd_recipient_restrictions =
- permit_mynetworks,
- # permit_sasl_authenticated,
- reject_invalid_hostname,
- reject_non_fqdn_hostname,
- reject_non_fqdn_sender,
- reject_non_fqdn_recipient,
- reject_unknown_sender_domain,
- reject_unknown_recipient_domain,
- reject_unauth_pipelining,
- permit_mynetworks,
- reject_unauth_destination,
- # reject_rbl_client zombie.dnsbl.sorbs.net,
- # reject_rbl_client relays.ordb.org,
- # reject_rbl_client opm.blitzed.org,
- # reject_rbl_client list.dsbl.org,
- # reject_rbl_client sbl.spamhaus.org,
- permit
- smtpd_data_restrictions = reject_unauth_pipelining, permit
- # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
- # information on enabling SSL in the smtp client.
- myhostname = octavian
- # alias_maps = hash:/etc/aliases
- # alias_database = hash:/etc/aliases
- virtual_alias_maps = hash:/etc/postfix/virtual,
- mysql:/etc/postfix/mysql-forward.cf,
- mysql:/etc/postfix/mysql-virtual.cf
- sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
- myorigin = /etc/mailname
- mydestination = octavian, localhost.$mydomain, mysql:/etc/postfix/mysql-mydestination.cf
- relayhost = smtp.cybercity.dk
- mynetworks = 127.0.0.1/32, 10.0.0.0/24
- mailbox_size_limit = 0
- recipient_delimiter = +
- inet_interfaces = all
- mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
- ### SSL
- smtpd_tls_cert_file = /var/ssl/cert/smtpcert.pem
- smtpd_tls_key_file = /var/ssl/cert/smtpcert.key
- smtpd_tls_CAfile = /var/ssl/cert/cacert.pem
- # smtp_sasl_password_maps = mysql:/etc/postfix/mysql-client.ct
- #lmtp_sasl_auth_enable = yes
- #lmtp_password_maps = hash:/etc/postfix/lmtp_sasl_pass
- #lmtp_sasl_security_options = noanonymous
- 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.
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.