You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

916 lines
36 KiB

  1. diff -Naur postfix-2.11.1/conf/main.cf postfix-2.11.1.patched/conf/main.cf
  2. --- postfix-2.11.1/conf/main.cf 2013-12-24 18:57:25.000000000 +0400
  3. +++ postfix-2.11.1.patched/conf/main.cf 2014-10-05 21:35:53.427534410 +0400
  4. @@ -21,43 +21,8 @@
  5. #
  6. #soft_bounce = no
  7. -# LOCAL PATHNAME INFORMATION
  8. -#
  9. -# The queue_directory specifies the location of the Postfix queue.
  10. -# This is also the root directory of Postfix daemons that run chrooted.
  11. -# See the files in examples/chroot-setup for setting up Postfix chroot
  12. -# environments on different UNIX systems.
  13. -#
  14. -queue_directory = /var/spool/postfix
  15. -
  16. -# The command_directory parameter specifies the location of all
  17. -# postXXX commands.
  18. -#
  19. -command_directory = /usr/sbin
  20. -
  21. -# The daemon_directory parameter specifies the location of all Postfix
  22. -# daemon programs (i.e. programs listed in the master.cf file). This
  23. -# directory must be owned by root.
  24. -#
  25. -daemon_directory = /usr/libexec/postfix
  26. -
  27. -# The data_directory parameter specifies the location of Postfix-writable
  28. -# data files (caches, random numbers). This directory must be owned
  29. -# by the mail_owner account (see below).
  30. -#
  31. -data_directory = /var/lib/postfix
  32. -
  33. # QUEUE AND PROCESS OWNERSHIP
  34. #
  35. -# The mail_owner parameter specifies the owner of the Postfix queue
  36. -# and of most Postfix daemon processes. Specify the name of a user
  37. -# account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS
  38. -# AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In
  39. -# particular, don't specify nobody or daemon. PLEASE USE A DEDICATED
  40. -# USER.
  41. -#
  42. -mail_owner = postfix
  43. -
  44. # The default_privs parameter specifies the default rights used by
  45. # the local delivery agent for delivery to external file or command.
  46. # These rights are used in the absence of a recipient user context.
  47. @@ -613,45 +578,4 @@
  48. # -dmS $process_name gdb $daemon_directory/$process_name
  49. # $process_id & sleep 1
  50. -# INSTALL-TIME CONFIGURATION INFORMATION
  51. -#
  52. -# The following parameters are used when installing a new Postfix version.
  53. -#
  54. -# sendmail_path: The full pathname of the Postfix sendmail command.
  55. -# This is the Sendmail-compatible mail posting interface.
  56. -#
  57. -sendmail_path =
  58. -
  59. -# newaliases_path: The full pathname of the Postfix newaliases command.
  60. -# This is the Sendmail-compatible command to build alias databases.
  61. -#
  62. -newaliases_path =
  63. -
  64. -# mailq_path: The full pathname of the Postfix mailq command. This
  65. -# is the Sendmail-compatible mail queue listing command.
  66. -#
  67. -mailq_path =
  68. -
  69. -# setgid_group: The group for mail submission and queue management
  70. -# commands. This must be a group name with a numerical group ID that
  71. -# is not shared with other accounts, not even with the Postfix account.
  72. -#
  73. -setgid_group =
  74. -
  75. -# html_directory: The location of the Postfix HTML documentation.
  76. -#
  77. -html_directory =
  78. -
  79. -# manpage_directory: The location of the Postfix on-line manual pages.
  80. -#
  81. -manpage_directory =
  82. -
  83. -# sample_directory: The location of the Postfix sample configuration files.
  84. -# This parameter is obsolete as of Postfix 2.1.
  85. -#
  86. -sample_directory =
  87. -
  88. -# readme_directory: The location of the Postfix README files.
  89. -#
  90. -readme_directory =
  91. inet_protocols = ipv4
  92. diff -Naur postfix-2.11.1/conf/main.cf.default.openwrt postfix-2.11.1.patched/conf/main.cf.default.openwrt
  93. --- postfix-2.11.1/conf/main.cf.default.openwrt 1970-01-01 03:00:00.000000000 +0300
  94. +++ postfix-2.11.1.patched/conf/main.cf.default.openwrt 2014-10-05 23:48:59.751127768 +0400
  95. @@ -0,0 +1,819 @@
  96. +# DO NOT EDIT THIS FILE. EDIT THE MAIN.CF FILE INSTEAD. THE
  97. +# TEXT HERE JUST SHOWS DEFAULT SETTINGS BUILT INTO POSTFIX.
  98. +#
  99. +2bounce_notice_recipient = postmaster
  100. +access_map_defer_code = 450
  101. +access_map_reject_code = 554
  102. +address_verify_cache_cleanup_interval = 12h
  103. +address_verify_default_transport = $default_transport
  104. +address_verify_local_transport = $local_transport
  105. +address_verify_map = btree:$data_directory/verify_cache
  106. +address_verify_negative_cache = yes
  107. +address_verify_negative_expire_time = 3d
  108. +address_verify_negative_refresh_time = 3h
  109. +address_verify_poll_count = ${stress?1}${stress:3}
  110. +address_verify_poll_delay = 3s
  111. +address_verify_positive_expire_time = 31d
  112. +address_verify_positive_refresh_time = 7d
  113. +address_verify_relay_transport = $relay_transport
  114. +address_verify_relayhost = $relayhost
  115. +address_verify_sender = $double_bounce_sender
  116. +address_verify_sender_dependent_default_transport_maps = $sender_dependent_default_transport_maps
  117. +address_verify_sender_dependent_relayhost_maps = $sender_dependent_relayhost_maps
  118. +address_verify_sender_ttl = 0s
  119. +address_verify_service_name = verify
  120. +address_verify_transport_maps = $transport_maps
  121. +address_verify_virtual_transport = $virtual_transport
  122. +alias_database = cdb:/etc/aliases
  123. +alias_maps = cdb:/etc/aliases
  124. +allow_mail_to_commands = alias, forward
  125. +allow_mail_to_files = alias, forward
  126. +allow_min_user = no
  127. +allow_percent_hack = yes
  128. +allow_untrusted_routing = no
  129. +alternate_config_directories =
  130. +always_add_missing_headers = no
  131. +always_bcc =
  132. +anvil_rate_time_unit = 60s
  133. +anvil_status_update_time = 600s
  134. +append_at_myorigin = yes
  135. +append_dot_mydomain = yes
  136. +application_event_drain_time = 100s
  137. +authorized_flush_users = static:anyone
  138. +authorized_mailq_users = static:anyone
  139. +authorized_submit_users = static:anyone
  140. +backwards_bounce_logfile_compatibility = yes
  141. +berkeley_db_create_buffer_size = 16777216
  142. +berkeley_db_read_buffer_size = 131072
  143. +best_mx_transport =
  144. +biff = yes
  145. +body_checks =
  146. +body_checks_size_limit = 51200
  147. +bounce_notice_recipient = postmaster
  148. +bounce_queue_lifetime = 5d
  149. +bounce_service_name = bounce
  150. +bounce_size_limit = 50000
  151. +bounce_template_file =
  152. +broken_sasl_auth_clients = no
  153. +canonical_classes = envelope_sender, envelope_recipient, header_sender, header_recipient
  154. +canonical_maps =
  155. +cleanup_service_name = cleanup
  156. +command_execution_directory =
  157. +command_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  158. +command_time_limit = 1000s
  159. +connection_cache_protocol_timeout = 5s
  160. +connection_cache_service_name = scache
  161. +connection_cache_status_update_time = 600s
  162. +connection_cache_ttl_limit = 2s
  163. +content_filter =
  164. +cyrus_sasl_config_path =
  165. +daemon_table_open_error_is_fatal = no
  166. +daemon_timeout = 18000s
  167. +debug_peer_level = 2
  168. +debug_peer_list =
  169. +debugger_command =
  170. +default_database_type = cdb
  171. +default_delivery_slot_cost = 5
  172. +default_delivery_slot_discount = 50
  173. +default_delivery_slot_loan = 3
  174. +default_destination_concurrency_failed_cohort_limit = 1
  175. +default_destination_concurrency_limit = 20
  176. +default_destination_concurrency_negative_feedback = 1
  177. +default_destination_concurrency_positive_feedback = 1
  178. +default_destination_rate_delay = 0s
  179. +default_destination_recipient_limit = 50
  180. +default_extra_recipient_limit = 1000
  181. +default_filter_nexthop =
  182. +default_minimum_delivery_slots = 3
  183. +default_privs = nobody
  184. +default_process_limit = 100
  185. +default_rbl_reply = $rbl_code Service unavailable; $rbl_class [$rbl_what] blocked using $rbl_domain${rbl_reason?; $rbl_reason}
  186. +default_recipient_limit = 20000
  187. +default_recipient_refill_delay = 5s
  188. +default_recipient_refill_limit = 100
  189. +default_transport = smtp
  190. +default_verp_delimiters = +=
  191. +defer_code = 450
  192. +defer_service_name = defer
  193. +defer_transports =
  194. +delay_logging_resolution_limit = 2
  195. +delay_notice_recipient = postmaster
  196. +delay_warning_time = 0h
  197. +deliver_lock_attempts = 20
  198. +deliver_lock_delay = 1s
  199. +destination_concurrency_feedback_debug = no
  200. +detect_8bit_encoding_header = yes
  201. +disable_dns_lookups = no
  202. +disable_mime_input_processing = no
  203. +disable_mime_output_conversion = no
  204. +disable_verp_bounces = no
  205. +disable_vrfy_command = no
  206. +dnsblog_reply_delay = 0s
  207. +dnsblog_service_name = dnsblog
  208. +dont_remove = 0
  209. +double_bounce_sender = double-bounce
  210. +duplicate_filter_limit = 1000
  211. +empty_address_default_transport_maps_lookup_key = <>
  212. +empty_address_recipient = MAILER-DAEMON
  213. +empty_address_relayhost_maps_lookup_key = <>
  214. +enable_long_queue_ids = no
  215. +enable_original_recipient = yes
  216. +error_delivery_slot_cost = $default_delivery_slot_cost
  217. +error_delivery_slot_discount = $default_delivery_slot_discount
  218. +error_delivery_slot_loan = $default_delivery_slot_loan
  219. +error_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
  220. +error_destination_concurrency_limit = $default_destination_concurrency_limit
  221. +error_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
  222. +error_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
  223. +error_destination_rate_delay = $default_destination_rate_delay
  224. +error_destination_recipient_limit = $default_destination_recipient_limit
  225. +error_extra_recipient_limit = $default_extra_recipient_limit
  226. +error_initial_destination_concurrency = $initial_destination_concurrency
  227. +error_minimum_delivery_slots = $default_minimum_delivery_slots
  228. +error_notice_recipient = postmaster
  229. +error_recipient_limit = $default_recipient_limit
  230. +error_recipient_refill_delay = $default_recipient_refill_delay
  231. +error_recipient_refill_limit = $default_recipient_refill_limit
  232. +error_service_name = error
  233. +execution_directory_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  234. +expand_owner_alias = no
  235. +export_environment = TZ MAIL_CONFIG LANG
  236. +fallback_transport =
  237. +fallback_transport_maps =
  238. +fast_flush_domains = $relay_domains
  239. +fast_flush_purge_time = 7d
  240. +fast_flush_refresh_time = 12h
  241. +fault_injection_code = 0
  242. +flush_service_name = flush
  243. +fork_attempts = 5
  244. +fork_delay = 1s
  245. +forward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  246. +forward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward
  247. +frozen_delivered_to = yes
  248. +hash_queue_depth = 1
  249. +hash_queue_names = deferred, defer
  250. +header_address_token_limit = 10240
  251. +header_checks =
  252. +header_size_limit = 102400
  253. +helpful_warnings = yes
  254. +home_mailbox =
  255. +hopcount_limit = 50
  256. +ignore_mx_lookup_error = no
  257. +import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C
  258. +in_flow_delay = 1s
  259. +inet_interfaces = all
  260. +inet_protocols = all
  261. +initial_destination_concurrency = 5
  262. +internal_mail_filter_classes =
  263. +invalid_hostname_reject_code = 501
  264. +ipc_idle = 5s
  265. +ipc_timeout = 3600s
  266. +ipc_ttl = 1000s
  267. +line_length_limit = 2048
  268. +lmdb_map_size = 16777216
  269. +lmtp_address_preference = any
  270. +lmtp_assume_final = no
  271. +lmtp_bind_address =
  272. +lmtp_bind_address6 =
  273. +lmtp_body_checks =
  274. +lmtp_cname_overrides_servername = no
  275. +lmtp_connect_timeout = 0s
  276. +lmtp_connection_cache_destinations =
  277. +lmtp_connection_cache_on_demand = yes
  278. +lmtp_connection_cache_time_limit = 2s
  279. +lmtp_connection_reuse_count_limit = 0
  280. +lmtp_connection_reuse_time_limit = 300s
  281. +lmtp_data_done_timeout = 600s
  282. +lmtp_data_init_timeout = 120s
  283. +lmtp_data_xfer_timeout = 180s
  284. +lmtp_defer_if_no_mx_address_found = no
  285. +lmtp_delivery_slot_cost = $default_delivery_slot_cost
  286. +lmtp_delivery_slot_discount = $default_delivery_slot_discount
  287. +lmtp_delivery_slot_loan = $default_delivery_slot_loan
  288. +lmtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
  289. +lmtp_destination_concurrency_limit = $default_destination_concurrency_limit
  290. +lmtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
  291. +lmtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
  292. +lmtp_destination_rate_delay = $default_destination_rate_delay
  293. +lmtp_destination_recipient_limit = $default_destination_recipient_limit
  294. +lmtp_discard_lhlo_keyword_address_maps =
  295. +lmtp_discard_lhlo_keywords =
  296. +lmtp_dns_resolver_options =
  297. +lmtp_dns_support_level =
  298. +lmtp_enforce_tls = no
  299. +lmtp_extra_recipient_limit = $default_extra_recipient_limit
  300. +lmtp_generic_maps =
  301. +lmtp_header_checks =
  302. +lmtp_host_lookup = dns
  303. +lmtp_initial_destination_concurrency = $initial_destination_concurrency
  304. +lmtp_lhlo_name = $myhostname
  305. +lmtp_lhlo_timeout = 300s
  306. +lmtp_line_length_limit = 998
  307. +lmtp_mail_timeout = 300s
  308. +lmtp_mime_header_checks =
  309. +lmtp_minimum_delivery_slots = $default_minimum_delivery_slots
  310. +lmtp_mx_address_limit = 5
  311. +lmtp_mx_session_limit = 2
  312. +lmtp_nested_header_checks =
  313. +lmtp_per_record_deadline = no
  314. +lmtp_pix_workaround_delay_time = 10s
  315. +lmtp_pix_workaround_maps =
  316. +lmtp_pix_workaround_threshold_time = 500s
  317. +lmtp_pix_workarounds = disable_esmtp,delay_dotcrlf
  318. +lmtp_quit_timeout = 300s
  319. +lmtp_quote_rfc821_envelope = yes
  320. +lmtp_randomize_addresses = yes
  321. +lmtp_rcpt_timeout = 300s
  322. +lmtp_recipient_limit = $default_recipient_limit
  323. +lmtp_recipient_refill_delay = $default_recipient_refill_delay
  324. +lmtp_recipient_refill_limit = $default_recipient_refill_limit
  325. +lmtp_reply_filter =
  326. +lmtp_rset_timeout = 20s
  327. +lmtp_sasl_auth_cache_name =
  328. +lmtp_sasl_auth_cache_time = 90d
  329. +lmtp_sasl_auth_enable = no
  330. +lmtp_sasl_auth_soft_bounce = yes
  331. +lmtp_sasl_mechanism_filter =
  332. +lmtp_sasl_password_maps =
  333. +lmtp_sasl_path =
  334. +lmtp_sasl_security_options = noplaintext, noanonymous
  335. +lmtp_sasl_tls_security_options = $lmtp_sasl_security_options
  336. +lmtp_sasl_tls_verified_security_options = $lmtp_sasl_tls_security_options
  337. +lmtp_sasl_type = cyrus
  338. +lmtp_send_dummy_mail_auth = no
  339. +lmtp_send_xforward_command = no
  340. +lmtp_sender_dependent_authentication = no
  341. +lmtp_skip_5xx_greeting = yes
  342. +lmtp_skip_quit_response = no
  343. +lmtp_starttls_timeout = 300s
  344. +lmtp_tcp_port = 24
  345. +lmtp_tls_CAfile =
  346. +lmtp_tls_CApath =
  347. +lmtp_tls_block_early_mail_reply = no
  348. +lmtp_tls_cert_file =
  349. +lmtp_tls_ciphers = export
  350. +lmtp_tls_dcert_file =
  351. +lmtp_tls_dkey_file = $lmtp_tls_dcert_file
  352. +lmtp_tls_eccert_file =
  353. +lmtp_tls_eckey_file = $lmtp_tls_eccert_file
  354. +lmtp_tls_enforce_peername = yes
  355. +lmtp_tls_exclude_ciphers =
  356. +lmtp_tls_fingerprint_cert_match =
  357. +lmtp_tls_fingerprint_digest = md5
  358. +lmtp_tls_force_insecure_host_tlsa_lookup = no
  359. +lmtp_tls_key_file = $lmtp_tls_cert_file
  360. +lmtp_tls_loglevel = 0
  361. +lmtp_tls_mandatory_ciphers = medium
  362. +lmtp_tls_mandatory_exclude_ciphers =
  363. +lmtp_tls_mandatory_protocols = !SSLv2
  364. +lmtp_tls_note_starttls_offer = no
  365. +lmtp_tls_per_site =
  366. +lmtp_tls_policy_maps =
  367. +lmtp_tls_protocols = !SSLv2
  368. +lmtp_tls_scert_verifydepth = 9
  369. +lmtp_tls_secure_cert_match = nexthop
  370. +lmtp_tls_security_level =
  371. +lmtp_tls_session_cache_database =
  372. +lmtp_tls_session_cache_timeout = 3600s
  373. +lmtp_tls_trust_anchor_file =
  374. +lmtp_tls_verify_cert_match = hostname
  375. +lmtp_use_tls = no
  376. +lmtp_xforward_timeout = 300s
  377. +local_command_shell =
  378. +local_delivery_slot_cost = $default_delivery_slot_cost
  379. +local_delivery_slot_discount = $default_delivery_slot_discount
  380. +local_delivery_slot_loan = $default_delivery_slot_loan
  381. +local_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
  382. +local_destination_concurrency_limit = 2
  383. +local_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
  384. +local_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
  385. +local_destination_rate_delay = $default_destination_rate_delay
  386. +local_destination_recipient_limit = 1
  387. +local_extra_recipient_limit = $default_extra_recipient_limit
  388. +local_header_rewrite_clients = permit_inet_interfaces
  389. +local_initial_destination_concurrency = $initial_destination_concurrency
  390. +local_minimum_delivery_slots = $default_minimum_delivery_slots
  391. +local_recipient_limit = $default_recipient_limit
  392. +local_recipient_maps = proxy:unix:passwd.byname $alias_maps
  393. +local_recipient_refill_delay = $default_recipient_refill_delay
  394. +local_recipient_refill_limit = $default_recipient_refill_limit
  395. +local_transport = local:$myhostname
  396. +luser_relay =
  397. +mail_name = Postfix
  398. +mail_owner = postfix
  399. +mail_release_date = 20140507
  400. +mail_version = 2.11.1
  401. +mailbox_command =
  402. +mailbox_command_maps =
  403. +mailbox_delivery_lock = fcntl, dotlock
  404. +mailbox_size_limit = 51200000
  405. +mailbox_transport =
  406. +mailbox_transport_maps =
  407. +maps_rbl_domains =
  408. +maps_rbl_reject_code = 554
  409. +masquerade_classes = envelope_sender, header_sender, header_recipient
  410. +masquerade_domains =
  411. +masquerade_exceptions =
  412. +master_service_disable =
  413. +max_idle = 100s
  414. +max_use = 100
  415. +maximal_backoff_time = 4000s
  416. +maximal_queue_lifetime = 5d
  417. +message_reject_characters =
  418. +message_size_limit = 10240000
  419. +message_strip_characters =
  420. +milter_command_timeout = 30s
  421. +milter_connect_macros = j {daemon_name} v
  422. +milter_connect_timeout = 30s
  423. +milter_content_timeout = 300s
  424. +milter_data_macros = i
  425. +milter_default_action = tempfail
  426. +milter_end_of_data_macros = i
  427. +milter_end_of_header_macros = i
  428. +milter_header_checks =
  429. +milter_helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}
  430. +milter_macro_daemon_name = $myhostname
  431. +milter_macro_v = $mail_name $mail_version
  432. +milter_mail_macros = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}
  433. +milter_protocol = 6
  434. +milter_rcpt_macros = i {rcpt_addr} {rcpt_host} {rcpt_mailer}
  435. +milter_unknown_command_macros =
  436. +mime_boundary_length_limit = 2048
  437. +mime_header_checks = $header_checks
  438. +mime_nesting_limit = 100
  439. +minimal_backoff_time = 300s
  440. +multi_instance_directories =
  441. +multi_instance_enable = no
  442. +multi_instance_group =
  443. +multi_instance_name =
  444. +multi_instance_wrapper =
  445. +multi_recipient_bounce_reject_code = 550
  446. +mydestination = $myhostname, localhost.$mydomain, localhost
  447. +mynetworks_style = subnet
  448. +myorigin = $myhostname
  449. +nested_header_checks = $header_checks
  450. +non_fqdn_reject_code = 504
  451. +non_smtpd_milters =
  452. +notify_classes = resource, software
  453. +owner_request_special = yes
  454. +parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
  455. +permit_mx_backup_networks =
  456. +pickup_service_name = pickup
  457. +plaintext_reject_code = 450
  458. +postmulti_control_commands = reload flush
  459. +postmulti_start_commands = start
  460. +postmulti_stop_commands = stop abort drain quick-stop
  461. +postscreen_access_list = permit_mynetworks
  462. +postscreen_bare_newline_action = ignore
  463. +postscreen_bare_newline_enable = no
  464. +postscreen_bare_newline_ttl = 30d
  465. +postscreen_blacklist_action = ignore
  466. +postscreen_cache_cleanup_interval = 12h
  467. +postscreen_cache_map = btree:$data_directory/postscreen_cache
  468. +postscreen_cache_retention_time = 7d
  469. +postscreen_client_connection_count_limit = $smtpd_client_connection_count_limit
  470. +postscreen_command_count_limit = 20
  471. +postscreen_command_filter =
  472. +postscreen_command_time_limit = ${stress?10}${stress:300}s
  473. +postscreen_disable_vrfy_command = $disable_vrfy_command
  474. +postscreen_discard_ehlo_keyword_address_maps = $smtpd_discard_ehlo_keyword_address_maps
  475. +postscreen_discard_ehlo_keywords = $smtpd_discard_ehlo_keywords
  476. +postscreen_dnsbl_action = ignore
  477. +postscreen_dnsbl_reply_map =
  478. +postscreen_dnsbl_sites =
  479. +postscreen_dnsbl_threshold = 1
  480. +postscreen_dnsbl_ttl = 1h
  481. +postscreen_dnsbl_whitelist_threshold = 0
  482. +postscreen_enforce_tls = $smtpd_enforce_tls
  483. +postscreen_expansion_filter = $smtpd_expansion_filter
  484. +postscreen_forbidden_commands = $smtpd_forbidden_commands
  485. +postscreen_greet_action = ignore
  486. +postscreen_greet_banner = $smtpd_banner
  487. +postscreen_greet_ttl = 1d
  488. +postscreen_greet_wait = ${stress?2}${stress:6}s
  489. +postscreen_helo_required = $smtpd_helo_required
  490. +postscreen_non_smtp_command_action = drop
  491. +postscreen_non_smtp_command_enable = no
  492. +postscreen_non_smtp_command_ttl = 30d
  493. +postscreen_pipelining_action = enforce
  494. +postscreen_pipelining_enable = no
  495. +postscreen_pipelining_ttl = 30d
  496. +postscreen_post_queue_limit = $default_process_limit
  497. +postscreen_pre_queue_limit = $default_process_limit
  498. +postscreen_reject_footer = $smtpd_reject_footer
  499. +postscreen_tls_security_level = $smtpd_tls_security_level
  500. +postscreen_upstream_proxy_protocol =
  501. +postscreen_upstream_proxy_timeout = 5s
  502. +postscreen_use_tls = $smtpd_use_tls
  503. +postscreen_watchdog_timeout = 10s
  504. +postscreen_whitelist_interfaces = static:all
  505. +prepend_delivered_header = command, file, forward
  506. +process_id = 6537
  507. +process_id_directory = pid
  508. +process_name = postconf
  509. +propagate_unmatched_extensions = canonical, virtual
  510. +proxy_interfaces =
  511. +proxy_read_maps = $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
  512. +proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name $address_verify_map $postscreen_cache_map
  513. +proxymap_service_name = proxymap
  514. +proxywrite_service_name = proxywrite
  515. +qmgr_clog_warn_time = 300s
  516. +qmgr_daemon_timeout = 1000s
  517. +qmgr_fudge_factor = 100
  518. +qmgr_ipc_timeout = 60s
  519. +qmgr_message_active_limit = 20000
  520. +qmgr_message_recipient_limit = 20000
  521. +qmgr_message_recipient_minimum = 10
  522. +qmqpd_authorized_clients =
  523. +qmqpd_client_port_logging = no
  524. +qmqpd_error_delay = 1s
  525. +qmqpd_timeout = 300s
  526. +queue_file_attribute_count_limit = 100
  527. +queue_minfree = 0
  528. +queue_run_delay = 300s
  529. +queue_service_name = qmgr
  530. +rbl_reply_maps =
  531. +receive_override_options =
  532. +recipient_bcc_maps =
  533. +recipient_canonical_classes = envelope_recipient, header_recipient
  534. +recipient_canonical_maps =
  535. +recipient_delimiter =
  536. +reject_code = 554
  537. +reject_tempfail_action = defer_if_permit
  538. +relay_clientcerts =
  539. +relay_delivery_slot_cost = $default_delivery_slot_cost
  540. +relay_delivery_slot_discount = $default_delivery_slot_discount
  541. +relay_delivery_slot_loan = $default_delivery_slot_loan
  542. +relay_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
  543. +relay_destination_concurrency_limit = $default_destination_concurrency_limit
  544. +relay_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
  545. +relay_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
  546. +relay_destination_rate_delay = $default_destination_rate_delay
  547. +relay_destination_recipient_limit = $default_destination_recipient_limit
  548. +relay_domains = $mydestination
  549. +relay_domains_reject_code = 554
  550. +relay_extra_recipient_limit = $default_extra_recipient_limit
  551. +relay_initial_destination_concurrency = $initial_destination_concurrency
  552. +relay_minimum_delivery_slots = $default_minimum_delivery_slots
  553. +relay_recipient_limit = $default_recipient_limit
  554. +relay_recipient_maps =
  555. +relay_recipient_refill_delay = $default_recipient_refill_delay
  556. +relay_recipient_refill_limit = $default_recipient_refill_limit
  557. +relay_transport = relay
  558. +relayhost =
  559. +relocated_maps =
  560. +remote_header_rewrite_domain =
  561. +require_home_directory = no
  562. +reset_owner_alias = no
  563. +resolve_dequoted_address = yes
  564. +resolve_null_domain = no
  565. +resolve_numeric_domain = no
  566. +retry_delivery_slot_cost = $default_delivery_slot_cost
  567. +retry_delivery_slot_discount = $default_delivery_slot_discount
  568. +retry_delivery_slot_loan = $default_delivery_slot_loan
  569. +retry_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
  570. +retry_destination_concurrency_limit = $default_destination_concurrency_limit
  571. +retry_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
  572. +retry_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
  573. +retry_destination_rate_delay = $default_destination_rate_delay
  574. +retry_destination_recipient_limit = $default_destination_recipient_limit
  575. +retry_extra_recipient_limit = $default_extra_recipient_limit
  576. +retry_initial_destination_concurrency = $initial_destination_concurrency
  577. +retry_minimum_delivery_slots = $default_minimum_delivery_slots
  578. +retry_recipient_limit = $default_recipient_limit
  579. +retry_recipient_refill_delay = $default_recipient_refill_delay
  580. +retry_recipient_refill_limit = $default_recipient_refill_limit
  581. +rewrite_service_name = rewrite
  582. +send_cyrus_sasl_authzid = no
  583. +sender_bcc_maps =
  584. +sender_canonical_classes = envelope_sender, header_sender
  585. +sender_canonical_maps =
  586. +sender_dependent_default_transport_maps =
  587. +sender_dependent_relayhost_maps =
  588. +sendmail_fix_line_endings = always
  589. +service_throttle_time = 60s
  590. +setgid_group = postdrop
  591. +show_user_unknown_table_name = yes
  592. +showq_service_name = showq
  593. +smtp_address_preference = any
  594. +smtp_always_send_ehlo = yes
  595. +smtp_bind_address =
  596. +smtp_bind_address6 =
  597. +smtp_body_checks =
  598. +smtp_cname_overrides_servername = no
  599. +smtp_connect_timeout = 30s
  600. +smtp_connection_cache_destinations =
  601. +smtp_connection_cache_on_demand = yes
  602. +smtp_connection_cache_time_limit = 2s
  603. +smtp_connection_reuse_count_limit = 0
  604. +smtp_connection_reuse_time_limit = 300s
  605. +smtp_data_done_timeout = 600s
  606. +smtp_data_init_timeout = 120s
  607. +smtp_data_xfer_timeout = 180s
  608. +smtp_defer_if_no_mx_address_found = no
  609. +smtp_delivery_slot_cost = $default_delivery_slot_cost
  610. +smtp_delivery_slot_discount = $default_delivery_slot_discount
  611. +smtp_delivery_slot_loan = $default_delivery_slot_loan
  612. +smtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
  613. +smtp_destination_concurrency_limit = $default_destination_concurrency_limit
  614. +smtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
  615. +smtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
  616. +smtp_destination_rate_delay = $default_destination_rate_delay
  617. +smtp_destination_recipient_limit = $default_destination_recipient_limit
  618. +smtp_discard_ehlo_keyword_address_maps =
  619. +smtp_discard_ehlo_keywords =
  620. +smtp_dns_resolver_options =
  621. +smtp_dns_support_level =
  622. +smtp_enforce_tls = no
  623. +smtp_extra_recipient_limit = $default_extra_recipient_limit
  624. +smtp_fallback_relay = $fallback_relay
  625. +smtp_generic_maps =
  626. +smtp_header_checks =
  627. +smtp_helo_name = $myhostname
  628. +smtp_helo_timeout = 300s
  629. +smtp_host_lookup = dns
  630. +smtp_initial_destination_concurrency = $initial_destination_concurrency
  631. +smtp_line_length_limit = 998
  632. +smtp_mail_timeout = 300s
  633. +smtp_mime_header_checks =
  634. +smtp_minimum_delivery_slots = $default_minimum_delivery_slots
  635. +smtp_mx_address_limit = 5
  636. +smtp_mx_session_limit = 2
  637. +smtp_nested_header_checks =
  638. +smtp_never_send_ehlo = no
  639. +smtp_per_record_deadline = no
  640. +smtp_pix_workaround_delay_time = 10s
  641. +smtp_pix_workaround_maps =
  642. +smtp_pix_workaround_threshold_time = 500s
  643. +smtp_pix_workarounds = disable_esmtp,delay_dotcrlf
  644. +smtp_quit_timeout = 300s
  645. +smtp_quote_rfc821_envelope = yes
  646. +smtp_randomize_addresses = yes
  647. +smtp_rcpt_timeout = 300s
  648. +smtp_recipient_limit = $default_recipient_limit
  649. +smtp_recipient_refill_delay = $default_recipient_refill_delay
  650. +smtp_recipient_refill_limit = $default_recipient_refill_limit
  651. +smtp_reply_filter =
  652. +smtp_rset_timeout = 20s
  653. +smtp_sasl_auth_cache_name =
  654. +smtp_sasl_auth_cache_time = 90d
  655. +smtp_sasl_auth_enable = no
  656. +smtp_sasl_auth_soft_bounce = yes
  657. +smtp_sasl_mechanism_filter =
  658. +smtp_sasl_password_maps =
  659. +smtp_sasl_path =
  660. +smtp_sasl_security_options = noplaintext, noanonymous
  661. +smtp_sasl_tls_security_options = $smtp_sasl_security_options
  662. +smtp_sasl_tls_verified_security_options = $smtp_sasl_tls_security_options
  663. +smtp_sasl_type = cyrus
  664. +smtp_send_dummy_mail_auth = no
  665. +smtp_send_xforward_command = no
  666. +smtp_sender_dependent_authentication = no
  667. +smtp_skip_5xx_greeting = yes
  668. +smtp_skip_quit_response = yes
  669. +smtp_starttls_timeout = 300s
  670. +smtp_tls_CAfile =
  671. +smtp_tls_CApath =
  672. +smtp_tls_block_early_mail_reply = no
  673. +smtp_tls_cert_file =
  674. +smtp_tls_ciphers = export
  675. +smtp_tls_dcert_file =
  676. +smtp_tls_dkey_file = $smtp_tls_dcert_file
  677. +smtp_tls_eccert_file =
  678. +smtp_tls_eckey_file = $smtp_tls_eccert_file
  679. +smtp_tls_enforce_peername = yes
  680. +smtp_tls_exclude_ciphers =
  681. +smtp_tls_fingerprint_cert_match =
  682. +smtp_tls_fingerprint_digest = md5
  683. +smtp_tls_force_insecure_host_tlsa_lookup = no
  684. +smtp_tls_key_file = $smtp_tls_cert_file
  685. +smtp_tls_loglevel = 0
  686. +smtp_tls_mandatory_ciphers = medium
  687. +smtp_tls_mandatory_exclude_ciphers =
  688. +smtp_tls_mandatory_protocols = !SSLv2
  689. +smtp_tls_note_starttls_offer = no
  690. +smtp_tls_per_site =
  691. +smtp_tls_policy_maps =
  692. +smtp_tls_protocols = !SSLv2
  693. +smtp_tls_scert_verifydepth = 9
  694. +smtp_tls_secure_cert_match = nexthop, dot-nexthop
  695. +smtp_tls_security_level =
  696. +smtp_tls_session_cache_database =
  697. +smtp_tls_session_cache_timeout = 3600s
  698. +smtp_tls_trust_anchor_file =
  699. +smtp_tls_verify_cert_match = hostname
  700. +smtp_use_tls = no
  701. +smtp_xforward_timeout = 300s
  702. +smtpd_authorized_verp_clients = $authorized_verp_clients
  703. +smtpd_authorized_xclient_hosts =
  704. +smtpd_authorized_xforward_hosts =
  705. +smtpd_banner = $myhostname ESMTP $mail_name
  706. +smtpd_client_connection_count_limit = 50
  707. +smtpd_client_connection_rate_limit = 0
  708. +smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks}
  709. +smtpd_client_message_rate_limit = 0
  710. +smtpd_client_new_tls_session_rate_limit = 0
  711. +smtpd_client_port_logging = no
  712. +smtpd_client_recipient_rate_limit = 0
  713. +smtpd_client_restrictions =
  714. +smtpd_command_filter =
  715. +smtpd_data_restrictions =
  716. +smtpd_delay_open_until_valid_rcpt = yes
  717. +smtpd_delay_reject = yes
  718. +smtpd_discard_ehlo_keyword_address_maps =
  719. +smtpd_discard_ehlo_keywords =
  720. +smtpd_end_of_data_restrictions =
  721. +smtpd_enforce_tls = no
  722. +smtpd_error_sleep_time = 1s
  723. +smtpd_etrn_restrictions =
  724. +smtpd_expansion_filter = \t\40!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
  725. +smtpd_forbidden_commands = CONNECT GET POST
  726. +smtpd_hard_error_limit = ${stress?1}${stress:20}
  727. +smtpd_helo_required = no
  728. +smtpd_helo_restrictions =
  729. +smtpd_history_flush_threshold = 100
  730. +smtpd_junk_command_limit = ${stress?1}${stress:100}
  731. +smtpd_log_access_permit_actions =
  732. +smtpd_milters =
  733. +smtpd_noop_commands =
  734. +smtpd_null_access_lookup_key = <>
  735. +smtpd_peername_lookup = yes
  736. +smtpd_per_record_deadline = ${stress?yes}${stress:no}
  737. +smtpd_policy_service_max_idle = 300s
  738. +smtpd_policy_service_max_ttl = 1000s
  739. +smtpd_policy_service_timeout = 100s
  740. +smtpd_proxy_ehlo = $myhostname
  741. +smtpd_proxy_filter =
  742. +smtpd_proxy_options =
  743. +smtpd_proxy_timeout = 100s
  744. +smtpd_recipient_limit = 1000
  745. +smtpd_recipient_overshoot_limit = 1000
  746. +smtpd_recipient_restrictions =
  747. +smtpd_reject_footer =
  748. +smtpd_reject_unlisted_recipient = yes
  749. +smtpd_reject_unlisted_sender = no
  750. +smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination
  751. +smtpd_restriction_classes =
  752. +smtpd_sasl_auth_enable = no
  753. +smtpd_sasl_authenticated_header = no
  754. +smtpd_sasl_exceptions_networks =
  755. +smtpd_sasl_local_domain =
  756. +smtpd_sasl_path = smtpd
  757. +smtpd_sasl_security_options = noanonymous
  758. +smtpd_sasl_service = smtp
  759. +smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
  760. +smtpd_sasl_type = cyrus
  761. +smtpd_sender_login_maps =
  762. +smtpd_sender_restrictions =
  763. +smtpd_service_name = smtpd
  764. +smtpd_soft_error_limit = 10
  765. +smtpd_starttls_timeout = ${stress?10}${stress:300}s
  766. +smtpd_timeout = ${stress?10}${stress:300}s
  767. +smtpd_tls_CAfile =
  768. +smtpd_tls_CApath =
  769. +smtpd_tls_always_issue_session_ids = yes
  770. +smtpd_tls_ask_ccert = no
  771. +smtpd_tls_auth_only = no
  772. +smtpd_tls_ccert_verifydepth = 9
  773. +smtpd_tls_cert_file =
  774. +smtpd_tls_ciphers = export
  775. +smtpd_tls_dcert_file =
  776. +smtpd_tls_dh1024_param_file =
  777. +smtpd_tls_dh512_param_file =
  778. +smtpd_tls_dkey_file = $smtpd_tls_dcert_file
  779. +smtpd_tls_eccert_file =
  780. +smtpd_tls_eckey_file = $smtpd_tls_eccert_file
  781. +smtpd_tls_eecdh_grade = strong
  782. +smtpd_tls_exclude_ciphers =
  783. +smtpd_tls_fingerprint_digest = md5
  784. +smtpd_tls_key_file = $smtpd_tls_cert_file
  785. +smtpd_tls_loglevel = 0
  786. +smtpd_tls_mandatory_ciphers = medium
  787. +smtpd_tls_mandatory_exclude_ciphers =
  788. +smtpd_tls_mandatory_protocols = !SSLv2
  789. +smtpd_tls_protocols =
  790. +smtpd_tls_received_header = no
  791. +smtpd_tls_req_ccert = no
  792. +smtpd_tls_security_level =
  793. +smtpd_tls_session_cache_database =
  794. +smtpd_tls_session_cache_timeout = 3600s
  795. +smtpd_tls_wrappermode = no
  796. +smtpd_upstream_proxy_protocol =
  797. +smtpd_upstream_proxy_timeout = 5s
  798. +smtpd_use_tls = no
  799. +soft_bounce = no
  800. +stale_lock_time = 500s
  801. +stress =
  802. +strict_7bit_headers = no
  803. +strict_8bitmime = no
  804. +strict_8bitmime_body = no
  805. +strict_mailbox_ownership = yes
  806. +strict_mime_encoding_domain = no
  807. +strict_rfc821_envelopes = no
  808. +sun_mailtool_compatibility = no
  809. +swap_bangpath = yes
  810. +syslog_facility = mail
  811. +syslog_name = ${multi_instance_name:postfix}${multi_instance_name?$multi_instance_name}
  812. +tcp_windowsize = 0
  813. +tls_append_default_CA = no
  814. +tls_daemon_random_bytes = 32
  815. +tls_dane_digest_agility = on
  816. +tls_dane_digests = sha512 sha256
  817. +tls_dane_trust_anchor_digest_enable = yes
  818. +tls_disable_workarounds =
  819. +tls_eecdh_strong_curve = prime256v1
  820. +tls_eecdh_ultra_curve = secp384r1
  821. +tls_export_cipherlist = ALL:+RC4:@STRENGTH
  822. +tls_high_cipherlist = ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH
  823. +tls_legacy_public_key_fingerprints = no
  824. +tls_low_cipherlist = ALL:!EXPORT:+RC4:@STRENGTH
  825. +tls_medium_cipherlist = ALL:!EXPORT:!LOW:+RC4:@STRENGTH
  826. +tls_null_cipherlist = eNULL:!aNULL
  827. +tls_preempt_cipherlist = no
  828. +tls_random_bytes = 32
  829. +tls_random_exchange_name = ${data_directory}/prng_exch
  830. +tls_random_prng_update_period = 3600s
  831. +tls_random_reseed_period = 3600s
  832. +tls_random_source = dev:/dev/urandom
  833. +tls_ssl_options =
  834. +tls_wildcard_matches_multiple_labels = yes
  835. +tlsmgr_service_name = tlsmgr
  836. +tlsproxy_enforce_tls = $smtpd_enforce_tls
  837. +tlsproxy_service_name = tlsproxy
  838. +tlsproxy_tls_CAfile = $smtpd_tls_CAfile
  839. +tlsproxy_tls_CApath = $smtpd_tls_CApath
  840. +tlsproxy_tls_always_issue_session_ids = $smtpd_tls_always_issue_session_ids
  841. +tlsproxy_tls_ask_ccert = $smtpd_tls_ask_ccert
  842. +tlsproxy_tls_ccert_verifydepth = $smtpd_tls_ccert_verifydepth
  843. +tlsproxy_tls_cert_file = $smtpd_tls_cert_file
  844. +tlsproxy_tls_ciphers = $smtpd_tls_ciphers
  845. +tlsproxy_tls_dcert_file = $smtpd_tls_dcert_file
  846. +tlsproxy_tls_dh1024_param_file = $smtpd_tls_dh1024_param_file
  847. +tlsproxy_tls_dh512_param_file = $smtpd_tls_dh512_param_file
  848. +tlsproxy_tls_dkey_file = $smtpd_tls_dkey_file
  849. +tlsproxy_tls_eccert_file = $smtpd_tls_eccert_file
  850. +tlsproxy_tls_eckey_file = $smtpd_tls_eckey_file
  851. +tlsproxy_tls_eecdh_grade = $smtpd_tls_eecdh_grade
  852. +tlsproxy_tls_exclude_ciphers = $smtpd_tls_exclude_ciphers
  853. +tlsproxy_tls_fingerprint_digest = $smtpd_tls_fingerprint_digest
  854. +tlsproxy_tls_key_file = $smtpd_tls_key_file
  855. +tlsproxy_tls_loglevel = $smtpd_tls_loglevel
  856. +tlsproxy_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers
  857. +tlsproxy_tls_mandatory_exclude_ciphers = $smtpd_tls_mandatory_exclude_ciphers
  858. +tlsproxy_tls_mandatory_protocols = $smtpd_tls_mandatory_protocols
  859. +tlsproxy_tls_protocols = $smtpd_tls_protocols
  860. +tlsproxy_tls_req_ccert = $smtpd_tls_req_ccert
  861. +tlsproxy_tls_security_level = $smtpd_tls_security_level
  862. +tlsproxy_use_tls = $smtpd_use_tls
  863. +tlsproxy_watchdog_timeout = 10s
  864. +trace_service_name = trace
  865. +transport_maps =
  866. +transport_retry_time = 60s
  867. +trigger_timeout = 10s
  868. +undisclosed_recipients_header =
  869. +unknown_address_reject_code = 450
  870. +unknown_address_tempfail_action = $reject_tempfail_action
  871. +unknown_client_reject_code = 450
  872. +unknown_helo_hostname_tempfail_action = $reject_tempfail_action
  873. +unknown_hostname_reject_code = 450
  874. +unknown_local_recipient_reject_code = 550
  875. +unknown_relay_recipient_reject_code = 550
  876. +unknown_virtual_alias_reject_code = 550
  877. +unknown_virtual_mailbox_reject_code = 550
  878. +unverified_recipient_defer_code = 450
  879. +unverified_recipient_reject_code = 450
  880. +unverified_recipient_reject_reason =
  881. +unverified_recipient_tempfail_action = $reject_tempfail_action
  882. +unverified_sender_defer_code = 450
  883. +unverified_sender_reject_code = 450
  884. +unverified_sender_reject_reason =
  885. +unverified_sender_tempfail_action = $reject_tempfail_action
  886. +verp_delimiter_filter = -=+
  887. +virtual_alias_domains = $virtual_alias_maps
  888. +virtual_alias_expansion_limit = 1000
  889. +virtual_alias_maps = $virtual_maps
  890. +virtual_alias_recursion_limit = 1000
  891. +virtual_delivery_slot_cost = $default_delivery_slot_cost
  892. +virtual_delivery_slot_discount = $default_delivery_slot_discount
  893. +virtual_delivery_slot_loan = $default_delivery_slot_loan
  894. +virtual_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
  895. +virtual_destination_concurrency_limit = $default_destination_concurrency_limit
  896. +virtual_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
  897. +virtual_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
  898. +virtual_destination_rate_delay = $default_destination_rate_delay
  899. +virtual_destination_recipient_limit = $default_destination_recipient_limit
  900. +virtual_extra_recipient_limit = $default_extra_recipient_limit
  901. +virtual_gid_maps =
  902. +virtual_initial_destination_concurrency = $initial_destination_concurrency
  903. +virtual_mailbox_base =
  904. +virtual_mailbox_domains = $virtual_mailbox_maps
  905. +virtual_mailbox_limit = 51200000
  906. +virtual_mailbox_lock = fcntl, dotlock
  907. +virtual_mailbox_maps =
  908. +virtual_minimum_delivery_slots = $default_minimum_delivery_slots
  909. +virtual_minimum_uid = 100
  910. +virtual_recipient_limit = $default_recipient_limit
  911. +virtual_recipient_refill_delay = $default_recipient_refill_delay
  912. +virtual_recipient_refill_limit = $default_recipient_refill_limit
  913. +virtual_transport = virtual
  914. +virtual_uid_maps =