- # See /usr/share/postfix/main.cf.dist for a commented, 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 (Debian/GNU)
- 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
- readme_directory = no
- # 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:${data_directory}/smtpd_scache
- smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
- # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
- # information on enabling SSL in the smtp client.
- myhostname = balance.voyager.com
- alias_maps = hash:/etc/aliases
- alias_database = hash:/etc/aliases
- myorigin = /etc/mailname
- mydestination = balance.voyager.com, localhost.voyager.com, localhost
- relayhost =
- mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 69.26.170.0/27
- mailbox_command = procmail -a "$EXTENSION"
- mailbox_size_limit = 0
- recipient_delimiter = +
- inet_interfaces = all
- virtual_maps = hash:/var/postfix/virtual
- relay_domains = $mydestination, $virtual_maps
- smtpd_delay_reject = yes
- smtpd_helo_required = yes
- disable_vrfy_command = yes
- smtpd_recipient_restrictions = permit_mynetworks,
- permit_sasl_authenticated,
- permit_sasl_authenticated,
- reject_invalid_hostname,
- reject_non_fqdn_sender,
- reject_non_fqdn_recipient,
- reject_unknown_sender_domain,
- reject_unknown_recipient_domain,
- reject_rbl_client zen.spamhaus.org,
- reject_unauth_destination,
- permit
- smtp_sasl_auth_enable = no
- smtpd_sasl_security_options = noanonymous
- smtpd_sasl_local_domain = /etc/mailname
- smtpd_sasl_auth_enable = yes
- smtpd_tls_auth_only = no
- smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated, reject
- # check_policy_service unix:private/tumgreyspf,
- virtual_mailbox_domains = voyager.com, voy.com, mail.voyager.com
- virtual_mailbox_base = /var/vhosts
- virtual_mailbox_maps = hash:/var/postfix/vmailbox
- virtual_minimum_uid = 100
- virtual_uid_maps = static:5000
- virtual_gid_maps = static:5000
SHARE
TWEET
jaggz
a guest
Oct 7th, 2010
24
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
