Skip to content

Instantly share code, notes, and snippets.

@pr3d4t0r
Created July 9, 2014 18:41
Show Gist options
  • Save pr3d4t0r/3a4447b16eee066984b8 to your computer and use it in GitHub Desktop.
Save pr3d4t0r/3a4447b16eee066984b8 to your computer and use it in GitHub Desktop.
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = all
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
mailbox_command = /usr/bin/maildrop -d ${USER}
mailbox_size_limit = 0
maildrop_destination_recipient_limit = 1
mydestination = varenka.cime.net, localhost.cime.net, localhost, cime.net, ciurana.eu, cimentertainment.com, kroupova.com, marketaphoto.com, mkphotography.eu, freakbrigade.com, prenticeinformation.com, prenticeinformationconsulting.com, teslatestament.com, marketaphotography.com, eugeneciurana.com, albertociurana.com, cime.net, bocdesign.com, eyewool.com, foolishpleasurestudio.com, pixeltonephoto.com, charlesfineart.com, goulartfamily.com, carymacias.com, javachannel.net, pixeltoneimage.com, berlin-designs.com, altatrail.com, eyewoolnews.com, istheserverup.com, istheserverup.net, isthesiteup.net, bookmarksbin.com, katrinapearl.com, badudevelopment.ru, olgagavrilova.com, cosmify.net, cosmify.org, cosmify.technology, cosmify.info, cosmify.me, cosmify.at, cosmify.it
mydomain = cime.net
myhostname = varenka.cime.net
mynetworks = 192.168.0.0/24, 173.164.128.250, 173.164.128.252, 127.0.0.1
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_note_starttls_offer = yes
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt
smtpd_tls_key_file = /etc/ssl/private/smtpd.key
smtpd_tls_loglevel = 2
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment