About
This article:
- talks about the configuration files
You should have at minimal a little bit of knowledge about the postfix architecture.
File
- /etc/postfix/main.cf where you define globally (the default configuration for all process)
- /etc/postfix/master.cf where every single running process is defined where you can overwrite the default option of main.cf
master.cf
The master.cf configuration file defines:
- how a client program connects to a service,
- what daemon program runs when a service is requested.
The general format of the master.cf file is as follows:
- Empty lines and whitespace-only lines are ignored, as are lines whose first non-whitespace character is a #.
- A logical line starts with non-whitespace text. A line that starts with whitespace continues a logical line.
- Each logical line defines a single Postfix service. Each service is identified by its name and type as described below.
When multiple lines specify the same service name and type, only the last one is remembered. Otherwise, the order of master.cf service definitions does not matter.
List
Output of the below command that gives all default postfix default configuration value
postconf -d
- postconf.5.html = postmaster
- postconf.5.html = 450
- postconf.5.html = 554
- postconf.5.html = 12h
- postconf.5.html = $default_transport
- postconf.5.html = $local_transport
- postconf.5.html = btree:$data_directory/verify_cache
- postconf.5.html = yes
- postconf.5.html = 3d
- postconf.5.html = 3h
- postconf.5.html = ${stress?1}${stress:3}
- postconf.5.html = 3s
- postconf.5.html = 31d
- postconf.5.html = 7d
- postconf.5.html = $relay_transport
- postconf.5.html = $relayhost
- postconf.5.html = $double_bounce_sender
- postconf.5.html = $sender_dependent_default_transport_maps
- postconf.5.html = $sender_dependent_relayhost_maps
- postconf.5.html = 0s
- postconf.5.html = verify
- postconf.5.html = $transport_maps
- postconf.5.html = $virtual_transport
- postconf.5.html = hash:/etc/aliases
- postconf.5.html = hash:/etc/aliases, nis:mail.aliases
- postconf.5.html = alias, forward
- postconf.5.html = alias, forward
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = 60s
- postconf.5.html = 600s
- postconf.5.html = yes
- postconf.5.html = yes
- postconf.5.html = 100s
- postconf.5.html = static:anyone
- postconf.5.html = static:anyone
- postconf.5.html = static:anyone
- postconf.5.html = yes
- postconf.5.html = 16777216
- postconf.5.html = 131072
- postconf.5.html = yes
- postconf.5.html = 51200
- postconf.5.html = postmaster
- postconf.5.html = 5d
- postconf.5.html = bounce
- postconf.5.html = 50000
- postconf.5.html = no
- postconf.5.html = envelope_sender, envelope_recipient, header_sender, header_recipient
- postconf.5.html = cleanup
- postconf.5.html = /usr/sbin
- postconf.5.html = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- postconf.5.html = 1000s
- postconf.5.html = /etc/postfix
- postconf.5.html = 5s
- postconf.5.html = scache
- postconf.5.html = 600s
- postconf.5.html = 2s
- postconf.5.html = /usr/libexec/postfix
- postconf.5.html = no
- postconf.5.html = 18000s
- postconf.5.html = /var/lib/postfix
- postconf.5.html = 2
- postconf.5.html = hash
- postconf.5.html = 5
- postconf.5.html = 50
- postconf.5.html = 3
- postconf.5.html = 1
- postconf.5.html = 20
- postconf.5.html = 1
- postconf.5.html = 1
- postconf.5.html = 0s
- postconf.5.html = 50
- postconf.5.html = 1000
- postconf.5.html = 3
- postconf.5.html = nobody
- postconf.5.html = 100
- postconf.5.html = $rbl_code Service unavailable; $rbl_class [$rbl_what] blocked using $rbl_domain${rbl_reason?; $rbl_reason}
- postconf.5.html = 20000
- postconf.5.html = 5s
- postconf.5.html = 100
- postconf.5.html = smtp
- postconf.5.html = +=
- postconf.5.html = 450
- postconf.5.html = defer
- postconf.5.html = 2
- postconf.5.html = postmaster
- postconf.5.html = 0h
- postconf.5.html = 20
- postconf.5.html = 1s
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = 0s
- postconf.5.html = dnsblog
- postconf.5.html = 0
- postconf.5.html = double-bounce
- postconf.5.html = 1000
- postconf.5.html = <>
- postconf.5.html = MAILER-DAEMON
- postconf.5.html = <>
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = $default_delivery_slot_cost
- postconf.5.html = $default_delivery_slot_discount
- postconf.5.html = $default_delivery_slot_loan
- postconf.5.html = $default_destination_concurrency_failed_cohort_limit
- postconf.5.html = $default_destination_concurrency_limit
- postconf.5.html = $default_destination_concurrency_negative_feedback
- postconf.5.html = $default_destination_concurrency_positive_feedback
- postconf.5.html = $default_destination_rate_delay
- postconf.5.html = $default_destination_recipient_limit
- postconf.5.html = $default_extra_recipient_limit
- postconf.5.html = $initial_destination_concurrency
- postconf.5.html = $default_minimum_delivery_slots
- postconf.5.html = postmaster
- postconf.5.html = $default_recipient_limit
- postconf.5.html = $default_recipient_refill_delay
- postconf.5.html = $default_recipient_refill_limit
- postconf.5.html = error
- postconf.5.html = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- postconf.5.html = no
- postconf.5.html = TZ MAIL_CONFIG LANG
- postconf.5.html = $relay_domains
- postconf.5.html = 7d
- postconf.5.html = 12h
- postconf.5.html = 0
- postconf.5.html = flush
- postconf.5.html = 5
- postconf.5.html = 1s
- postconf.5.html = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- postconf.5.html = $home/.forward${recipient_delimiter}${extension}, $home/.forward
- postconf.5.html = yes
- postconf.5.html = 1
- postconf.5.html = deferred, defer
- postconf.5.html = 10240
- postconf.5.html = 102400
- postconf.5.html = yes
- postconf.5.html = 50
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C
- postconf.5.html = 1s
- postconf.5.html = all
- postconf.5.html = all
- postconf.5.html = 5
- postconf.5.html = 501
- postconf.5.html = 5s
- postconf.5.html = 3600s
- postconf.5.html = 1000s
- postconf.5.html = 2048
- postconf.5.html = any
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = 0s
- postconf.5.html = yes
- postconf.5.html = 2s
- postconf.5.html = 300s
- postconf.5.html = 600s
- postconf.5.html = 120s
- postconf.5.html = 180s
- postconf.5.html = no
- postconf.5.html = $default_delivery_slot_cost
- postconf.5.html = $default_delivery_slot_discount
- postconf.5.html = $default_delivery_slot_loan
- postconf.5.html = $default_destination_concurrency_failed_cohort_limit
- postconf.5.html = $default_destination_concurrency_limit
- postconf.5.html = $default_destination_concurrency_negative_feedback
- postconf.5.html = $default_destination_concurrency_positive_feedback
- postconf.5.html = $default_destination_rate_delay
- postconf.5.html = $default_destination_recipient_limit
- postconf.5.html = no
- postconf.5.html = $default_extra_recipient_limit
- postconf.5.html = dns
- postconf.5.html = $initial_destination_concurrency
- postconf.5.html = $myhostname
- postconf.5.html = 300s
- postconf.5.html = 998
- postconf.5.html = 300s
- postconf.5.html = $default_minimum_delivery_slots
- postconf.5.html = 5
- postconf.5.html = 2
- postconf.5.html = no
- postconf.5.html = 10s
- postconf.5.html = 500s
- postconf.5.html = disable_esmtp,delay_dotcrlf
- postconf.5.html = 300s
- postconf.5.html = yes
- postconf.5.html = yes
- postconf.5.html = 300s
- postconf.5.html = $default_recipient_limit
- postconf.5.html = $default_recipient_refill_delay
- postconf.5.html = $default_recipient_refill_limit
- postconf.5.html = 20s
- postconf.5.html = 90d
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = noplaintext, noanonymous
- postconf.5.html = $lmtp_sasl_security_options
- postconf.5.html = $lmtp_sasl_tls_security_options
- postconf.5.html = cyrus
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = 300s
- postconf.5.html = 24
- postconf.5.html = no
- postconf.5.html = export
- postconf.5.html = $lmtp_tls_dcert_file
- postconf.5.html = $lmtp_tls_eccert_file
- postconf.5.html = yes
- postconf.5.html = md5
- postconf.5.html = $lmtp_tls_cert_file
- postconf.5.html = 0
- postconf.5.html = medium
- postconf.5.html = !SSLv2
- postconf.5.html = no
- postconf.5.html = !SSLv2
- postconf.5.html = 9
- postconf.5.html = nexthop
- postconf.5.html = 3600s
- postconf.5.html = hostname
- postconf.5.html = no
- postconf.5.html = 300s
- postconf.5.html = $default_delivery_slot_cost
- postconf.5.html = $default_delivery_slot_discount
- postconf.5.html = $default_delivery_slot_loan
- postconf.5.html = $default_destination_concurrency_failed_cohort_limit
- postconf.5.html = 2
- postconf.5.html = $default_destination_concurrency_negative_feedback
- postconf.5.html = $default_destination_concurrency_positive_feedback
- postconf.5.html = $default_destination_rate_delay
- postconf.5.html = 1
- postconf.5.html = $default_extra_recipient_limit
- postconf.5.html = permit_inet_interfaces
- postconf.5.html = $initial_destination_concurrency
- postconf.5.html = $default_minimum_delivery_slots
- postconf.5.html = $default_recipient_limit
- postconf.5.html = proxy:unix:passwd.byname $alias_maps
- postconf.5.html = $default_recipient_refill_delay
- postconf.5.html = $default_recipient_refill_limit
- postconf.5.html = local:$myhostname
- postconf.5.html = Postfix
- postconf.5.html = postfix
- postconf.5.html = 20130622
- postconf.5.html = /var/mail
- postconf.5.html = 2.10.1
- postconf.5.html = fcntl, dotlock
- postconf.5.html = 51200000
- postconf.5.html = /usr/bin/mailq
- postconf.5.html = /usr/local/man
- postconf.5.html = 554
- postconf.5.html = envelope_sender, header_sender, header_recipient
- postconf.5.html = 100s
- postconf.5.html = 100
- postconf.5.html = 4000s
- postconf.5.html = 5d
- postconf.5.html = 10240000
- postconf.5.html = 30s
- postconf.5.html = j {daemon_name} v
- postconf.5.html = 30s
- postconf.5.html = 300s
- postconf.5.html = i
- postconf.5.html = tempfail
- postconf.5.html = i
- postconf.5.html = i
- postconf.5.html = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}
- postconf.5.html = $myhostname
- postconf.5.html = $mail_name $mail_version
- postconf.5.html = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}
- postconf.5.html = 6
- postconf.5.html = i {rcpt_addr} {rcpt_host} {rcpt_mailer}
- postconf.5.html = 2048
- postconf.5.html = $header_checks
- postconf.5.html = 100
- postconf.5.html = 300s
- postconf.5.html = no
- postconf.5.html = 550
- postconf.5.html = $myhostname, localhost.$mydomain, localhost
- postconf.5.html = example.com
- postconf.5.html = server01.example.com
- postconf.5.html = 127.0.0.0/8 [::1]/128 [fe80::]/64
- postconf.5.html = subnet
- postconf.5.html = $myhostname
- postconf.5.html = $header_checks
- postconf.5.html = /usr/bin/newaliases
- postconf.5.html = 504
- postconf.5.html = resource, software
- postconf.5.html = yes
- postconf.5.html = debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
- postconf.5.html = pickup
- postconf.5.html = 450
- postconf.5.html = reload flush
- postconf.5.html = start
- postconf.5.html = stop abort drain quick-stop
- postconf.5.html = permit_mynetworks
- postconf.5.html = ignore
- postconf.5.html = no
- postconf.5.html = 30d
- postconf.5.html = ignore
- postconf.5.html = 12h
- postconf.5.html = btree:$data_directory/postscreen_cache
- postconf.5.html = 7d
- postconf.5.html = $smtpd_client_connection_count_limit
- postconf.5.html = 20
- postconf.5.html = ${stress?10}${stress:300}s
- postconf.5.html = $disable_vrfy_command
- postconf.5.html = $smtpd_discard_ehlo_keyword_address_maps
- postconf.5.html = $smtpd_discard_ehlo_keywords
- postconf.5.html = ignore
- postconf.5.html = 1
- postconf.5.html = 1h
- postconf.5.html = $smtpd_enforce_tls
- postconf.5.html = $smtpd_expansion_filter
- postconf.5.html = $smtpd_forbidden_commands
- postconf.5.html = ignore
- postconf.5.html = $smtpd_banner
- postconf.5.html = 1d
- postconf.5.html = ${stress?2}${stress:6}s
- postconf.5.html = $smtpd_helo_required
- postconf.5.html = drop
- postconf.5.html = no
- postconf.5.html = 30d
- postconf.5.html = enforce
- postconf.5.html = no
- postconf.5.html = 30d
- postconf.5.html = $default_process_limit
- postconf.5.html = $default_process_limit
- postconf.5.html = $smtpd_reject_footer
- postconf.5.html = $smtpd_tls_security_level
- postconf.5.html = 5s
- postconf.5.html = $smtpd_use_tls
- postconf.5.html = 10s
- postconf.5.html = static:all
- postconf.5.html = command, file, forward
- postconf.5.html = 24236
- postconf.5.html = pid
- postconf.5.html = postconf
- postconf.5.html = canonical, virtual
- postconf.5.html = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $smtpd_sender_login_maps $sender_bcc_maps $recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps $alias_maps
- postconf.5.html = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name $address_verify_map $postscreen_cache_map
- postconf.5.html = proxymap
- postconf.5.html = proxywrite
- postconf.5.html = 300s
- postconf.5.html = 1000s
- postconf.5.html = 100
- postconf.5.html = 60s
- postconf.5.html = 20000
- postconf.5.html = 20000
- postconf.5.html = 10
- postconf.5.html = no
- postconf.5.html = 1s
- postconf.5.html = 300s
- postconf.5.html = /var/spool/postfix
- postconf.5.html = 100
- postconf.5.html = 0
- postconf.5.html = 300s
- postconf.5.html = qmgr
- postconf.5.html = no
- postconf.5.html = envelope_recipient, header_recipient
- postconf.5.html = 554
- postconf.5.html = defer_if_permit
- postconf.5.html = $default_delivery_slot_cost
- postconf.5.html = $default_delivery_slot_discount
- postconf.5.html = $default_delivery_slot_loan
- postconf.5.html = $default_destination_concurrency_failed_cohort_limit
- postconf.5.html = $default_destination_concurrency_limit
- postconf.5.html = $default_destination_concurrency_negative_feedback
- postconf.5.html = $default_destination_concurrency_positive_feedback
- postconf.5.html = $default_destination_rate_delay
- postconf.5.html = $default_destination_recipient_limit
- postconf.5.html = $mydestination
- postconf.5.html = 554
- postconf.5.html = $default_extra_recipient_limit
- postconf.5.html = $initial_destination_concurrency
- postconf.5.html = $default_minimum_delivery_slots
- postconf.5.html = $default_recipient_limit
- postconf.5.html = $default_recipient_refill_delay
- postconf.5.html = $default_recipient_refill_limit
- postconf.5.html = relay
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = $default_delivery_slot_cost
- postconf.5.html = $default_delivery_slot_discount
- postconf.5.html = $default_delivery_slot_loan
- postconf.5.html = $default_destination_concurrency_failed_cohort_limit
- postconf.5.html = $default_destination_concurrency_limit
- postconf.5.html = $default_destination_concurrency_negative_feedback
- postconf.5.html = $default_destination_concurrency_positive_feedback
- postconf.5.html = $default_destination_rate_delay
- postconf.5.html = $default_destination_recipient_limit
- postconf.5.html = $default_extra_recipient_limit
- postconf.5.html = $initial_destination_concurrency
- postconf.5.html = $default_minimum_delivery_slots
- postconf.5.html = $default_recipient_limit
- postconf.5.html = $default_recipient_refill_delay
- postconf.5.html = $default_recipient_refill_limit
- postconf.5.html = rewrite
- postconf.5.html = /etc/postfix
- postconf.5.html = no
- postconf.5.html = envelope_sender, header_sender
- postconf.5.html = always
- postconf.5.html = /usr/sbin/sendmail
- postconf.5.html = 60s
- postconf.5.html = postdrop
- postconf.5.html = yes
- postconf.5.html = showq
- postconf.5.html = any
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = 30s
- postconf.5.html = yes
- postconf.5.html = 2s
- postconf.5.html = 300s
- postconf.5.html = 600s
- postconf.5.html = 120s
- postconf.5.html = 180s
- postconf.5.html = no
- postconf.5.html = $default_delivery_slot_cost
- postconf.5.html = $default_delivery_slot_discount
- postconf.5.html = $default_delivery_slot_loan
- postconf.5.html = $default_destination_concurrency_failed_cohort_limit
- postconf.5.html = $default_destination_concurrency_limit
- postconf.5.html = $default_destination_concurrency_negative_feedback
- postconf.5.html = $default_destination_concurrency_positive_feedback
- postconf.5.html = $default_destination_rate_delay
- postconf.5.html = $default_destination_recipient_limit
- postconf.5.html = no
- postconf.5.html = $default_extra_recipient_limit
- postconf.5.html = $fallback_relay
- postconf.5.html = $myhostname
- postconf.5.html = 300s
- postconf.5.html = dns
- postconf.5.html = $initial_destination_concurrency
- postconf.5.html = 998
- postconf.5.html = 300s
- postconf.5.html = $default_minimum_delivery_slots
- postconf.5.html = 5
- postconf.5.html = 2
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = 10s
- postconf.5.html = 500s
- postconf.5.html = disable_esmtp,delay_dotcrlf
- postconf.5.html = 300s
- postconf.5.html = yes
- postconf.5.html = yes
- postconf.5.html = 300s
- postconf.5.html = $default_recipient_limit
- postconf.5.html = $default_recipient_refill_delay
- postconf.5.html = $default_recipient_refill_limit
- postconf.5.html = 20s
- postconf.5.html = 90d
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = noplaintext, noanonymous
- postconf.5.html = $smtp_sasl_security_options
- postconf.5.html = $smtp_sasl_tls_security_options
- postconf.5.html = cyrus
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = yes
- postconf.5.html = 300s
- postconf.5.html = no
- postconf.5.html = export
- postconf.5.html = $smtp_tls_dcert_file
- postconf.5.html = $smtp_tls_eccert_file
- postconf.5.html = yes
- postconf.5.html = md5
- postconf.5.html = $smtp_tls_cert_file
- postconf.5.html = 0
- postconf.5.html = medium
- postconf.5.html = !SSLv2
- postconf.5.html = no
- postconf.5.html = !SSLv2
- postconf.5.html = 9
- postconf.5.html = nexthop, dot-nexthop
- postconf.5.html = 3600s
- postconf.5.html = hostname
- postconf.5.html = no
- postconf.5.html = 300s
- postconf.5.html = $authorized_verp_clients
- postconf.5.html = $myhostname ESMTP $mail_name
- postconf.5.html = 50
- postconf.5.html = 0
- postconf.5.html = ${smtpd_client_connection_limit_exceptions:$mynetworks}
- postconf.5.html = 0
- postconf.5.html = 0
- postconf.5.html = no
- postconf.5.html = 0
- postconf.5.html = yes
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = 1s
- postconf.5.html = \t\40!“#$%&'()*+,-./0123456789:;⇔?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
- postconf.5.html = CONNECT GET POST
- postconf.5.html = ${stress?1}${stress:20}
- postconf.5.html = no
- postconf.5.html = 100
- postconf.5.html = ${stress?1}${stress:100}
- postconf.5.html = <>
- postconf.5.html = yes
- postconf.5.html = ${stress?yes}${stress:no}
- postconf.5.html = 300s
- postconf.5.html = 1000s
- postconf.5.html = 100s
- postconf.5.html = $myhostname
- postconf.5.html = 100s
- postconf.5.html = 1000
- postconf.5.html = 1000
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = smtpd
- postconf.5.html = noanonymous
- postconf.5.html = $smtpd_sasl_security_options
- postconf.5.html = cyrus
- postconf.5.html = smtpd
- postconf.5.html = 10
- postconf.5.html = ${stress?10}${stress:300}s
- postconf.5.html = ${stress?10}${stress:300}s
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = 9
- postconf.5.html = export
- postconf.5.html = $smtpd_tls_dcert_file
- postconf.5.html = $smtpd_tls_eccert_file
- postconf.5.html = strong
- postconf.5.html = md5
- postconf.5.html = $smtpd_tls_cert_file
- postconf.5.html = 0
- postconf.5.html = medium
- postconf.5.html = !SSLv2
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = 3600s
- postconf.5.html = no
- postconf.5.html = 5s
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = 500s
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = no
- postconf.5.html = yes
- postconf.5.html = mail
- postconf.5.html = ${multi_instance_name:postfix}${multi_instance_name?$multi_instance_name}
- postconf.5.html = 0
- postconf.5.html = no
- postconf.5.html = 32
- postconf.5.html = prime256v1
- postconf.5.html = secp384r1
- postconf.5.html = aNULL:-aNULL:ALL:+RC4:@STRENGTH
- postconf.5.html = aNULL:-aNULL:ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH
- postconf.5.html = no
- postconf.5.html = aNULL:-aNULL:ALL:!EXPORT:+RC4:@STRENGTH
- postconf.5.html = aNULL:-aNULL:ALL:!EXPORT:!LOW:+RC4:@STRENGTH
- postconf.5.html = eNULL:!aNULL
- postconf.5.html = no
- postconf.5.html = 32
- postconf.5.html = ${data_directory}/prng_exch
- postconf.5.html = 3600s
- postconf.5.html = 3600s
- postconf.5.html = dev:/dev/urandom
- postconf.5.html = $smtpd_enforce_tls
- postconf.5.html = tlsproxy
- postconf.5.html = $smtpd_tls_CAfile
- postconf.5.html = $smtpd_tls_CApath
- postconf.5.html = $smtpd_tls_always_issue_session_ids
- postconf.5.html = $smtpd_tls_ask_ccert
- postconf.5.html = $smtpd_tls_ccert_verifydepth
- postconf.5.html = $smtpd_tls_cert_file
- postconf.5.html = $smtpd_tls_ciphers
- postconf.5.html = $smtpd_tls_dcert_file
- postconf.5.html = $smtpd_tls_dh1024_param_file
- postconf.5.html = $smtpd_tls_dh512_param_file
- postconf.5.html = $smtpd_tls_dkey_file
- postconf.5.html = $smtpd_tls_eccert_file
- postconf.5.html = $smtpd_tls_eckey_file
- postconf.5.html = $smtpd_tls_eecdh_grade
- postconf.5.html = $smtpd_tls_exclude_ciphers
- postconf.5.html = $smtpd_tls_fingerprint_digest
- postconf.5.html = $smtpd_tls_key_file
- postconf.5.html = $smtpd_tls_loglevel
- postconf.5.html = $smtpd_tls_mandatory_ciphers
- postconf.5.html = $smtpd_tls_mandatory_exclude_ciphers
- postconf.5.html = $smtpd_tls_mandatory_protocols
- postconf.5.html = $smtpd_tls_protocols
- postconf.5.html = $smtpd_tls_req_ccert
- postconf.5.html = $smtpd_tls_security_level
- postconf.5.html = $smtpd_tls_session_cache_timeout
- postconf.5.html = $smtpd_use_tls
- postconf.5.html = 10s
- postconf.5.html = trace
- postconf.5.html = 60s
- postconf.5.html = 10s
- postconf.5.html = 450
- postconf.5.html = $reject_tempfail_action
- postconf.5.html = 450
- postconf.5.html = $reject_tempfail_action
- postconf.5.html = 450
- postconf.5.html = 550
- postconf.5.html = 550
- postconf.5.html = 550
- postconf.5.html = 550
- postconf.5.html = 450
- postconf.5.html = 450
- postconf.5.html = $reject_tempfail_action
- postconf.5.html = 450
- postconf.5.html = 450
- postconf.5.html = $reject_tempfail_action
- postconf.5.html = -=+
- postconf.5.html = $virtual_alias_maps
- postconf.5.html = 1000
- postconf.5.html = $virtual_maps
- postconf.5.html = 1000
- postconf.5.html = $default_delivery_slot_cost
- postconf.5.html = $default_delivery_slot_discount
- postconf.5.html = $default_delivery_slot_loan
- postconf.5.html = $default_destination_concurrency_failed_cohort_limit
- postconf.5.html = $default_destination_concurrency_limit
- postconf.5.html = $default_destination_concurrency_negative_feedback
- postconf.5.html = $default_destination_concurrency_positive_feedback
- postconf.5.html = $default_destination_rate_delay
- postconf.5.html = $default_destination_recipient_limit
- postconf.5.html = $default_extra_recipient_limit
- postconf.5.html = $initial_destination_concurrency
- postconf.5.html = $virtual_mailbox_maps
- postconf.5.html = 51200000
- postconf.5.html = fcntl, dotlock
- postconf.5.html = $default_minimum_delivery_slots
- postconf.5.html = 100
- postconf.5.html = $default_recipient_limit
- postconf.5.html = $default_recipient_refill_delay
- postconf.5.html = $default_recipient_refill_limit
- postconf.5.html = virtual