Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias_database = hash:/etc/postfix/aliases
- alias_maps = mysql:/etc/postfix/mysql/mysql-aliases.cf
- always_bcc = [email protected]
- broken_sasl_auth_clients = yes
- command_directory = /usr/sbin
- config_directory = /etc/postfix
- content_filter = scan:127.0.0.1:10025
- daemon_directory = /usr/libexec/postfix
- default_destination_concurrency_limit = 20
- disable_vrfy_command = yes
- fallback_transport =
- fast_flush_domains = $relay_domains
- html_directory = no
- in_flow_delay = 5s
- inet_interfaces = all
- local_destination_concurrency_limit = 2
- local_header_rewrite_clients = permit_mynetworks
- local_recipient_maps = $alias_maps $virtual_mailbox_maps unix:passwd.byname
- local_transport = local:$hostname
- mail_owner = postfix
- mailbox_command = maildrop -d $LOGNAME
- mailbox_size_limit = 51200000
- mailq_path = /usr/bin/mailq
- manpage_directory = /usr/share/man
- masquerade_domains = AAAAAAA.org
- message_size_limit = 20480000
- mydestination = $myhostname, localhost, localhost.localdomain
- mydomain = AAAAAAA.org
- myhostname = mail.AAAAAAA.org
- mynetworks = 127.0.0.0/8, 192.168.0.0/16
- myorigin = $mydomain
- newaliases_path = /usr/bin/newaliases
- queue_directory = /var/spool/postfix
- queue_run_delay = 300
- readme_directory = /etc/postfix/README_FILES
- receive_override_options = no_address_mappings
- relay_domains = $mydestination
- relocated_maps = mysql:/etc/postfix/mysql/mysql-relocated.cf
- remote_header_rewrite_domain = domain.invalid
- sample_directory = /etc/postfix
- sender_bcc_maps = hash:/etc/postfix/ouks
- sender_canonical_maps = hash:/etc/postfix/sender_canonical
- sendmail_path = /usr/sbin/sendmail
- setgid_group = postdrop
- smtp_destination_concurrency_limit = 1
- smtp_generic_maps = hash:/etc/postfix/generic
- smtp_tls_note_starttls_offer = yes
- smtp_tls_security_level = may
- smtp_use_tls = yes
- smtpd_banner = $myhostname ESMTP $mail_name
- smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql/mysql-client.cf
- smtpd_data_restrictions = reject_unauth_pipelining
- smtpd_discard_ehlo_keyword_address_maps = hash:/etc/postfix/discard_ehlo
- smtpd_etrn_restrictions = reject
- smtpd_helo_required = yes
- smtpd_helo_restrictions = reject_invalid_hostname
- smtpd_proxy_timeout = 200s
- smtpd_recipient_restrictions = check_recipient_access mysql:/etc/postfix/mysql/mysql-recipient.cf permit_sasl_authenticated permit_mynetworks reject_non_fqdn_recipient check_sender_access hash:/etc/postfix/blacklist check_helo_access hash:/etc/postfix/helo_checks check_helo_access pcre:/etc/postfix/helo_checks_pcre check_sender_mx_access cidr:/etc/postfix/mx_access reject_unauth_destination reject_rbl_client bl.spamcop.net reject_rbl_client list.dsbl.org reject_rbl_client cbl.abuseat.org hash:/etc/postfix/recipient
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_local_domain = $myhostname
- smtpd_sasl_security_options = noanonymous
- smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql/mysql-s-classifier.cf check_sender_access mysql:/etc/postfix/mysql/mysql-sender.cf permit_mynetworks reject_non_fqdn_sender reject_unauth_destination reject_unverified_sender
- smtpd_tls_CApath = /etc/postfix/certs
- smtpd_tls_ask_ccert = yes
- smtpd_tls_cert_file = /etc/postfix/postfix.pem
- smtpd_tls_key_file = $smtpd_tls_cert_file
- smtpd_tls_loglevel = 1
- smtpd_tls_received_header = yes
- smtpd_tls_session_cache_timeout = 3600s
- smtpd_use_tls = yes
- tls_random_source = dev:/dev/urandom
- transport_maps = mysql:/etc/postfix/mysql/mysql-transport.cf
- unknown_local_recipient_reject_code = 550
- virtual_alias_domains = $virtual_alias_maps
- virtual_alias_maps = mysql:/etc/postfix/mysql/mysql-virtual.cf
- virtual_gid_maps = mysql:/etc/postfix/mysql/mysql-virtual-gid.cf
- virtual_mailbox_base = /home/vmail
- virtual_mailbox_domains = mysql:/etc/postfix/mysql/mysql-virtual-domains.cf
- virtual_mailbox_limit = 51200000
- virtual_mailbox_maps = mysql:/etc/postfix/mysql/mysql-virtual-maps.cf
- virtual_maps = mysql:/etc/postfix/mysql/mysql-virtual.cf
- virtual_transport = maildrop
- virtual_uid_maps = mysql:/etc/postfix/mysql/mysql-virtual-uid.cf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement