home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / runtime / dos / syntax / pfmain.vim < prev    next >
Encoding:
Text File  |  2011-05-27  |  82.5 KB  |  1,645 lines

  1. " Vim syntax file
  2. " Language:    Postfix main.cf configuration
  3. " Maintainer:    KELEMEN Peter <Peter dot Kelemen at cern dot ch>
  4. " Last Update:  Hong Xu
  5. " Last Change:    2011 May 14
  6. " Version:    0.40
  7. " URL:        http://cern.ch/fuji/vim/syntax/pfmain.vim
  8. " Comment:    Based on Postfix 2.9 defaults.
  9.  
  10. if version < 600
  11.     syntax clear
  12. elseif exists("b:current_syntax")
  13.     finish
  14. endif
  15.  
  16. if version >= 600
  17.     setlocal iskeyword=@,48-57,_,-
  18. else
  19.     set iskeyword=@,48-57,_,-
  20. endif
  21.  
  22. syntax case match
  23. syntax sync minlines=1
  24.  
  25. syntax keyword pfmainConf 2bounce_notice_recipient
  26. syntax keyword pfmainConf access_map_defer_code
  27. syntax keyword pfmainConf access_map_reject_code
  28. syntax keyword pfmainConf address_verify_cache_cleanup_interval
  29. syntax keyword pfmainConf address_verify_default_transport
  30. syntax keyword pfmainConf address_verify_local_transport
  31. syntax keyword pfmainConf address_verify_map
  32. syntax keyword pfmainConf address_verify_negative_cache
  33. syntax keyword pfmainConf address_verify_negative_expire_time
  34. syntax keyword pfmainConf address_verify_negative_refresh_time
  35. syntax keyword pfmainConf address_verify_poll_count
  36. syntax keyword pfmainConf address_verify_poll_delay
  37. syntax keyword pfmainConf address_verify_positive_expire_time
  38. syntax keyword pfmainConf address_verify_positive_refresh_time
  39. syntax keyword pfmainConf address_verify_relay_transport
  40. syntax keyword pfmainConf address_verify_relayhost
  41. syntax keyword pfmainConf address_verify_sender
  42. syntax keyword pfmainConf address_verify_sender_dependent_default_transport_maps
  43. syntax keyword pfmainConf address_verify_sender_dependent_relayhost_maps
  44. syntax keyword pfmainConf address_verify_service_name
  45. syntax keyword pfmainConf address_verify_transport_maps
  46. syntax keyword pfmainConf address_verify_virtual_transport
  47. syntax keyword pfmainConf alias_database
  48. syntax keyword pfmainConf alias_maps
  49. syntax keyword pfmainConf allow_mail_to_commands
  50. syntax keyword pfmainConf allow_mail_to_files
  51. syntax keyword pfmainConf allow_min_user
  52. syntax keyword pfmainConf allow_percent_hack
  53. syntax keyword pfmainConf allow_untrusted_routing
  54. syntax keyword pfmainConf alternate_config_directories
  55. syntax keyword pfmainConf always_bcc
  56. syntax keyword pfmainConf anvil_rate_time_unit
  57. syntax keyword pfmainConf anvil_status_update_time
  58. syntax keyword pfmainConf append_at_myorigin
  59. syntax keyword pfmainConf append_dot_mydomain
  60. syntax keyword pfmainConf application_event_drain_time
  61. syntax keyword pfmainConf authorized_flush_users
  62. syntax keyword pfmainConf authorized_mailq_users
  63. syntax keyword pfmainConf authorized_submit_users
  64. syntax keyword pfmainConf backwards_bounce_logfile_compatibility
  65. syntax keyword pfmainConf berkeley_db_create_buffer_size
  66. syntax keyword pfmainConf berkeley_db_read_buffer_size
  67. syntax keyword pfmainConf best_mx_transport
  68. syntax keyword pfmainConf biff
  69. syntax keyword pfmainConf body_checks
  70. syntax keyword pfmainConf body_checks_size_limit
  71. syntax keyword pfmainConf bounce_notice_recipient
  72. syntax keyword pfmainConf bounce_queue_lifetime
  73. syntax keyword pfmainConf bounce_service_name
  74. syntax keyword pfmainConf bounce_size_limit
  75. syntax keyword pfmainConf bounce_template_file
  76. syntax keyword pfmainConf broken_sasl_auth_clients
  77. syntax keyword pfmainConf canonical_classes
  78. syntax keyword pfmainConf canonical_maps
  79. syntax keyword pfmainConf cleanup_service_name
  80. syntax keyword pfmainConf command_directory
  81. syntax keyword pfmainConf command_execution_directory
  82. syntax keyword pfmainConf command_expansion_filter
  83. syntax keyword pfmainConf command_time_limit
  84. syntax keyword pfmainConf config_directory
  85. syntax keyword pfmainConf connection_cache_protocol_timeout
  86. syntax keyword pfmainConf connection_cache_service_name
  87. syntax keyword pfmainConf connection_cache_status_update_time
  88. syntax keyword pfmainConf connection_cache_ttl_limit
  89. syntax keyword pfmainConf content_filter
  90. syntax keyword pfmainConf cyrus_sasl_config_path
  91. syntax keyword pfmainConf daemon_directory
  92. syntax keyword pfmainConf daemon_timeout
  93. syntax keyword pfmainConf data_directory
  94. syntax keyword pfmainConf debug_peer_level
  95. syntax keyword pfmainConf debug_peer_list
  96. syntax keyword pfmainConf default_database_type
  97. syntax keyword pfmainConf default_delivery_slot_cost
  98. syntax keyword pfmainConf default_delivery_slot_discount
  99. syntax keyword pfmainConf default_delivery_slot_loan
  100. syntax keyword pfmainConf default_destination_concurrency_failed_cohort_limit
  101. syntax keyword pfmainConf default_destination_concurrency_limit
  102. syntax keyword pfmainConf default_destination_concurrency_negative_feedback
  103. syntax keyword pfmainConf default_destination_concurrency_positive_feedback
  104. syntax keyword pfmainConf default_destination_rate_delay
  105. syntax keyword pfmainConf default_destination_recipient_limit
  106. syntax keyword pfmainConf default_extra_recipient_limit
  107. syntax keyword pfmainConf default_filter_nexthop
  108. syntax keyword pfmainConf default_minimum_delivery_slots
  109. syntax keyword pfmainConf default_privs
  110. syntax keyword pfmainConf default_process_limit
  111. syntax keyword pfmainConf default_rbl_reply
  112. syntax keyword pfmainConf default_recipient_limit
  113. syntax keyword pfmainConf default_recipient_refill_delay
  114. syntax keyword pfmainConf default_recipient_refill_limit
  115. syntax keyword pfmainConf default_transport
  116. syntax keyword pfmainConf default_verp_delimiters
  117. syntax keyword pfmainConf defer_code
  118. syntax keyword pfmainConf defer_service_name
  119. syntax keyword pfmainConf defer_transports
  120. syntax keyword pfmainConf delay_logging_resolution_limit
  121. syntax keyword pfmainConf delay_notice_recipient
  122. syntax keyword pfmainConf delay_warning_time
  123. syntax keyword pfmainConf deliver_lock_attempts
  124. syntax keyword pfmainConf deliver_lock_delay
  125. syntax keyword pfmainConf destination_concurrency_feedback_debug
  126. syntax keyword pfmainConf detect_8bit_encoding_header
  127. syntax keyword pfmainConf disable_dns_lookups
  128. syntax keyword pfmainConf disable_mime_input_processing
  129. syntax keyword pfmainConf disable_mime_output_conversion
  130. syntax keyword pfmainConf disable_verp_bounces
  131. syntax keyword pfmainConf disable_vrfy_command
  132. syntax keyword pfmainConf dnsblog_reply_delay
  133. syntax keyword pfmainConf dnsblog_service_name
  134. syntax keyword pfmainConf dont_remove
  135. syntax keyword pfmainConf double_bounce_sender
  136. syntax keyword pfmainConf duplicate_filter_limit
  137. syntax keyword pfmainConf empty_address_default_transport_maps_lookup_key
  138. syntax keyword pfmainConf empty_address_recipient
  139. syntax keyword pfmainConf empty_address_relayhost_maps_lookup_key
  140. syntax keyword pfmainConf enable_long_queue_ids
  141. syntax keyword pfmainConf enable_original_recipient
  142. syntax keyword pfmainConf error_notice_recipient
  143. syntax keyword pfmainConf error_service_name
  144. syntax keyword pfmainConf execution_directory_expansion_filter
  145. syntax keyword pfmainConf expand_owner_alias
  146. syntax keyword pfmainConf export_environment
  147. syntax keyword pfmainConf fallback_transport
  148. syntax keyword pfmainConf fallback_transport_maps
  149. syntax keyword pfmainConf fast_flush_domains
  150. syntax keyword pfmainConf fast_flush_purge_time
  151. syntax keyword pfmainConf fast_flush_refresh_time
  152. syntax keyword pfmainConf fault_injection_code
  153. syntax keyword pfmainConf flush_service_name
  154. syntax keyword pfmainConf fork_attempts
  155. syntax keyword pfmainConf fork_delay
  156. syntax keyword pfmainConf forward_expansion_filter
  157. syntax keyword pfmainConf forward_path
  158. syntax keyword pfmainConf frozen_delivered_to
  159. syntax keyword pfmainConf hash_queue_depth
  160. syntax keyword pfmainConf hash_queue_names
  161. syntax keyword pfmainConf header_address_token_limit
  162. syntax keyword pfmainConf header_checks
  163. syntax keyword pfmainConf header_size_limit
  164. syntax keyword pfmainConf helpful_warnings
  165. syntax keyword pfmainConf home_mailbox
  166. syntax keyword pfmainConf hopcount_limit
  167. syntax keyword pfmainConf html_directory
  168. syntax keyword pfmainConf ignore_mx_lookup_error
  169. syntax keyword pfmainConf import_environment
  170. syntax keyword pfmainConf in_flow_delay
  171. syntax keyword pfmainConf inet_interfaces
  172. syntax keyword pfmainConf inet_protocols
  173. syntax keyword pfmainConf initial_destination_concurrency
  174. syntax keyword pfmainConf internal_mail_filter_classes
  175. syntax keyword pfmainConf invalid_hostname_reject_code
  176. syntax keyword pfmainConf ipc_idle
  177. syntax keyword pfmainConf ipc_timeout
  178. syntax keyword pfmainConf ipc_ttl
  179. syntax keyword pfmainConf line_length_limit
  180. syntax keyword pfmainConf lmtp_address_preference
  181. syntax keyword pfmainConf lmtp_bind_address
  182. syntax keyword pfmainConf lmtp_bind_address6
  183. syntax keyword pfmainConf lmtp_body_checks
  184. syntax keyword pfmainConf lmtp_cname_overrides_servername
  185. syntax keyword pfmainConf lmtp_connect_timeout
  186. syntax keyword pfmainConf lmtp_connection_cache_destinations
  187. syntax keyword pfmainConf lmtp_connection_cache_on_demand
  188. syntax keyword pfmainConf lmtp_connection_cache_time_limit
  189. syntax keyword pfmainConf lmtp_connection_reuse_time_limit
  190. syntax keyword pfmainConf lmtp_data_done_timeout
  191. syntax keyword pfmainConf lmtp_data_init_timeout
  192. syntax keyword pfmainConf lmtp_data_xfer_timeout
  193. syntax keyword pfmainConf lmtp_defer_if_no_mx_address_found
  194. syntax keyword pfmainConf lmtp_destination_concurrency_limit
  195. syntax keyword pfmainConf lmtp_destination_recipient_limit
  196. syntax keyword pfmainConf lmtp_discard_lhlo_keyword_address_maps
  197. syntax keyword pfmainConf lmtp_discard_lhlo_keywords
  198. syntax keyword pfmainConf lmtp_dns_resolver_options
  199. syntax keyword pfmainConf lmtp_enforce_tls
  200. syntax keyword pfmainConf lmtp_generic_maps
  201. syntax keyword pfmainConf lmtp_header_checks
  202. syntax keyword pfmainConf lmtp_host_lookup
  203. syntax keyword pfmainConf lmtp_lhlo_name
  204. syntax keyword pfmainConf lmtp_lhlo_timeout
  205. syntax keyword pfmainConf lmtp_line_length_limit
  206. syntax keyword pfmainConf lmtp_mail_timeout
  207. syntax keyword pfmainConf lmtp_mime_header_checks
  208. syntax keyword pfmainConf lmtp_mx_address_limit
  209. syntax keyword pfmainConf lmtp_mx_session_limit
  210. syntax keyword pfmainConf lmtp_nested_header_checks
  211. syntax keyword pfmainConf lmtp_per_record_deadline
  212. syntax keyword pfmainConf lmtp_pix_workaround_delay_time
  213. syntax keyword pfmainConf lmtp_pix_workaround_maps
  214. syntax keyword pfmainConf lmtp_pix_workaround_threshold_time
  215. syntax keyword pfmainConf lmtp_pix_workarounds
  216. syntax keyword pfmainConf lmtp_quit_timeout
  217. syntax keyword pfmainConf lmtp_quote_rfc821_envelope
  218. syntax keyword pfmainConf lmtp_randomize_addresses
  219. syntax keyword pfmainConf lmtp_rcpt_timeout
  220. syntax keyword pfmainConf lmtp_reply_filter
  221. syntax keyword pfmainConf lmtp_rset_timeout
  222. syntax keyword pfmainConf lmtp_sasl_auth_cache_name
  223. syntax keyword pfmainConf lmtp_sasl_auth_cache_time
  224. syntax keyword pfmainConf lmtp_sasl_auth_enable
  225. syntax keyword pfmainConf lmtp_sasl_auth_soft_bounce
  226. syntax keyword pfmainConf lmtp_sasl_mechanism_filter
  227. syntax keyword pfmainConf lmtp_sasl_password_maps
  228. syntax keyword pfmainConf lmtp_sasl_path
  229. syntax keyword pfmainConf lmtp_sasl_security_options
  230. syntax keyword pfmainConf lmtp_sasl_tls_security_options
  231. syntax keyword pfmainConf lmtp_sasl_tls_verified_security_options
  232. syntax keyword pfmainConf lmtp_sasl_type
  233. syntax keyword pfmainConf lmtp_send_xforward_command
  234. syntax keyword pfmainConf lmtp_sender_dependent_authentication
  235. syntax keyword pfmainConf lmtp_skip_5xx_greeting
  236. syntax keyword pfmainConf lmtp_starttls_timeout
  237. syntax keyword pfmainConf lmtp_tcp_port
  238. syntax keyword pfmainConf lmtp_tls_CAfile
  239. syntax keyword pfmainConf lmtp_tls_CApath
  240. syntax keyword pfmainConf lmtp_tls_block_early_mail_reply
  241. syntax keyword pfmainConf lmtp_tls_cert_file
  242. syntax keyword pfmainConf lmtp_tls_ciphers
  243. syntax keyword pfmainConf lmtp_tls_dcert_file
  244. syntax keyword pfmainConf lmtp_tls_dkey_file
  245. syntax keyword pfmainConf lmtp_tls_eccert_file
  246. syntax keyword pfmainConf lmtp_tls_eckey_file
  247. syntax keyword pfmainConf lmtp_tls_enforce_peername
  248. syntax keyword pfmainConf lmtp_tls_exclude_ciphers
  249. syntax keyword pfmainConf lmtp_tls_fingerprint_cert_match
  250. syntax keyword pfmainConf lmtp_tls_fingerprint_digest
  251. syntax keyword pfmainConf lmtp_tls_key_file
  252. syntax keyword pfmainConf lmtp_tls_loglevel
  253. syntax keyword pfmainConf lmtp_tls_mandatory_ciphers
  254. syntax keyword pfmainConf lmtp_tls_mandatory_exclude_ciphers
  255. syntax keyword pfmainConf lmtp_tls_mandatory_protocols
  256. syntax keyword pfmainConf lmtp_tls_note_starttls_offer
  257. syntax keyword pfmainConf lmtp_tls_per_site
  258. syntax keyword pfmainConf lmtp_tls_policy_maps
  259. syntax keyword pfmainConf lmtp_tls_protocols
  260. syntax keyword pfmainConf lmtp_tls_scert_verifydepth
  261. syntax keyword pfmainConf lmtp_tls_secure_cert_match
  262. syntax keyword pfmainConf lmtp_tls_security_level
  263. syntax keyword pfmainConf lmtp_tls_session_cache_database
  264. syntax keyword pfmainConf lmtp_tls_session_cache_timeout
  265. syntax keyword pfmainConf lmtp_tls_verify_cert_match
  266. syntax keyword pfmainConf lmtp_use_tls
  267. syntax keyword pfmainConf lmtp_xforward_timeout
  268. syntax keyword pfmainConf local_command_shell
  269. syntax keyword pfmainConf local_destination_concurrency_limit
  270. syntax keyword pfmainConf local_destination_recipient_limit
  271. syntax keyword pfmainConf local_header_rewrite_clients
  272. syntax keyword pfmainConf local_recipient_maps
  273. syntax keyword pfmainConf local_transport
  274. syntax keyword pfmainConf luser_relay
  275. syntax keyword pfmainConf mail_name
  276. syntax keyword pfmainConf mail_owner
  277. syntax keyword pfmainConf mail_release_date
  278. syntax keyword pfmainConf mail_spool_directory
  279. syntax keyword pfmainConf mail_version
  280. syntax keyword pfmainConf mailbox_command
  281. syntax keyword pfmainConf mailbox_command_maps
  282. syntax keyword pfmainConf mailbox_delivery_lock
  283. syntax keyword pfmainConf mailbox_size_limit
  284. syntax keyword pfmainConf mailbox_transport
  285. syntax keyword pfmainConf mailbox_transport_maps
  286. syntax keyword pfmainConf mailq_path
  287. syntax keyword pfmainConf manpage_directory
  288. syntax keyword pfmainConf maps_rbl_domains
  289. syntax keyword pfmainConf maps_rbl_reject_code
  290. syntax keyword pfmainConf master_service_disable
  291. syntax keyword pfmainConf masquerade_classes
  292. syntax keyword pfmainConf masquerade_domains
  293. syntax keyword pfmainConf masquerade_exceptions
  294. syntax keyword pfmainConf max_idle
  295. syntax keyword pfmainConf max_use
  296. syntax keyword pfmainConf maximal_backoff_time
  297. syntax keyword pfmainConf maximal_queue_lifetime
  298. syntax keyword pfmainConf message_reject_characters
  299. syntax keyword pfmainConf message_size_limit
  300. syntax keyword pfmainConf message_strip_characters
  301. syntax keyword pfmainConf milter_command_timeout
  302. syntax keyword pfmainConf milter_connect_macros
  303. syntax keyword pfmainConf milter_connect_timeout
  304. syntax keyword pfmainConf milter_content_timeout
  305. syntax keyword pfmainConf milter_data_macros
  306. syntax keyword pfmainConf milter_default_action
  307. syntax keyword pfmainConf milter_end_of_data_macros
  308. syntax keyword pfmainConf milter_end_of_header_macros
  309. syntax keyword pfmainConf milter_header_checks
  310. syntax keyword pfmainConf milter_helo_macros
  311. syntax keyword pfmainConf milter_macro_daemon_name
  312. syntax keyword pfmainConf milter_macro_v
  313. syntax keyword pfmainConf milter_mail_macros
  314. syntax keyword pfmainConf milter_protocol
  315. syntax keyword pfmainConf milter_rcpt_macros
  316. syntax keyword pfmainConf milter_unknown_command_macros
  317. syntax keyword pfmainConf mime_boundary_length_limit
  318. syntax keyword pfmainConf mime_header_checks
  319. syntax keyword pfmainConf mime_nesting_limit
  320. syntax keyword pfmainConf minimal_backoff_time
  321. syntax keyword pfmainConf multi_instance_directories
  322. syntax keyword pfmainConf multi_instance_enable
  323. syntax keyword pfmainConf multi_instance_group
  324. syntax keyword pfmainConf multi_instance_name
  325. syntax keyword pfmainConf multi_instance_wrapper
  326. syntax keyword pfmainConf multi_recipient_bounce_reject_code
  327. syntax keyword pfmainConf mydestination
  328. syntax keyword pfmainConf mydomain
  329. syntax keyword pfmainConf myhostname
  330. syntax keyword pfmainConf mynetworks
  331. syntax keyword pfmainConf mynetworks_style
  332. syntax keyword pfmainConf myorigin
  333. syntax keyword pfmainConf nested_header_checks
  334. syntax keyword pfmainConf newaliases_path
  335. syntax keyword pfmainConf non_fqdn_reject_code
  336. syntax keyword pfmainConf non_smtpd_milters
  337. syntax keyword pfmainConf notify_classes
  338. syntax keyword pfmainConf owner_request_special
  339. syntax keyword pfmainConf parent_domain_matches_subdomains
  340. syntax keyword pfmainConf permit_mx_backup_networks
  341. syntax keyword pfmainConf pickup_service_name
  342. syntax keyword pfmainConf plaintext_reject_code
  343. syntax keyword pfmainConf postmulti_control_commands
  344. syntax keyword pfmainConf postmulti_start_commands
  345. syntax keyword pfmainConf postmulti_stop_commands
  346. syntax keyword pfmainConf postscreen_access_list
  347. syntax keyword pfmainConf postscreen_bare_newline_action
  348. syntax keyword pfmainConf postscreen_bare_newline_enable
  349. syntax keyword pfmainConf postscreen_bare_newline_ttl
  350. syntax keyword pfmainConf postscreen_blacklist_action
  351. syntax keyword pfmainConf postscreen_cache_cleanup_interval
  352. syntax keyword pfmainConf postscreen_cache_map
  353. syntax keyword pfmainConf postscreen_cache_retention_time
  354. syntax keyword pfmainConf postscreen_client_connection_count_limit
  355. syntax keyword pfmainConf postscreen_command_count_limit
  356. syntax keyword pfmainConf postscreen_command_filter
  357. syntax keyword pfmainConf postscreen_command_time_limit
  358. syntax keyword pfmainConf postscreen_disable_vrfy_command
  359. syntax keyword pfmainConf postscreen_discard_ehlo_keyword_address_maps
  360. syntax keyword pfmainConf postscreen_discard_ehlo_keywords
  361. syntax keyword pfmainConf postscreen_dnsbl_action
  362. syntax keyword pfmainConf postscreen_dnsbl_reply_map
  363. syntax keyword pfmainConf postscreen_dnsbl_sites
  364. syntax keyword pfmainConf postscreen_dnsbl_threshold
  365. syntax keyword pfmainConf postscreen_dnsbl_ttl
  366. syntax keyword pfmainConf postscreen_enforce_tls
  367. syntax keyword pfmainConf postscreen_expansion_filter
  368. syntax keyword pfmainConf postscreen_forbidden_commands
  369. syntax keyword pfmainConf postscreen_greet_action
  370. syntax keyword pfmainConf postscreen_greet_banner
  371. syntax keyword pfmainConf postscreen_greet_ttl
  372. syntax keyword pfmainConf postscreen_greet_wait
  373. syntax keyword pfmainConf postscreen_helo_required
  374. syntax keyword pfmainConf postscreen_non_smtp_command_action
  375. syntax keyword pfmainConf postscreen_non_smtp_command_enable
  376. syntax keyword pfmainConf postscreen_non_smtp_command_ttl
  377. syntax keyword pfmainConf postscreen_pipelining_action
  378. syntax keyword pfmainConf postscreen_pipelining_enable
  379. syntax keyword pfmainConf postscreen_pipelining_ttl
  380. syntax keyword pfmainConf postscreen_post_queue_limit
  381. syntax keyword pfmainConf postscreen_pre_queue_limit
  382. syntax keyword pfmainConf postscreen_reject_footer
  383. syntax keyword pfmainConf postscreen_tls_security_level
  384. syntax keyword pfmainConf postscreen_use_tls
  385. syntax keyword pfmainConf postscreen_watchdog_timeout
  386. syntax keyword pfmainConf postscreen_whitelist_interfaces
  387. syntax keyword pfmainConf prepend_delivered_header
  388. syntax keyword pfmainConf process_id
  389. syntax keyword pfmainConf process_id_directory
  390. syntax keyword pfmainConf process_name
  391. syntax keyword pfmainConf propagate_unmatched_extensions
  392. syntax keyword pfmainConf proxy_interfaces
  393. syntax keyword pfmainConf proxy_read_maps
  394. syntax keyword pfmainConf proxy_write_maps
  395. syntax keyword pfmainConf proxymap_service_name
  396. syntax keyword pfmainConf proxywrite_service_name
  397. syntax keyword pfmainConf qmgr_clog_warn_time
  398. syntax keyword pfmainConf qmgr_fudge_factor
  399. syntax keyword pfmainConf qmgr_message_active_limit
  400. syntax keyword pfmainConf qmgr_message_recipient_limit
  401. syntax keyword pfmainConf qmgr_message_recipient_minimum
  402. syntax keyword pfmainConf qmqpd_authorized_clients
  403. syntax keyword pfmainConf qmqpd_client_port_logging
  404. syntax keyword pfmainConf qmqpd_error_delay
  405. syntax keyword pfmainConf qmqpd_timeout
  406. syntax keyword pfmainConf queue_directory
  407. syntax keyword pfmainConf queue_file_attribute_count_limit
  408. syntax keyword pfmainConf queue_minfree
  409. syntax keyword pfmainConf queue_run_delay
  410. syntax keyword pfmainConf queue_service_name
  411. syntax keyword pfmainConf rbl_reply_maps
  412. syntax keyword pfmainConf readme_directory
  413. syntax keyword pfmainConf receive_override_options
  414. syntax keyword pfmainConf recipient_bcc_maps
  415. syntax keyword pfmainConf recipient_canonical_classes
  416. syntax keyword pfmainConf recipient_canonical_maps
  417. syntax keyword pfmainConf recipient_delimiter
  418. syntax keyword pfmainConf reject_code
  419. syntax keyword pfmainConf reject_tempfail_action
  420. syntax keyword pfmainConf relay_clientcerts
  421. syntax keyword pfmainConf relay_destination_concurrency_limit
  422. syntax keyword pfmainConf relay_destination_recipient_limit
  423. syntax keyword pfmainConf relay_domains
  424. syntax keyword pfmainConf relay_domains_reject_code
  425. syntax keyword pfmainConf relay_recipient_maps
  426. syntax keyword pfmainConf relay_transport
  427. syntax keyword pfmainConf relayhost
  428. syntax keyword pfmainConf relocated_maps
  429. syntax keyword pfmainConf remote_header_rewrite_domain
  430. syntax keyword pfmainConf require_home_directory
  431. syntax keyword pfmainConf reset_owner_alias
  432. syntax keyword pfmainConf resolve_dequoted_address
  433. syntax keyword pfmainConf resolve_null_domain
  434. syntax keyword pfmainConf resolve_numeric_domain
  435. syntax keyword pfmainConf rewrite_service_name
  436. syntax keyword pfmainConf sample_directory
  437. syntax keyword pfmainConf send_cyrus_sasl_authzid
  438. syntax keyword pfmainConf sender_bcc_maps
  439. syntax keyword pfmainConf sender_canonical_classes
  440. syntax keyword pfmainConf sender_canonical_maps
  441. syntax keyword pfmainConf sender_dependent_default_transport_maps
  442. syntax keyword pfmainConf sender_dependent_relayhost_maps
  443. syntax keyword pfmainConf sendmail_path
  444. syntax keyword pfmainConf service_throttle_time
  445. syntax keyword pfmainConf setgid_group
  446. syntax keyword pfmainConf show_user_unknown_table_name
  447. syntax keyword pfmainConf showq_service_name
  448. syntax keyword pfmainConf smtp_address_preference
  449. syntax keyword pfmainConf smtp_always_send_ehlo
  450. syntax keyword pfmainConf smtp_bind_address
  451. syntax keyword pfmainConf smtp_bind_address6
  452. syntax keyword pfmainConf smtp_body_checks
  453. syntax keyword pfmainConf smtp_cname_overrides_servername
  454. syntax keyword pfmainConf smtp_connect_timeout
  455. syntax keyword pfmainConf smtp_connection_cache_destinations
  456. syntax keyword pfmainConf smtp_connection_cache_on_demand
  457. syntax keyword pfmainConf smtp_connection_cache_time_limit
  458. syntax keyword pfmainConf smtp_connection_reuse_time_limit
  459. syntax keyword pfmainConf smtp_data_done_timeout
  460. syntax keyword pfmainConf smtp_data_init_timeout
  461. syntax keyword pfmainConf smtp_data_xfer_timeout
  462. syntax keyword pfmainConf smtp_defer_if_no_mx_address_found
  463. syntax keyword pfmainConf smtp_destination_concurrency_limit
  464. syntax keyword pfmainConf smtp_destination_recipient_limit
  465. syntax keyword pfmainConf smtp_discard_ehlo_keyword_address_maps
  466. syntax keyword pfmainConf smtp_discard_ehlo_keywords
  467. syntax keyword pfmainConf smtp_dns_resolver_options
  468. syntax keyword pfmainConf smtp_enforce_tls
  469. syntax keyword pfmainConf smtp_fallback_relay
  470. syntax keyword pfmainConf smtp_generic_maps
  471. syntax keyword pfmainConf smtp_header_checks
  472. syntax keyword pfmainConf smtp_helo_name
  473. syntax keyword pfmainConf smtp_helo_timeout
  474. syntax keyword pfmainConf smtp_host_lookup
  475. syntax keyword pfmainConf smtp_line_length_limit
  476. syntax keyword pfmainConf smtp_mail_timeout
  477. syntax keyword pfmainConf smtp_mime_header_checks
  478. syntax keyword pfmainConf smtp_mx_address_limit
  479. syntax keyword pfmainConf smtp_mx_session_limit
  480. syntax keyword pfmainConf smtp_nested_header_checks
  481. syntax keyword pfmainConf smtp_never_send_ehlo
  482. syntax keyword pfmainConf smtp_pix_workaround_delay_time
  483. syntax keyword pfmainConf smtp_pix_workaround_maps
  484. syntax keyword pfmainConf smtp_pix_workaround_threshold_time
  485. syntax keyword pfmainConf smtp_pix_workarounds
  486. syntax keyword pfmainConf smtp_quit_timeout
  487. syntax keyword pfmainConf smtp_quote_rfc821_envelope
  488. syntax keyword pfmainConf smtp_randomize_addresses
  489. syntax keyword pfmainConf smtp_rcpt_timeout
  490. syntax keyword pfmainConf smtp_reply_filter
  491. syntax keyword pfmainConf smtp_rset_timeout
  492. syntax keyword pfmainConf smtp_sasl_auth_cache_name
  493. syntax keyword pfmainConf smtp_sasl_auth_cache_time
  494. syntax keyword pfmainConf smtp_sasl_auth_enable
  495. syntax keyword pfmainConf smtp_sasl_auth_soft_bounce
  496. syntax keyword pfmainConf smtp_sasl_mechanism_filter
  497. syntax keyword pfmainConf smtp_sasl_password_maps
  498. syntax keyword pfmainConf smtp_sasl_path
  499. syntax keyword pfmainConf smtp_sasl_security_options
  500. syntax keyword pfmainConf smtp_sasl_tls_security_options
  501. syntax keyword pfmainConf smtp_sasl_tls_verified_security_options
  502. syntax keyword pfmainConf smtp_sasl_type
  503. syntax keyword pfmainConf smtp_send_xforward_command
  504. syntax keyword pfmainConf smtp_sender_dependent_authentication
  505. syntax keyword pfmainConf smtp_skip_5xx_greeting
  506. syntax keyword pfmainConf smtp_skip_quit_response
  507. syntax keyword pfmainConf smtp_starttls_timeout
  508. syntax keyword pfmainConf smtp_tls_CAfile
  509. syntax keyword pfmainConf smtp_tls_CApath
  510. syntax keyword pfmainConf smtp_tls_block_early_mail_reply
  511. syntax keyword pfmainConf smtp_tls_cert_file
  512. syntax keyword pfmainConf smtp_tls_cipherlist
  513. syntax keyword pfmainConf smtp_tls_ciphers
  514. syntax keyword pfmainConf smtp_tls_dcert_file
  515. syntax keyword pfmainConf smtp_tls_dkey_file
  516. syntax keyword pfmainConf smtp_tls_eccert_file
  517. syntax keyword pfmainConf smtp_tls_eckey_file
  518. syntax keyword pfmainConf smtp_tls_enforce_peername
  519. syntax keyword pfmainConf smtp_tls_exclude_ciphers
  520. syntax keyword pfmainConf smtp_tls_fingerprint_cert_match
  521. syntax keyword pfmainConf smtp_tls_fingerprint_digest
  522. syntax keyword pfmainConf smtp_tls_key_file
  523. syntax keyword pfmainConf smtp_tls_loglevel
  524. syntax keyword pfmainConf smtp_tls_mandatory_ciphers
  525. syntax keyword pfmainConf smtp_tls_mandatory_exclude_ciphers
  526. syntax keyword pfmainConf smtp_tls_mandatory_protocols
  527. syntax keyword pfmainConf smtp_tls_note_starttls_offer
  528. syntax keyword pfmainConf smtp_tls_per_site
  529. syntax keyword pfmainConf smtp_tls_policy_maps
  530. syntax keyword pfmainConf smtp_tls_protocols
  531. syntax keyword pfmainConf smtp_tls_scert_verifydepth
  532. syntax keyword pfmainConf smtp_tls_secure_cert_match
  533. syntax keyword pfmainConf smtp_tls_security_level
  534. syntax keyword pfmainConf smtp_tls_session_cache_database
  535. syntax keyword pfmainConf smtp_tls_session_cache_timeout
  536. syntax keyword pfmainConf smtp_tls_verify_cert_match
  537. syntax keyword pfmainConf smtp_use_tls
  538. syntax keyword pfmainConf smtp_xforward_timeout
  539. syntax keyword pfmainConf smtpd_authorized_verp_clients
  540. syntax keyword pfmainConf smtpd_authorized_xclient_hosts
  541. syntax keyword pfmainConf smtpd_authorized_xforward_hosts
  542. syntax keyword pfmainConf smtpd_banner
  543. syntax keyword pfmainConf smtpd_client_connection_count_limit
  544. syntax keyword pfmainConf smtpd_client_connection_rate_limit
  545. syntax keyword pfmainConf smtpd_client_event_limit_exceptions
  546. syntax keyword pfmainConf smtpd_client_message_rate_limit
  547. syntax keyword pfmainConf smtpd_client_new_tls_session_rate_limit
  548. syntax keyword pfmainConf smtpd_client_port_logging
  549. syntax keyword pfmainConf smtpd_client_recipient_rate_limit
  550. syntax keyword pfmainConf smtpd_client_restrictions
  551. syntax keyword pfmainConf smtpd_command_filter
  552. syntax keyword pfmainConf smtpd_data_restrictions
  553. syntax keyword pfmainConf smtpd_delay_open_until_valid_rcpt
  554. syntax keyword pfmainConf smtpd_delay_reject
  555. syntax keyword pfmainConf smtpd_discard_ehlo_keyword_address_maps
  556. syntax keyword pfmainConf smtpd_discard_ehlo_keywords
  557. syntax keyword pfmainConf smtpd_end_of_data_restrictions
  558. syntax keyword pfmainConf smtpd_enforce_tls
  559. syntax keyword pfmainConf smtpd_error_sleep_time
  560. syntax keyword pfmainConf smtpd_etrn_restrictions
  561. syntax keyword pfmainConf smtpd_expansion_filter
  562. syntax keyword pfmainConf smtpd_forbidden_commands
  563. syntax keyword pfmainConf smtpd_hard_error_limit
  564. syntax keyword pfmainConf smtpd_helo_required
  565. syntax keyword pfmainConf smtpd_helo_restrictions
  566. syntax keyword pfmainConf smtpd_history_flush_threshold
  567. syntax keyword pfmainConf smtpd_junk_command_limit
  568. syntax keyword pfmainConf smtpd_milters
  569. syntax keyword pfmainConf smtpd_noop_commands
  570. syntax keyword pfmainConf smtpd_null_access_lookup_key
  571. syntax keyword pfmainConf smtpd_peername_lookup
  572. syntax keyword pfmainConf smtpd_per_record_deadline
  573. syntax keyword pfmainConf smtpd_policy_service_max_idle
  574. syntax keyword pfmainConf smtpd_policy_service_max_ttl
  575. syntax keyword pfmainConf smtpd_policy_service_timeout
  576. syntax keyword pfmainConf smtpd_proxy_ehlo
  577. syntax keyword pfmainConf smtpd_proxy_filter
  578. syntax keyword pfmainConf smtpd_proxy_options
  579. syntax keyword pfmainConf smtpd_proxy_timeout
  580. syntax keyword pfmainConf smtpd_recipient_limit
  581. syntax keyword pfmainConf smtpd_recipient_overshoot_limit
  582. syntax keyword pfmainConf smtpd_recipient_restrictions
  583. syntax keyword pfmainConf smtpd_reject_footer
  584. syntax keyword pfmainConf smtpd_reject_unlisted_recipient
  585. syntax keyword pfmainConf smtpd_reject_unlisted_sender
  586. syntax keyword pfmainConf smtpd_restriction_classes
  587. syntax keyword pfmainConf smtpd_sasl_auth_enable
  588. syntax keyword pfmainConf smtpd_sasl_authenticated_header
  589. syntax keyword pfmainConf smtpd_sasl_exceptions_networks
  590. syntax keyword pfmainConf smtpd_sasl_local_domain
  591. syntax keyword pfmainConf smtpd_sasl_path
  592. syntax keyword pfmainConf smtpd_sasl_security_options
  593. syntax keyword pfmainConf smtpd_sasl_tls_security_options
  594. syntax keyword pfmainConf smtpd_sasl_type
  595. syntax keyword pfmainConf smtpd_sender_login_maps
  596. syntax keyword pfmainConf smtpd_sender_restrictions
  597. syntax keyword pfmainConf smtpd_service_name
  598. syntax keyword pfmainConf smtpd_soft_error_limit
  599. syntax keyword pfmainConf smtpd_starttls_timeout
  600. syntax keyword pfmainConf smtpd_timeout
  601. syntax keyword pfmainConf smtpd_tls_CAfile
  602. syntax keyword pfmainConf smtpd_tls_CApath
  603. syntax keyword pfmainConf smtpd_tls_always_issue_session_ids
  604. syntax keyword pfmainConf smtpd_tls_ask_ccert
  605. syntax keyword pfmainConf smtpd_tls_auth_only
  606. syntax keyword pfmainConf smtpd_tls_ccert_verifydepth
  607. syntax keyword pfmainConf smtpd_tls_cert_file
  608. syntax keyword pfmainConf smtpd_tls_cipherlist
  609. syntax keyword pfmainConf smtpd_tls_ciphers
  610. syntax keyword pfmainConf smtpd_tls_dcert_file
  611. syntax keyword pfmainConf smtpd_tls_dh1024_param_file
  612. syntax keyword pfmainConf smtpd_tls_dh512_param_file
  613. syntax keyword pfmainConf smtpd_tls_dkey_file
  614. syntax keyword pfmainConf smtpd_tls_eccert_file
  615. syntax keyword pfmainConf smtpd_tls_eckey_file
  616. syntax keyword pfmainConf smtpd_tls_eecdh_grade
  617. syntax keyword pfmainConf smtpd_tls_exclude_ciphers
  618. syntax keyword pfmainConf smtpd_tls_fingerprint_digest
  619. syntax keyword pfmainConf smtpd_tls_key_file
  620. syntax keyword pfmainConf smtpd_tls_loglevel
  621. syntax keyword pfmainConf smtpd_tls_mandatory_ciphers
  622. syntax keyword pfmainConf smtpd_tls_mandatory_exclude_ciphers
  623. syntax keyword pfmainConf smtpd_tls_mandatory_protocols
  624. syntax keyword pfmainConf smtpd_tls_protocols
  625. syntax keyword pfmainConf smtpd_tls_received_header
  626. syntax keyword pfmainConf smtpd_tls_req_ccert
  627. syntax keyword pfmainConf smtpd_tls_security_level
  628. syntax keyword pfmainConf smtpd_tls_session_cache_database
  629. syntax keyword pfmainConf smtpd_tls_session_cache_timeout
  630. syntax keyword pfmainConf smtpd_tls_wrappermode
  631. syntax keyword pfmainConf smtpd_use_tls
  632. syntax keyword pfmainConf soft_bounce
  633. syntax keyword pfmainConf stale_lock_time
  634. syntax keyword pfmainConf stress
  635. syntax keyword pfmainConf strict_7bit_headers
  636. syntax keyword pfmainConf strict_8bitmime
  637. syntax keyword pfmainConf strict_8bitmime_body
  638. syntax keyword pfmainConf strict_mime_encoding_domain
  639. syntax keyword pfmainConf strict_rfc821_envelopes
  640. syntax keyword pfmainConf strict_7bit_headers
  641. syntax keyword pfmainConf strict_8bitmime
  642. syntax keyword pfmainConf strict_8bitmime_body
  643. syntax keyword pfmainConf strict_mailbox_ownership
  644. syntax keyword pfmainConf strict_mime_encoding_domain
  645. syntax keyword pfmainConf strict_rfc821_envelopes
  646. syntax keyword pfmainConf sun_mailtool_compatibility
  647. syntax keyword pfmainConf swap_bangpath
  648. syntax keyword pfmainConf syslog_facility
  649. syntax keyword pfmainConf syslog_name
  650. syntax keyword pfmainConf tcp_windowsize
  651. syntax keyword pfmainConf tls_append_default_CA
  652. syntax keyword pfmainConf tls_daemon_random_bytes
  653. syntax keyword pfmainConf tls_disable_workarounds
  654. syntax keyword pfmainConf tls_eecdh_strong_curve
  655. syntax keyword pfmainConf tls_eecdh_ultra_curve
  656. syntax keyword pfmainConf tls_export_cipherlist
  657. syntax keyword pfmainConf tls_high_cipherlist
  658. syntax keyword pfmainConf tls_low_cipherlist
  659. syntax keyword pfmainConf tls_medium_cipherlist
  660. syntax keyword pfmainConf tls_null_cipherlist
  661. syntax keyword pfmainConf tls_preempt_cipherlist
  662. syntax keyword pfmainConf tls_random_bytes
  663. syntax keyword pfmainConf tls_random_exchange_name
  664. syntax keyword pfmainConf tls_random_prng_update_period
  665. syntax keyword pfmainConf tls_random_reseed_period
  666. syntax keyword pfmainConf tls_random_source
  667. syntax keyword pfmainConf tlsproxy_enforce_tls
  668. syntax keyword pfmainConf tlsproxy_service_name
  669. syntax keyword pfmainConf tlsproxy_tls_CAfile
  670. syntax keyword pfmainConf tlsproxy_tls_CApath
  671. syntax keyword pfmainConf tlsproxy_tls_always_issue_session_ids
  672. syntax keyword pfmainConf tlsproxy_tls_ask_ccert
  673. syntax keyword pfmainConf tlsproxy_tls_ccert_verifydepth
  674. syntax keyword pfmainConf tlsproxy_tls_cert_file
  675. syntax keyword pfmainConf tlsproxy_tls_ciphers
  676. syntax keyword pfmainConf tlsproxy_tls_dcert_file
  677. syntax keyword pfmainConf tlsproxy_tls_dh1024_param_file
  678. syntax keyword pfmainConf tlsproxy_tls_dh512_param_file
  679. syntax keyword pfmainConf tlsproxy_tls_dkey_file
  680. syntax keyword pfmainConf tlsproxy_tls_eccert_file
  681. syntax keyword pfmainConf tlsproxy_tls_eckey_file
  682. syntax keyword pfmainConf tlsproxy_tls_eecdh_grade
  683. syntax keyword pfmainConf tlsproxy_tls_exclude_ciphers
  684. syntax keyword pfmainConf tlsproxy_tls_fingerprint_digest
  685. syntax keyword pfmainConf tlsproxy_tls_key_file
  686. syntax keyword pfmainConf tlsproxy_tls_loglevel
  687. syntax keyword pfmainConf tlsproxy_tls_mandatory_ciphers
  688. syntax keyword pfmainConf tlsproxy_tls_mandatory_exclude_ciphers
  689. syntax keyword pfmainConf tlsproxy_tls_mandatory_protocols
  690. syntax keyword pfmainConf tlsproxy_tls_protocols
  691. syntax keyword pfmainConf tlsproxy_tls_req_ccert
  692. syntax keyword pfmainConf tlsproxy_tls_security_level
  693. syntax keyword pfmainConf tlsproxy_tls_session_cache_timeout
  694. syntax keyword pfmainConf tlsproxy_use_tls
  695. syntax keyword pfmainConf tlsproxy_watchdog_timeout
  696. syntax keyword pfmainConf trace_service_name
  697. syntax keyword pfmainConf transport_delivery_slot_cost
  698. syntax keyword pfmainConf transport_delivery_slot_discount
  699. syntax keyword pfmainConf transport_delivery_slot_loan
  700. syntax keyword pfmainConf transport_destination_concurrency_failed_cohort_limit
  701. syntax keyword pfmainConf transport_destination_concurrency_limit
  702. syntax keyword pfmainConf transport_destination_concurrency_negative_feedback
  703. syntax keyword pfmainConf transport_destination_concurrency_positive_feedback
  704. syntax keyword pfmainConf transport_destination_rate_delay
  705. syntax keyword pfmainConf transport_destination_recipient_limit
  706. syntax keyword pfmainConf transport_extra_recipient_limit
  707. syntax keyword pfmainConf transport_initial_destination_concurrency
  708. syntax keyword pfmainConf transport_maps
  709. syntax keyword pfmainConf transport_minimum_delivery_slots
  710. syntax keyword pfmainConf transport_recipient_limit
  711. syntax keyword pfmainConf transport_recipient_refill_delay
  712. syntax keyword pfmainConf transport_recipient_refill_limit
  713. syntax keyword pfmainConf transport_retry_time
  714. syntax keyword pfmainConf trigger_timeout
  715. syntax keyword pfmainConf undisclosed_recipients_header
  716. syntax keyword pfmainConf unknown_address_reject_code
  717. syntax keyword pfmainConf unknown_address_tempfail_action
  718. syntax keyword pfmainConf unknown_client_reject_code
  719. syntax keyword pfmainConf unknown_helo_hostname_tempfail_action
  720. syntax keyword pfmainConf unknown_hostname_reject_code
  721. syntax keyword pfmainConf unknown_local_recipient_reject_code
  722. syntax keyword pfmainConf unknown_relay_recipient_reject_code
  723. syntax keyword pfmainConf unknown_virtual_alias_reject_code
  724. syntax keyword pfmainConf unknown_virtual_mailbox_reject_code
  725. syntax keyword pfmainConf unverified_recipient_defer_code
  726. syntax keyword pfmainConf unverified_recipient_reject_code
  727. syntax keyword pfmainConf unverified_recipient_reject_reason
  728. syntax keyword pfmainConf unverified_recipient_tempfail_action
  729. syntax keyword pfmainConf unverified_sender_defer_code
  730. syntax keyword pfmainConf unverified_sender_reject_code
  731. syntax keyword pfmainConf unverified_sender_reject_reason
  732. syntax keyword pfmainConf unverified_sender_tempfail_action
  733. syntax keyword pfmainConf verp_delimiter_filter
  734. syntax keyword pfmainConf virtual_alias_domains
  735. syntax keyword pfmainConf virtual_alias_expansion_limit
  736. syntax keyword pfmainConf virtual_alias_maps
  737. syntax keyword pfmainConf virtual_alias_recursion_limit
  738. syntax keyword pfmainConf virtual_destination_concurrency_limit
  739. syntax keyword pfmainConf virtual_destination_recipient_limit
  740. syntax keyword pfmainConf virtual_gid_maps
  741. syntax keyword pfmainConf virtual_mailbox_base
  742. syntax keyword pfmainConf virtual_mailbox_domains
  743. syntax keyword pfmainConf virtual_mailbox_limit
  744. syntax keyword pfmainConf virtual_mailbox_lock
  745. syntax keyword pfmainConf virtual_mailbox_maps
  746. syntax keyword pfmainConf virtual_minimum_uid
  747. syntax keyword pfmainConf virtual_transport
  748. syntax keyword pfmainConf virtual_uid_maps
  749. syntax match pfmainRef "$\<2bounce_notice_recipient\>"
  750. syntax match pfmainRef "$\<access_map_defer_code\>"
  751. syntax match pfmainRef "$\<access_map_reject_code\>"
  752. syntax match pfmainRef "$\<address_verify_cache_cleanup_interval\>"
  753. syntax match pfmainRef "$\<address_verify_default_transport\>"
  754. syntax match pfmainRef "$\<address_verify_local_transport\>"
  755. syntax match pfmainRef "$\<address_verify_map\>"
  756. syntax match pfmainRef "$\<address_verify_negative_cache\>"
  757. syntax match pfmainRef "$\<address_verify_negative_expire_time\>"
  758. syntax match pfmainRef "$\<address_verify_negative_refresh_time\>"
  759. syntax match pfmainRef "$\<address_verify_poll_count\>"
  760. syntax match pfmainRef "$\<address_verify_poll_delay\>"
  761. syntax match pfmainRef "$\<address_verify_positive_expire_time\>"
  762. syntax match pfmainRef "$\<address_verify_positive_refresh_time\>"
  763. syntax match pfmainRef "$\<address_verify_relay_transport\>"
  764. syntax match pfmainRef "$\<address_verify_relayhost\>"
  765. syntax match pfmainRef "$\<address_verify_sender\>"
  766. syntax match pfmainRef "$\<address_verify_sender_dependent_default_transport_maps\>"
  767. syntax match pfmainRef "$\<address_verify_sender_dependent_relayhost_maps\>"
  768. syntax match pfmainRef "$\<address_verify_service_name\>"
  769. syntax match pfmainRef "$\<address_verify_transport_maps\>"
  770. syntax match pfmainRef "$\<address_verify_virtual_transport\>"
  771. syntax match pfmainRef "$\<alias_database\>"
  772. syntax match pfmainRef "$\<alias_maps\>"
  773. syntax match pfmainRef "$\<allow_mail_to_commands\>"
  774. syntax match pfmainRef "$\<allow_mail_to_files\>"
  775. syntax match pfmainRef "$\<allow_min_user\>"
  776. syntax match pfmainRef "$\<allow_percent_hack\>"
  777. syntax match pfmainRef "$\<allow_untrusted_routing\>"
  778. syntax match pfmainRef "$\<alternate_config_directories\>"
  779. syntax match pfmainRef "$\<always_bcc\>"
  780. syntax match pfmainRef "$\<anvil_rate_time_unit\>"
  781. syntax match pfmainRef "$\<anvil_status_update_time\>"
  782. syntax match pfmainRef "$\<append_at_myorigin\>"
  783. syntax match pfmainRef "$\<append_dot_mydomain\>"
  784. syntax match pfmainRef "$\<application_event_drain_time\>"
  785. syntax match pfmainRef "$\<authorized_flush_users\>"
  786. syntax match pfmainRef "$\<authorized_mailq_users\>"
  787. syntax match pfmainRef "$\<authorized_submit_users\>"
  788. syntax match pfmainRef "$\<backwards_bounce_logfile_compatibility\>"
  789. syntax match pfmainRef "$\<berkeley_db_create_buffer_size\>"
  790. syntax match pfmainRef "$\<berkeley_db_read_buffer_size\>"
  791. syntax match pfmainRef "$\<best_mx_transport\>"
  792. syntax match pfmainRef "$\<biff\>"
  793. syntax match pfmainRef "$\<body_checks\>"
  794. syntax match pfmainRef "$\<body_checks_size_limit\>"
  795. syntax match pfmainRef "$\<bounce_notice_recipient\>"
  796. syntax match pfmainRef "$\<bounce_queue_lifetime\>"
  797. syntax match pfmainRef "$\<bounce_service_name\>"
  798. syntax match pfmainRef "$\<bounce_size_limit\>"
  799. syntax match pfmainRef "$\<bounce_template_file\>"
  800. syntax match pfmainRef "$\<broken_sasl_auth_clients\>"
  801. syntax match pfmainRef "$\<canonical_classes\>"
  802. syntax match pfmainRef "$\<canonical_maps\>"
  803. syntax match pfmainRef "$\<cleanup_service_name\>"
  804. syntax match pfmainRef "$\<command_directory\>"
  805. syntax match pfmainRef "$\<command_execution_directory\>"
  806. syntax match pfmainRef "$\<command_expansion_filter\>"
  807. syntax match pfmainRef "$\<command_time_limit\>"
  808. syntax match pfmainRef "$\<config_directory\>"
  809. syntax match pfmainRef "$\<connection_cache_protocol_timeout\>"
  810. syntax match pfmainRef "$\<connection_cache_service_name\>"
  811. syntax match pfmainRef "$\<connection_cache_status_update_time\>"
  812. syntax match pfmainRef "$\<connection_cache_ttl_limit\>"
  813. syntax match pfmainRef "$\<content_filter\>"
  814. syntax match pfmainRef "$\<cyrus_sasl_config_path\>"
  815. syntax match pfmainRef "$\<daemon_directory\>"
  816. syntax match pfmainRef "$\<daemon_timeout\>"
  817. syntax match pfmainRef "$\<data_directory\>"
  818. syntax match pfmainRef "$\<debug_peer_level\>"
  819. syntax match pfmainRef "$\<debug_peer_list\>"
  820. syntax match pfmainRef "$\<default_database_type\>"
  821. syntax match pfmainRef "$\<default_delivery_slot_cost\>"
  822. syntax match pfmainRef "$\<default_delivery_slot_discount\>"
  823. syntax match pfmainRef "$\<default_delivery_slot_loan\>"
  824. syntax match pfmainRef "$\<default_destination_concurrency_failed_cohort_limit\>"
  825. syntax match pfmainRef "$\<default_destination_concurrency_limit\>"
  826. syntax match pfmainRef "$\<default_destination_concurrency_negative_feedback\>"
  827. syntax match pfmainRef "$\<default_destination_concurrency_positive_feedback\>"
  828. syntax match pfmainRef "$\<default_destination_rate_delay\>"
  829. syntax match pfmainRef "$\<default_destination_recipient_limit\>"
  830. syntax match pfmainRef "$\<default_extra_recipient_limit\>"
  831. syntax match pfmainRef "$\<default_filter_nexthop\>"
  832. syntax match pfmainRef "$\<default_minimum_delivery_slots\>"
  833. syntax match pfmainRef "$\<default_privs\>"
  834. syntax match pfmainRef "$\<default_process_limit\>"
  835. syntax match pfmainRef "$\<default_rbl_reply\>"
  836. syntax match pfmainRef "$\<default_recipient_limit\>"
  837. syntax match pfmainRef "$\<default_recipient_refill_delay\>"
  838. syntax match pfmainRef "$\<default_recipient_refill_limit\>"
  839. syntax match pfmainRef "$\<default_transport\>"
  840. syntax match pfmainRef "$\<default_verp_delimiters\>"
  841. syntax match pfmainRef "$\<defer_code\>"
  842. syntax match pfmainRef "$\<defer_service_name\>"
  843. syntax match pfmainRef "$\<defer_transports\>"
  844. syntax match pfmainRef "$\<delay_logging_resolution_limit\>"
  845. syntax match pfmainRef "$\<delay_notice_recipient\>"
  846. syntax match pfmainRef "$\<delay_warning_time\>"
  847. syntax match pfmainRef "$\<deliver_lock_attempts\>"
  848. syntax match pfmainRef "$\<deliver_lock_delay\>"
  849. syntax match pfmainRef "$\<destination_concurrency_feedback_debug\>"
  850. syntax match pfmainRef "$\<detect_8bit_encoding_header\>"
  851. syntax match pfmainRef "$\<disable_dns_lookups\>"
  852. syntax match pfmainRef "$\<disable_mime_input_processing\>"
  853. syntax match pfmainRef "$\<disable_mime_output_conversion\>"
  854. syntax match pfmainRef "$\<disable_verp_bounces\>"
  855. syntax match pfmainRef "$\<disable_vrfy_command\>"
  856. syntax match pfmainRef "$\<dnsblog_reply_delay\>"
  857. syntax match pfmainRef "$\<dnsblog_service_name\>"
  858. syntax match pfmainRef "$\<dont_remove\>"
  859. syntax match pfmainRef "$\<double_bounce_sender\>"
  860. syntax match pfmainRef "$\<duplicate_filter_limit\>"
  861. syntax match pfmainRef "$\<empty_address_default_transport_maps_lookup_key\>"
  862. syntax match pfmainRef "$\<empty_address_recipient\>"
  863. syntax match pfmainRef "$\<empty_address_relayhost_maps_lookup_key\>"
  864. syntax match pfmainRef "$\<enable_long_queue_ids\>"
  865. syntax match pfmainRef "$\<enable_original_recipient\>"
  866. syntax match pfmainRef "$\<error_notice_recipient\>"
  867. syntax match pfmainRef "$\<error_service_name\>"
  868. syntax match pfmainRef "$\<execution_directory_expansion_filter\>"
  869. syntax match pfmainRef "$\<expand_owner_alias\>"
  870. syntax match pfmainRef "$\<export_environment\>"
  871. syntax match pfmainRef "$\<fallback_transport\>"
  872. syntax match pfmainRef "$\<fallback_transport_maps\>"
  873. syntax match pfmainRef "$\<fast_flush_domains\>"
  874. syntax match pfmainRef "$\<fast_flush_purge_time\>"
  875. syntax match pfmainRef "$\<fast_flush_refresh_time\>"
  876. syntax match pfmainRef "$\<fault_injection_code\>"
  877. syntax match pfmainRef "$\<flush_service_name\>"
  878. syntax match pfmainRef "$\<fork_attempts\>"
  879. syntax match pfmainRef "$\<fork_delay\>"
  880. syntax match pfmainRef "$\<forward_expansion_filter\>"
  881. syntax match pfmainRef "$\<forward_path\>"
  882. syntax match pfmainRef "$\<frozen_delivered_to\>"
  883. syntax match pfmainRef "$\<hash_queue_depth\>"
  884. syntax match pfmainRef "$\<hash_queue_names\>"
  885. syntax match pfmainRef "$\<header_address_token_limit\>"
  886. syntax match pfmainRef "$\<header_checks\>"
  887. syntax match pfmainRef "$\<header_size_limit\>"
  888. syntax match pfmainRef "$\<helpful_warnings\>"
  889. syntax match pfmainRef "$\<home_mailbox\>"
  890. syntax match pfmainRef "$\<hopcount_limit\>"
  891. syntax match pfmainRef "$\<html_directory\>"
  892. syntax match pfmainRef "$\<ignore_mx_lookup_error\>"
  893. syntax match pfmainRef "$\<import_environment\>"
  894. syntax match pfmainRef "$\<in_flow_delay\>"
  895. syntax match pfmainRef "$\<inet_interfaces\>"
  896. syntax match pfmainRef "$\<inet_protocols\>"
  897. syntax match pfmainRef "$\<initial_destination_concurrency\>"
  898. syntax match pfmainRef "$\<internal_mail_filter_classes\>"
  899. syntax match pfmainRef "$\<invalid_hostname_reject_code\>"
  900. syntax match pfmainRef "$\<ipc_idle\>"
  901. syntax match pfmainRef "$\<ipc_timeout\>"
  902. syntax match pfmainRef "$\<ipc_ttl\>"
  903. syntax match pfmainRef "$\<line_length_limit\>"
  904. syntax match pfmainRef "$\<lmtp_address_preference\>"
  905. syntax match pfmainRef "$\<lmtp_bind_address\>"
  906. syntax match pfmainRef "$\<lmtp_bind_address6\>"
  907. syntax match pfmainRef "$\<lmtp_body_checks\>"
  908. syntax match pfmainRef "$\<lmtp_cname_overrides_servername\>"
  909. syntax match pfmainRef "$\<lmtp_connect_timeout\>"
  910. syntax match pfmainRef "$\<lmtp_connection_cache_destinations\>"
  911. syntax match pfmainRef "$\<lmtp_connection_cache_on_demand\>"
  912. syntax match pfmainRef "$\<lmtp_connection_cache_time_limit\>"
  913. syntax match pfmainRef "$\<lmtp_connection_reuse_time_limit\>"
  914. syntax match pfmainRef "$\<lmtp_data_done_timeout\>"
  915. syntax match pfmainRef "$\<lmtp_data_init_timeout\>"
  916. syntax match pfmainRef "$\<lmtp_data_xfer_timeout\>"
  917. syntax match pfmainRef "$\<lmtp_defer_if_no_mx_address_found\>"
  918. syntax match pfmainRef "$\<lmtp_destination_concurrency_limit\>"
  919. syntax match pfmainRef "$\<lmtp_destination_recipient_limit\>"
  920. syntax match pfmainRef "$\<lmtp_discard_lhlo_keyword_address_maps\>"
  921. syntax match pfmainRef "$\<lmtp_discard_lhlo_keywords\>"
  922. syntax match pfmainRef "$\<lmtp_dns_resolver_options\>"
  923. syntax match pfmainRef "$\<lmtp_enforce_tls\>"
  924. syntax match pfmainRef "$\<lmtp_generic_maps\>"
  925. syntax match pfmainRef "$\<lmtp_header_checks\>"
  926. syntax match pfmainRef "$\<lmtp_host_lookup\>"
  927. syntax match pfmainRef "$\<lmtp_lhlo_name\>"
  928. syntax match pfmainRef "$\<lmtp_lhlo_timeout\>"
  929. syntax match pfmainRef "$\<lmtp_line_length_limit\>"
  930. syntax match pfmainRef "$\<lmtp_mail_timeout\>"
  931. syntax match pfmainRef "$\<lmtp_mime_header_checks\>"
  932. syntax match pfmainRef "$\<lmtp_mx_address_limit\>"
  933. syntax match pfmainRef "$\<lmtp_mx_session_limit\>"
  934. syntax match pfmainRef "$\<lmtp_nested_header_checks\>"
  935. syntax match pfmainRef "$\<lmtp_per_record_deadline\>"
  936. syntax match pfmainRef "$\<lmtp_pix_workaround_delay_time\>"
  937. syntax match pfmainRef "$\<lmtp_pix_workaround_maps\>"
  938. syntax match pfmainRef "$\<lmtp_pix_workaround_threshold_time\>"
  939. syntax match pfmainRef "$\<lmtp_pix_workarounds\>"
  940. syntax match pfmainRef "$\<lmtp_quit_timeout\>"
  941. syntax match pfmainRef "$\<lmtp_quote_rfc821_envelope\>"
  942. syntax match pfmainRef "$\<lmtp_randomize_addresses\>"
  943. syntax match pfmainRef "$\<lmtp_rcpt_timeout\>"
  944. syntax match pfmainRef "$\<lmtp_reply_filter\>"
  945. syntax match pfmainRef "$\<lmtp_rset_timeout\>"
  946. syntax match pfmainRef "$\<lmtp_sasl_auth_cache_name\>"
  947. syntax match pfmainRef "$\<lmtp_sasl_auth_cache_time\>"
  948. syntax match pfmainRef "$\<lmtp_sasl_auth_enable\>"
  949. syntax match pfmainRef "$\<lmtp_sasl_auth_soft_bounce\>"
  950. syntax match pfmainRef "$\<lmtp_sasl_mechanism_filter\>"
  951. syntax match pfmainRef "$\<lmtp_sasl_password_maps\>"
  952. syntax match pfmainRef "$\<lmtp_sasl_path\>"
  953. syntax match pfmainRef "$\<lmtp_sasl_security_options\>"
  954. syntax match pfmainRef "$\<lmtp_sasl_tls_security_options\>"
  955. syntax match pfmainRef "$\<lmtp_sasl_tls_verified_security_options\>"
  956. syntax match pfmainRef "$\<lmtp_sasl_type\>"
  957. syntax match pfmainRef "$\<lmtp_send_xforward_command\>"
  958. syntax match pfmainRef "$\<lmtp_sender_dependent_authentication\>"
  959. syntax match pfmainRef "$\<lmtp_skip_5xx_greeting\>"
  960. syntax match pfmainRef "$\<lmtp_starttls_timeout\>"
  961. syntax match pfmainRef "$\<lmtp_tcp_port\>"
  962. syntax match pfmainRef "$\<lmtp_tls_CAfile\>"
  963. syntax match pfmainRef "$\<lmtp_tls_CApath\>"
  964. syntax match pfmainRef "$\<lmtp_tls_block_early_mail_reply\>"
  965. syntax match pfmainRef "$\<lmtp_tls_cert_file\>"
  966. syntax match pfmainRef "$\<lmtp_tls_ciphers\>"
  967. syntax match pfmainRef "$\<lmtp_tls_dcert_file\>"
  968. syntax match pfmainRef "$\<lmtp_tls_dkey_file\>"
  969. syntax match pfmainRef "$\<lmtp_tls_eccert_file\>"
  970. syntax match pfmainRef "$\<lmtp_tls_eckey_file\>"
  971. syntax match pfmainRef "$\<lmtp_tls_enforce_peername\>"
  972. syntax match pfmainRef "$\<lmtp_tls_exclude_ciphers\>"
  973. syntax match pfmainRef "$\<lmtp_tls_fingerprint_cert_match\>"
  974. syntax match pfmainRef "$\<lmtp_tls_fingerprint_digest\>"
  975. syntax match pfmainRef "$\<lmtp_tls_key_file\>"
  976. syntax match pfmainRef "$\<lmtp_tls_loglevel\>"
  977. syntax match pfmainRef "$\<lmtp_tls_mandatory_ciphers\>"
  978. syntax match pfmainRef "$\<lmtp_tls_mandatory_exclude_ciphers\>"
  979. syntax match pfmainRef "$\<lmtp_tls_mandatory_protocols\>"
  980. syntax match pfmainRef "$\<lmtp_tls_note_starttls_offer\>"
  981. syntax match pfmainRef "$\<lmtp_tls_per_site\>"
  982. syntax match pfmainRef "$\<lmtp_tls_policy_maps\>"
  983. syntax match pfmainRef "$\<lmtp_tls_protocols\>"
  984. syntax match pfmainRef "$\<lmtp_tls_scert_verifydepth\>"
  985. syntax match pfmainRef "$\<lmtp_tls_session_cache_timeout\>"
  986. syntax match pfmainRef "$\<lmtp_tls_verify_cert_match\>"
  987. syntax match pfmainRef "$\<lmtp_use_tls\>"
  988. syntax match pfmainRef "$\<lmtp_xforward_timeout\>"
  989. syntax match pfmainRef "$\<local_command_shell\>"
  990. syntax match pfmainRef "$\<local_destination_concurrency_limit\>"
  991. syntax match pfmainRef "$\<local_destination_recipient_limit\>"
  992. syntax match pfmainRef "$\<local_header_rewrite_clients\>"
  993. syntax match pfmainRef "$\<local_recipient_maps\>"
  994. syntax match pfmainRef "$\<local_transport\>"
  995. syntax match pfmainRef "$\<luser_relay\>"
  996. syntax match pfmainRef "$\<mail_name\>"
  997. syntax match pfmainRef "$\<mail_owner\>"
  998. syntax match pfmainRef "$\<mail_release_date\>"
  999. syntax match pfmainRef "$\<mail_spool_directory\>"
  1000. syntax match pfmainRef "$\<mail_version\>"
  1001. syntax match pfmainRef "$\<mailbox_command\>"
  1002. syntax match pfmainRef "$\<mailbox_command_maps\>"
  1003. syntax match pfmainRef "$\<mailbox_delivery_lock\>"
  1004. syntax match pfmainRef "$\<mailbox_size_limit\>"
  1005. syntax match pfmainRef "$\<mailbox_transport\>"
  1006. syntax match pfmainRef "$\<mailbox_transport_maps\>"
  1007. syntax match pfmainRef "$\<mailq_path\>"
  1008. syntax match pfmainRef "$\<manpage_directory\>"
  1009. syntax match pfmainRef "$\<maps_rbl_domains\>"
  1010. syntax match pfmainRef "$\<maps_rbl_reject_code\>"
  1011. syntax match pfmainRef "$\<master_service_disable\>"
  1012. syntax match pfmainRef "$\<masquerade_classes\>"
  1013. syntax match pfmainRef "$\<masquerade_domains\>"
  1014. syntax match pfmainRef "$\<masquerade_exceptions\>"
  1015. syntax match pfmainRef "$\<max_idle\>"
  1016. syntax match pfmainRef "$\<max_use\>"
  1017. syntax match pfmainRef "$\<maximal_backoff_time\>"
  1018. syntax match pfmainRef "$\<maximal_queue_lifetime\>"
  1019. syntax match pfmainRef "$\<message_reject_characters\>"
  1020. syntax match pfmainRef "$\<message_size_limit\>"
  1021. syntax match pfmainRef "$\<message_strip_characters\>"
  1022. syntax match pfmainRef "$\<milter_command_timeout\>"
  1023. syntax match pfmainRef "$\<milter_connect_macros\>"
  1024. syntax match pfmainRef "$\<milter_connect_timeout\>"
  1025. syntax match pfmainRef "$\<milter_content_timeout\>"
  1026. syntax match pfmainRef "$\<milter_data_macros\>"
  1027. syntax match pfmainRef "$\<milter_default_action\>"
  1028. syntax match pfmainRef "$\<milter_end_of_data_macros\>"
  1029. syntax match pfmainRef "$\<milter_end_of_header_macros\>"
  1030. syntax match pfmainRef "$\<milter_header_checks\>"
  1031. syntax match pfmainRef "$\<milter_helo_macros\>"
  1032. syntax match pfmainRef "$\<milter_macro_daemon_name\>"
  1033. syntax match pfmainRef "$\<milter_macro_v\>"
  1034. syntax match pfmainRef "$\<milter_mail_macros\>"
  1035. syntax match pfmainRef "$\<milter_protocol\>"
  1036. syntax match pfmainRef "$\<milter_rcpt_macros\>"
  1037. syntax match pfmainRef "$\<milter_unknown_command_macros\>"
  1038. syntax match pfmainRef "$\<mime_boundary_length_limit\>"
  1039. syntax match pfmainRef "$\<mime_header_checks\>"
  1040. syntax match pfmainRef "$\<mime_nesting_limit\>"
  1041. syntax match pfmainRef "$\<minimal_backoff_time\>"
  1042. syntax match pfmainRef "$\<multi_instance_directories\>"
  1043. syntax match pfmainRef "$\<multi_instance_enable\>"
  1044. syntax match pfmainRef "$\<multi_instance_group\>"
  1045. syntax match pfmainRef "$\<multi_instance_name\>"
  1046. syntax match pfmainRef "$\<multi_instance_wrapper\>"
  1047. syntax match pfmainRef "$\<multi_recipient_bounce_reject_code\>"
  1048. syntax match pfmainRef "$\<mydestination\>"
  1049. syntax match pfmainRef "$\<mydomain\>"
  1050. syntax match pfmainRef "$\<myhostname\>"
  1051. syntax match pfmainRef "$\<mynetworks\>"
  1052. syntax match pfmainRef "$\<mynetworks_style\>"
  1053. syntax match pfmainRef "$\<myorigin\>"
  1054. syntax match pfmainRef "$\<nested_header_checks\>"
  1055. syntax match pfmainRef "$\<newaliases_path\>"
  1056. syntax match pfmainRef "$\<non_fqdn_reject_code\>"
  1057. syntax match pfmainRef "$\<non_smtpd_milters\>"
  1058. syntax match pfmainRef "$\<notify_classes\>"
  1059. syntax match pfmainRef "$\<owner_request_special\>"
  1060. syntax match pfmainRef "$\<parent_domain_matches_subdomains\>"
  1061. syntax match pfmainRef "$\<permit_mx_backup_networks\>"
  1062. syntax match pfmainRef "$\<pickup_service_name\>"
  1063. syntax match pfmainRef "$\<plaintext_reject_code\>"
  1064. syntax match pfmainRef "$\<postmulti_control_commands\>"
  1065. syntax match pfmainRef "$\<postmulti_start_commands\>"
  1066. syntax match pfmainRef "$\<postmulti_stop_commands\>"
  1067. syntax match pfmainRef "$\<postscreen_access_list\>"
  1068. syntax match pfmainRef "$\<postscreen_bare_newline_action\>"
  1069. syntax match pfmainRef "$\<postscreen_bare_newline_enable\>"
  1070. syntax match pfmainRef "$\<postscreen_bare_newline_ttl\>"
  1071. syntax match pfmainRef "$\<postscreen_blacklist_action\>"
  1072. syntax match pfmainRef "$\<postscreen_cache_cleanup_interval\>"
  1073. syntax match pfmainRef "$\<postscreen_cache_map\>"
  1074. syntax match pfmainRef "$\<postscreen_cache_retention_time\>"
  1075. syntax match pfmainRef "$\<postscreen_client_connection_count_limit\>"
  1076. syntax match pfmainRef "$\<postscreen_command_count_limit\>"
  1077. syntax match pfmainRef "$\<postscreen_command_filter\>"
  1078. syntax match pfmainRef "$\<postscreen_command_time_limit\>"
  1079. syntax match pfmainRef "$\<postscreen_disable_vrfy_command\>"
  1080. syntax match pfmainRef "$\<postscreen_discard_ehlo_keyword_address_maps\>"
  1081. syntax match pfmainRef "$\<postscreen_discard_ehlo_keywords\>"
  1082. syntax match pfmainRef "$\<postscreen_dnsbl_action\>"
  1083. syntax match pfmainRef "$\<postscreen_dnsbl_reply_map\>"
  1084. syntax match pfmainRef "$\<postscreen_dnsbl_sites\>"
  1085. syntax match pfmainRef "$\<postscreen_dnsbl_threshold\>"
  1086. syntax match pfmainRef "$\<postscreen_dnsbl_ttl\>"
  1087. syntax match pfmainRef "$\<postscreen_enforce_tls\>"
  1088. syntax match pfmainRef "$\<postscreen_expansion_filter\>"
  1089. syntax match pfmainRef "$\<postscreen_forbidden_commands\>"
  1090. syntax match pfmainRef "$\<postscreen_greet_action\>"
  1091. syntax match pfmainRef "$\<postscreen_greet_banner\>"
  1092. syntax match pfmainRef "$\<postscreen_greet_ttl\>"
  1093. syntax match pfmainRef "$\<postscreen_greet_wait\>"
  1094. syntax match pfmainRef "$\<postscreen_helo_required\>"
  1095. syntax match pfmainRef "$\<postscreen_non_smtp_command_action\>"
  1096. syntax match pfmainRef "$\<postscreen_non_smtp_command_enable\>"
  1097. syntax match pfmainRef "$\<postscreen_non_smtp_command_ttl\>"
  1098. syntax match pfmainRef "$\<postscreen_pipelining_action\>"
  1099. syntax match pfmainRef "$\<postscreen_pipelining_enable\>"
  1100. syntax match pfmainRef "$\<postscreen_pipelining_ttl\>"
  1101. syntax match pfmainRef "$\<postscreen_post_queue_limit\>"
  1102. syntax match pfmainRef "$\<postscreen_pre_queue_limit\>"
  1103. syntax match pfmainRef "$\<postscreen_reject_footer\>"
  1104. syntax match pfmainRef "$\<postscreen_tls_security_level\>"
  1105. syntax match pfmainRef "$\<lmtp_tls_secure_cert_match\>"
  1106. syntax match pfmainRef "$\<lmtp_tls_security_level\>"
  1107. syntax match pfmainRef "$\<lmtp_tls_session_cache_database\>"
  1108. syntax match pfmainRef "$\<postscreen_use_tls\>"
  1109. syntax match pfmainRef "$\<postscreen_watchdog_timeout\>"
  1110. syntax match pfmainRef "$\<postscreen_whitelist_interfaces\>"
  1111. syntax match pfmainRef "$\<prepend_delivered_header\>"
  1112. syntax match pfmainRef "$\<process_id\>"
  1113. syntax match pfmainRef "$\<process_id_directory\>"
  1114. syntax match pfmainRef "$\<process_name\>"
  1115. syntax match pfmainRef "$\<propagate_unmatched_extensions\>"
  1116. syntax match pfmainRef "$\<proxy_interfaces\>"
  1117. syntax match pfmainRef "$\<proxy_read_maps\>"
  1118. syntax match pfmainRef "$\<proxy_write_maps\>"
  1119. syntax match pfmainRef "$\<proxymap_service_name\>"
  1120. syntax match pfmainRef "$\<proxywrite_service_name\>"
  1121. syntax match pfmainRef "$\<qmgr_clog_warn_time\>"
  1122. syntax match pfmainRef "$\<qmgr_fudge_factor\>"
  1123. syntax match pfmainRef "$\<qmgr_message_active_limit\>"
  1124. syntax match pfmainRef "$\<qmgr_message_recipient_limit\>"
  1125. syntax match pfmainRef "$\<qmgr_message_recipient_minimum\>"
  1126. syntax match pfmainRef "$\<qmqpd_authorized_clients\>"
  1127. syntax match pfmainRef "$\<qmqpd_client_port_logging\>"
  1128. syntax match pfmainRef "$\<qmqpd_error_delay\>"
  1129. syntax match pfmainRef "$\<qmqpd_timeout\>"
  1130. syntax match pfmainRef "$\<queue_directory\>"
  1131. syntax match pfmainRef "$\<queue_file_attribute_count_limit\>"
  1132. syntax match pfmainRef "$\<queue_minfree\>"
  1133. syntax match pfmainRef "$\<queue_run_delay\>"
  1134. syntax match pfmainRef "$\<queue_service_name\>"
  1135. syntax match pfmainRef "$\<rbl_reply_maps\>"
  1136. syntax match pfmainRef "$\<readme_directory\>"
  1137. syntax match pfmainRef "$\<receive_override_options\>"
  1138. syntax match pfmainRef "$\<recipient_bcc_maps\>"
  1139. syntax match pfmainRef "$\<recipient_canonical_classes\>"
  1140. syntax match pfmainRef "$\<recipient_canonical_maps\>"
  1141. syntax match pfmainRef "$\<recipient_delimiter\>"
  1142. syntax match pfmainRef "$\<reject_code\>"
  1143. syntax match pfmainRef "$\<reject_tempfail_action\>"
  1144. syntax match pfmainRef "$\<relay_clientcerts\>"
  1145. syntax match pfmainRef "$\<relay_destination_concurrency_limit\>"
  1146. syntax match pfmainRef "$\<relay_destination_recipient_limit\>"
  1147. syntax match pfmainRef "$\<relay_domains\>"
  1148. syntax match pfmainRef "$\<relay_domains_reject_code\>"
  1149. syntax match pfmainRef "$\<relay_recipient_maps\>"
  1150. syntax match pfmainRef "$\<relay_transport\>"
  1151. syntax match pfmainRef "$\<relayhost\>"
  1152. syntax match pfmainRef "$\<relocated_maps\>"
  1153. syntax match pfmainRef "$\<remote_header_rewrite_domain\>"
  1154. syntax match pfmainRef "$\<require_home_directory\>"
  1155. syntax match pfmainRef "$\<reset_owner_alias\>"
  1156. syntax match pfmainRef "$\<resolve_dequoted_address\>"
  1157. syntax match pfmainRef "$\<resolve_null_domain\>"
  1158. syntax match pfmainRef "$\<resolve_numeric_domain\>"
  1159. syntax match pfmainRef "$\<rewrite_service_name\>"
  1160. syntax match pfmainRef "$\<sample_directory\>"
  1161. syntax match pfmainRef "$\<send_cyrus_sasl_authzid\>"
  1162. syntax match pfmainRef "$\<sender_bcc_maps\>"
  1163. syntax match pfmainRef "$\<sender_canonical_classes\>"
  1164. syntax match pfmainRef "$\<sender_canonical_maps\>"
  1165. syntax match pfmainRef "$\<sender_dependent_default_transport_maps\>"
  1166. syntax match pfmainRef "$\<sender_dependent_relayhost_maps\>"
  1167. syntax match pfmainRef "$\<sendmail_path\>"
  1168. syntax match pfmainRef "$\<service_throttle_time\>"
  1169. syntax match pfmainRef "$\<setgid_group\>"
  1170. syntax match pfmainRef "$\<show_user_unknown_table_name\>"
  1171. syntax match pfmainRef "$\<showq_service_name\>"
  1172. syntax match pfmainRef "$\<smtp_address_preference\>"
  1173. syntax match pfmainRef "$\<smtp_always_send_ehlo\>"
  1174. syntax match pfmainRef "$\<smtp_bind_address\>"
  1175. syntax match pfmainRef "$\<smtp_bind_address6\>"
  1176. syntax match pfmainRef "$\<smtp_body_checks\>"
  1177. syntax match pfmainRef "$\<smtp_cname_overrides_servername\>"
  1178. syntax match pfmainRef "$\<smtp_connect_timeout\>"
  1179. syntax match pfmainRef "$\<smtp_connection_cache_destinations\>"
  1180. syntax match pfmainRef "$\<smtp_connection_cache_on_demand\>"
  1181. syntax match pfmainRef "$\<smtp_connection_cache_time_limit\>"
  1182. syntax match pfmainRef "$\<smtp_connection_reuse_time_limit\>"
  1183. syntax match pfmainRef "$\<smtp_data_done_timeout\>"
  1184. syntax match pfmainRef "$\<smtp_data_init_timeout\>"
  1185. syntax match pfmainRef "$\<smtp_data_xfer_timeout\>"
  1186. syntax match pfmainRef "$\<smtp_defer_if_no_mx_address_found\>"
  1187. syntax match pfmainRef "$\<smtp_destination_concurrency_limit\>"
  1188. syntax match pfmainRef "$\<smtp_destination_recipient_limit\>"
  1189. syntax match pfmainRef "$\<smtp_discard_ehlo_keyword_address_maps\>"
  1190. syntax match pfmainRef "$\<smtp_discard_ehlo_keywords\>"
  1191. syntax match pfmainRef "$\<smtp_dns_resolver_options\>"
  1192. syntax match pfmainRef "$\<smtp_enforce_tls\>"
  1193. syntax match pfmainRef "$\<smtp_fallback_relay\>"
  1194. syntax match pfmainRef "$\<smtp_generic_maps\>"
  1195. syntax match pfmainRef "$\<smtp_header_checks\>"
  1196. syntax match pfmainRef "$\<smtp_helo_name\>"
  1197. syntax match pfmainRef "$\<smtp_helo_timeout\>"
  1198. syntax match pfmainRef "$\<smtp_host_lookup\>"
  1199. syntax match pfmainRef "$\<smtp_line_length_limit\>"
  1200. syntax match pfmainRef "$\<smtp_mail_timeout\>"
  1201. syntax match pfmainRef "$\<smtp_mime_header_checks\>"
  1202. syntax match pfmainRef "$\<smtp_mx_address_limit\>"
  1203. syntax match pfmainRef "$\<smtp_mx_session_limit\>"
  1204. syntax match pfmainRef "$\<smtp_nested_header_checks\>"
  1205. syntax match pfmainRef "$\<smtp_never_send_ehlo\>"
  1206. syntax match pfmainRef "$\<smtp_pix_workaround_delay_time\>"
  1207. syntax match pfmainRef "$\<smtp_pix_workaround_maps\>"
  1208. syntax match pfmainRef "$\<smtp_pix_workaround_threshold_time\>"
  1209. syntax match pfmainRef "$\<smtp_pix_workarounds\>"
  1210. syntax match pfmainRef "$\<smtp_quit_timeout\>"
  1211. syntax match pfmainRef "$\<smtp_quote_rfc821_envelope\>"
  1212. syntax match pfmainRef "$\<smtp_randomize_addresses\>"
  1213. syntax match pfmainRef "$\<smtp_rcpt_timeout\>"
  1214. syntax match pfmainRef "$\<smtp_reply_filter\>"
  1215. syntax match pfmainRef "$\<smtp_rset_timeout\>"
  1216. syntax match pfmainRef "$\<smtp_sasl_auth_cache_name\>"
  1217. syntax match pfmainRef "$\<smtp_sasl_auth_cache_time\>"
  1218. syntax match pfmainRef "$\<smtp_sasl_auth_enable\>"
  1219. syntax match pfmainRef "$\<smtp_sasl_auth_soft_bounce\>"
  1220. syntax match pfmainRef "$\<smtp_sasl_mechanism_filter\>"
  1221. syntax match pfmainRef "$\<smtp_sasl_password_maps\>"
  1222. syntax match pfmainRef "$\<smtp_sasl_path\>"
  1223. syntax match pfmainRef "$\<smtp_sasl_security_options\>"
  1224. syntax match pfmainRef "$\<smtp_sasl_tls_security_options\>"
  1225. syntax match pfmainRef "$\<smtp_sasl_tls_verified_security_options\>"
  1226. syntax match pfmainRef "$\<smtp_sasl_type\>"
  1227. syntax match pfmainRef "$\<smtp_send_xforward_command\>"
  1228. syntax match pfmainRef "$\<smtp_sender_dependent_authentication\>"
  1229. syntax match pfmainRef "$\<smtp_skip_5xx_greeting\>"
  1230. syntax match pfmainRef "$\<smtp_skip_quit_response\>"
  1231. syntax match pfmainRef "$\<smtp_starttls_timeout\>"
  1232. syntax match pfmainRef "$\<smtp_tls_CAfile\>"
  1233. syntax match pfmainRef "$\<smtp_tls_CApath\>"
  1234. syntax match pfmainRef "$\<smtp_tls_block_early_mail_reply\>"
  1235. syntax match pfmainRef "$\<smtp_tls_cert_file\>"
  1236. syntax match pfmainRef "$\<smtp_tls_cipherlist\>"
  1237. syntax match pfmainRef "$\<smtp_tls_ciphers\>"
  1238. syntax match pfmainRef "$\<smtp_tls_dcert_file\>"
  1239. syntax match pfmainRef "$\<smtp_tls_dkey_file\>"
  1240. syntax match pfmainRef "$\<smtp_tls_eccert_file\>"
  1241. syntax match pfmainRef "$\<smtp_tls_eckey_file\>"
  1242. syntax match pfmainRef "$\<smtp_tls_enforce_peername\>"
  1243. syntax match pfmainRef "$\<smtp_tls_exclude_ciphers\>"
  1244. syntax match pfmainRef "$\<smtp_tls_fingerprint_cert_match\>"
  1245. syntax match pfmainRef "$\<smtp_tls_fingerprint_digest\>"
  1246. syntax match pfmainRef "$\<smtp_tls_key_file\>"
  1247. syntax match pfmainRef "$\<smtp_tls_loglevel\>"
  1248. syntax match pfmainRef "$\<smtp_tls_mandatory_ciphers\>"
  1249. syntax match pfmainRef "$\<smtp_tls_mandatory_exclude_ciphers\>"
  1250. syntax match pfmainRef "$\<smtp_tls_mandatory_protocols\>"
  1251. syntax match pfmainRef "$\<smtp_tls_note_starttls_offer\>"
  1252. syntax match pfmainRef "$\<smtp_tls_per_site\>"
  1253. syntax match pfmainRef "$\<smtp_tls_policy_maps\>"
  1254. syntax match pfmainRef "$\<smtp_tls_protocols\>"
  1255. syntax match pfmainRef "$\<smtp_tls_scert_verifydepth\>"
  1256. syntax match pfmainRef "$\<smtp_tls_secure_cert_match\>"
  1257. syntax match pfmainRef "$\<smtp_tls_security_level\>"
  1258. syntax match pfmainRef "$\<smtp_tls_session_cache_database\>"
  1259. syntax match pfmainRef "$\<smtp_tls_session_cache_timeout\>"
  1260. syntax match pfmainRef "$\<smtp_tls_verify_cert_match\>"
  1261. syntax match pfmainRef "$\<smtp_use_tls\>"
  1262. syntax match pfmainRef "$\<smtp_xforward_timeout\>"
  1263. syntax match pfmainRef "$\<smtpd_authorized_verp_clients\>"
  1264. syntax match pfmainRef "$\<smtpd_authorized_xclient_hosts\>"
  1265. syntax match pfmainRef "$\<smtpd_authorized_xforward_hosts\>"
  1266. syntax match pfmainRef "$\<smtpd_banner\>"
  1267. syntax match pfmainRef "$\<smtpd_client_connection_count_limit\>"
  1268. syntax match pfmainRef "$\<smtpd_client_connection_rate_limit\>"
  1269. syntax match pfmainRef "$\<smtpd_client_event_limit_exceptions\>"
  1270. syntax match pfmainRef "$\<smtpd_client_message_rate_limit\>"
  1271. syntax match pfmainRef "$\<smtpd_client_new_tls_session_rate_limit\>"
  1272. syntax match pfmainRef "$\<smtpd_client_port_logging\>"
  1273. syntax match pfmainRef "$\<smtpd_client_recipient_rate_limit\>"
  1274. syntax match pfmainRef "$\<smtpd_client_restrictions\>"
  1275. syntax match pfmainRef "$\<smtpd_command_filter\>"
  1276. syntax match pfmainRef "$\<smtpd_data_restrictions\>"
  1277. syntax match pfmainRef "$\<smtpd_delay_open_until_valid_rcpt\>"
  1278. syntax match pfmainRef "$\<smtpd_delay_reject\>"
  1279. syntax match pfmainRef "$\<smtpd_discard_ehlo_keyword_address_maps\>"
  1280. syntax match pfmainRef "$\<smtpd_discard_ehlo_keywords\>"
  1281. syntax match pfmainRef "$\<smtpd_end_of_data_restrictions\>"
  1282. syntax match pfmainRef "$\<smtpd_enforce_tls\>"
  1283. syntax match pfmainRef "$\<smtpd_error_sleep_time\>"
  1284. syntax match pfmainRef "$\<smtpd_etrn_restrictions\>"
  1285. syntax match pfmainRef "$\<smtpd_expansion_filter\>"
  1286. syntax match pfmainRef "$\<smtpd_forbidden_commands\>"
  1287. syntax match pfmainRef "$\<smtpd_hard_error_limit\>"
  1288. syntax match pfmainRef "$\<smtpd_helo_required\>"
  1289. syntax match pfmainRef "$\<smtpd_helo_restrictions\>"
  1290. syntax match pfmainRef "$\<smtpd_history_flush_threshold\>"
  1291. syntax match pfmainRef "$\<smtpd_junk_command_limit\>"
  1292. syntax match pfmainRef "$\<smtpd_milters\>"
  1293. syntax match pfmainRef "$\<smtpd_noop_commands\>"
  1294. syntax match pfmainRef "$\<smtpd_null_access_lookup_key\>"
  1295. syntax match pfmainRef "$\<smtpd_peername_lookup\>"
  1296. syntax match pfmainRef "$\<smtpd_per_record_deadline\>"
  1297. syntax match pfmainRef "$\<smtpd_policy_service_max_idle\>"
  1298. syntax match pfmainRef "$\<smtpd_policy_service_max_ttl\>"
  1299. syntax match pfmainRef "$\<smtpd_policy_service_timeout\>"
  1300. syntax match pfmainRef "$\<smtpd_proxy_ehlo\>"
  1301. syntax match pfmainRef "$\<smtpd_proxy_filter\>"
  1302. syntax match pfmainRef "$\<smtpd_proxy_options\>"
  1303. syntax match pfmainRef "$\<smtpd_proxy_timeout\>"
  1304. syntax match pfmainRef "$\<smtpd_recipient_limit\>"
  1305. syntax match pfmainRef "$\<smtpd_recipient_overshoot_limit\>"
  1306. syntax match pfmainRef "$\<smtpd_recipient_restrictions\>"
  1307. syntax match pfmainRef "$\<smtpd_reject_footer\>"
  1308. syntax match pfmainRef "$\<smtpd_reject_unlisted_recipient\>"
  1309. syntax match pfmainRef "$\<smtpd_reject_unlisted_sender\>"
  1310. syntax match pfmainRef "$\<smtpd_restriction_classes\>"
  1311. syntax match pfmainRef "$\<smtpd_sasl_auth_enable\>"
  1312. syntax match pfmainRef "$\<smtpd_sasl_authenticated_header\>"
  1313. syntax match pfmainRef "$\<smtpd_sasl_exceptions_networks\>"
  1314. syntax match pfmainRef "$\<smtpd_sasl_local_domain\>"
  1315. syntax match pfmainRef "$\<smtpd_sasl_path\>"
  1316. syntax match pfmainRef "$\<smtpd_sasl_security_options\>"
  1317. syntax match pfmainRef "$\<smtpd_sasl_tls_security_options\>"
  1318. syntax match pfmainRef "$\<smtpd_sasl_type\>"
  1319. syntax match pfmainRef "$\<smtpd_sender_login_maps\>"
  1320. syntax match pfmainRef "$\<smtpd_sender_restrictions\>"
  1321. syntax match pfmainRef "$\<smtpd_service_name\>"
  1322. syntax match pfmainRef "$\<smtpd_soft_error_limit\>"
  1323. syntax match pfmainRef "$\<smtpd_starttls_timeout\>"
  1324. syntax match pfmainRef "$\<smtpd_timeout\>"
  1325. syntax match pfmainRef "$\<smtpd_tls_CAfile\>"
  1326. syntax match pfmainRef "$\<smtpd_tls_CApath\>"
  1327. syntax match pfmainRef "$\<smtpd_tls_always_issue_session_ids\>"
  1328. syntax match pfmainRef "$\<smtpd_tls_ask_ccert\>"
  1329. syntax match pfmainRef "$\<smtpd_tls_auth_only\>"
  1330. syntax match pfmainRef "$\<smtpd_tls_ccert_verifydepth\>"
  1331. syntax match pfmainRef "$\<smtpd_tls_cert_file\>"
  1332. syntax match pfmainRef "$\<smtpd_tls_cipherlist\>"
  1333. syntax match pfmainRef "$\<smtpd_tls_ciphers\>"
  1334. syntax match pfmainRef "$\<smtpd_tls_dcert_file\>"
  1335. syntax match pfmainRef "$\<smtpd_tls_dh1024_param_file\>"
  1336. syntax match pfmainRef "$\<smtpd_tls_dh512_param_file\>"
  1337. syntax match pfmainRef "$\<smtpd_tls_dkey_file\>"
  1338. syntax match pfmainRef "$\<smtpd_tls_eccert_file\>"
  1339. syntax match pfmainRef "$\<smtpd_tls_eckey_file\>"
  1340. syntax match pfmainRef "$\<smtpd_tls_eecdh_grade\>"
  1341. syntax match pfmainRef "$\<smtpd_tls_exclude_ciphers\>"
  1342. syntax match pfmainRef "$\<smtpd_tls_fingerprint_digest\>"
  1343. syntax match pfmainRef "$\<smtpd_tls_key_file\>"
  1344. syntax match pfmainRef "$\<smtpd_tls_loglevel\>"
  1345. syntax match pfmainRef "$\<smtpd_tls_mandatory_ciphers\>"
  1346. syntax match pfmainRef "$\<smtpd_tls_mandatory_exclude_ciphers\>"
  1347. syntax match pfmainRef "$\<smtpd_tls_mandatory_protocols\>"
  1348. syntax match pfmainRef "$\<smtpd_tls_protocols\>"
  1349. syntax match pfmainRef "$\<smtpd_tls_received_header\>"
  1350. syntax match pfmainRef "$\<smtpd_tls_req_ccert\>"
  1351. syntax match pfmainRef "$\<smtpd_tls_security_level\>"
  1352. syntax match pfmainRef "$\<smtpd_tls_session_cache_database\>"
  1353. syntax match pfmainRef "$\<smtpd_tls_session_cache_timeout\>"
  1354. syntax match pfmainRef "$\<smtpd_tls_wrappermode\>"
  1355. syntax match pfmainRef "$\<smtpd_use_tls\>"
  1356. syntax match pfmainRef "$\<soft_bounce\>"
  1357. syntax match pfmainRef "$\<stale_lock_time\>"
  1358. syntax match pfmainRef "$\<stress\>"
  1359. syntax match pfmainRef "$\<strict_7bit_headers\>"
  1360. syntax match pfmainRef "$\<strict_8bitmime\>"
  1361. syntax match pfmainRef "$\<strict_8bitmime_body\>"
  1362. syntax match pfmainRef "$\<strict_mime_encoding_domain\>"
  1363. syntax match pfmainRef "$\<strict_rfc821_envelopes\>"
  1364. syntax match pfmainRef "$\<strict_7bit_headers\>"
  1365. syntax match pfmainRef "$\<strict_8bitmime\>"
  1366. syntax match pfmainRef "$\<strict_8bitmime_body\>"
  1367. syntax match pfmainRef "$\<strict_mailbox_ownership\>"
  1368. syntax match pfmainRef "$\<strict_mime_encoding_domain\>"
  1369. syntax match pfmainRef "$\<strict_rfc821_envelopes\>"
  1370. syntax match pfmainRef "$\<sun_mailtool_compatibility\>"
  1371. syntax match pfmainRef "$\<swap_bangpath\>"
  1372. syntax match pfmainRef "$\<syslog_facility\>"
  1373. syntax match pfmainRef "$\<syslog_name\>"
  1374. syntax match pfmainRef "$\<tcp_windowsize\>"
  1375. syntax match pfmainRef "$\<tls_append_default_CA\>"
  1376. syntax match pfmainRef "$\<tls_daemon_random_bytes\>"
  1377. syntax match pfmainRef "$\<tls_disable_workarounds\>"
  1378. syntax match pfmainRef "$\<tls_eecdh_strong_curve\>"
  1379. syntax match pfmainRef "$\<tls_eecdh_ultra_curve\>"
  1380. syntax match pfmainRef "$\<tls_export_cipherlist\>"
  1381. syntax match pfmainRef "$\<tls_high_cipherlist\>"
  1382. syntax match pfmainRef "$\<tls_low_cipherlist\>"
  1383. syntax match pfmainRef "$\<tls_medium_cipherlist\>"
  1384. syntax match pfmainRef "$\<tls_null_cipherlist\>"
  1385. syntax match pfmainRef "$\<tls_preempt_cipherlist\>"
  1386. syntax match pfmainRef "$\<tls_random_bytes\>"
  1387. syntax match pfmainRef "$\<tls_random_exchange_name\>"
  1388. syntax match pfmainRef "$\<tls_random_prng_update_period\>"
  1389. syntax match pfmainRef "$\<tls_random_reseed_period\>"
  1390. syntax match pfmainRef "$\<tls_random_source\>"
  1391. syntax match pfmainRef "$\<tlsproxy_enforce_tls\>"
  1392. syntax match pfmainRef "$\<tlsproxy_service_name\>"
  1393. syntax match pfmainRef "$\<tlsproxy_tls_CAfile\>"
  1394. syntax match pfmainRef "$\<tlsproxy_tls_CApath\>"
  1395. syntax match pfmainRef "$\<tlsproxy_tls_always_issue_session_ids\>"
  1396. syntax match pfmainRef "$\<tlsproxy_tls_ask_ccert\>"
  1397. syntax match pfmainRef "$\<tlsproxy_tls_ccert_verifydepth\>"
  1398. syntax match pfmainRef "$\<tlsproxy_tls_cert_file\>"
  1399. syntax match pfmainRef "$\<tlsproxy_tls_ciphers\>"
  1400. syntax match pfmainRef "$\<tlsproxy_tls_dcert_file\>"
  1401. syntax match pfmainRef "$\<tlsproxy_tls_dh1024_param_file\>"
  1402. syntax match pfmainRef "$\<tlsproxy_tls_dh512_param_file\>"
  1403. syntax match pfmainRef "$\<tlsproxy_tls_dkey_file\>"
  1404. syntax match pfmainRef "$\<tlsproxy_tls_eccert_file\>"
  1405. syntax match pfmainRef "$\<tlsproxy_tls_eckey_file\>"
  1406. syntax match pfmainRef "$\<tlsproxy_tls_eecdh_grade\>"
  1407. syntax match pfmainRef "$\<tlsproxy_tls_exclude_ciphers\>"
  1408. syntax match pfmainRef "$\<tlsproxy_tls_fingerprint_digest\>"
  1409. syntax match pfmainRef "$\<tlsproxy_tls_key_file\>"
  1410. syntax match pfmainRef "$\<tlsproxy_tls_loglevel\>"
  1411. syntax match pfmainRef "$\<tlsproxy_tls_mandatory_ciphers\>"
  1412. syntax match pfmainRef "$\<tlsproxy_tls_mandatory_exclude_ciphers\>"
  1413. syntax match pfmainRef "$\<tlsproxy_tls_mandatory_protocols\>"
  1414. syntax match pfmainRef "$\<tlsproxy_tls_protocols\>"
  1415. syntax match pfmainRef "$\<tlsproxy_tls_req_ccert\>"
  1416. syntax match pfmainRef "$\<tlsproxy_tls_security_level\>"
  1417. syntax match pfmainRef "$\<tlsproxy_tls_session_cache_timeout\>"
  1418. syntax match pfmainRef "$\<tlsproxy_use_tls\>"
  1419. syntax match pfmainRef "$\<tlsproxy_watchdog_timeout\>"
  1420. syntax match pfmainRef "$\<trace_service_name\>"
  1421. syntax match pfmainRef "$\<transport_delivery_slot_cost\>"
  1422. syntax match pfmainRef "$\<transport_delivery_slot_discount\>"
  1423. syntax match pfmainRef "$\<transport_delivery_slot_loan\>"
  1424. syntax match pfmainRef "$\<transport_destination_concurrency_failed_cohort_limit\>"
  1425. syntax match pfmainRef "$\<transport_destination_concurrency_limit\>"
  1426. syntax match pfmainRef "$\<transport_destination_concurrency_negative_feedback\>"
  1427. syntax match pfmainRef "$\<transport_destination_concurrency_positive_feedback\>"
  1428. syntax match pfmainRef "$\<transport_destination_rate_delay\>"
  1429. syntax match pfmainRef "$\<transport_destination_recipient_limit\>"
  1430. syntax match pfmainRef "$\<transport_extra_recipient_limit\>"
  1431. syntax match pfmainRef "$\<transport_initial_destination_concurrency\>"
  1432. syntax match pfmainRef "$\<transport_maps\>"
  1433. syntax match pfmainRef "$\<transport_minimum_delivery_slots\>"
  1434. syntax match pfmainRef "$\<transport_recipient_limit\>"
  1435. syntax match pfmainRef "$\<transport_recipient_refill_delay\>"
  1436. syntax match pfmainRef "$\<transport_recipient_refill_limit\>"
  1437. syntax match pfmainRef "$\<transport_retry_time\>"
  1438. syntax match pfmainRef "$\<trigger_timeout\>"
  1439. syntax match pfmainRef "$\<undisclosed_recipients_header\>"
  1440. syntax match pfmainRef "$\<unknown_address_reject_code\>"
  1441. syntax match pfmainRef "$\<unknown_address_tempfail_action\>"
  1442. syntax match pfmainRef "$\<unknown_client_reject_code\>"
  1443. syntax match pfmainRef "$\<unknown_helo_hostname_tempfail_action\>"
  1444. syntax match pfmainRef "$\<unknown_hostname_reject_code\>"
  1445. syntax match pfmainRef "$\<unknown_local_recipient_reject_code\>"
  1446. syntax match pfmainRef "$\<unknown_relay_recipient_reject_code\>"
  1447. syntax match pfmainRef "$\<unknown_virtual_alias_reject_code\>"
  1448. syntax match pfmainRef "$\<unknown_virtual_mailbox_reject_code\>"
  1449. syntax match pfmainRef "$\<unverified_recipient_defer_code\>"
  1450. syntax match pfmainRef "$\<unverified_recipient_reject_code\>"
  1451. syntax match pfmainRef "$\<unverified_recipient_reject_reason\>"
  1452. syntax match pfmainRef "$\<unverified_recipient_tempfail_action\>"
  1453. syntax match pfmainRef "$\<unverified_sender_defer_code\>"
  1454. syntax match pfmainRef "$\<unverified_sender_reject_code\>"
  1455. syntax match pfmainRef "$\<unverified_sender_reject_reason\>"
  1456. syntax match pfmainRef "$\<unverified_sender_tempfail_action\>"
  1457. syntax match pfmainRef "$\<verp_delimiter_filter\>"
  1458. syntax match pfmainRef "$\<virtual_alias_domains\>"
  1459. syntax match pfmainRef "$\<virtual_alias_expansion_limit\>"
  1460. syntax match pfmainRef "$\<virtual_alias_maps\>"
  1461. syntax match pfmainRef "$\<virtual_alias_recursion_limit\>"
  1462. syntax match pfmainRef "$\<virtual_destination_concurrency_limit\>"
  1463. syntax match pfmainRef "$\<virtual_destination_recipient_limit\>"
  1464. syntax match pfmainRef "$\<virtual_gid_maps\>"
  1465. syntax match pfmainRef "$\<virtual_mailbox_base\>"
  1466. syntax match pfmainRef "$\<virtual_mailbox_domains\>"
  1467. syntax match pfmainRef "$\<virtual_mailbox_limit\>"
  1468. syntax match pfmainRef "$\<virtual_mailbox_lock\>"
  1469. syntax match pfmainRef "$\<virtual_mailbox_maps\>"
  1470. syntax match pfmainRef "$\<virtual_minimum_uid\>"
  1471. syntax match pfmainRef "$\<virtual_transport\>"
  1472. syntax match pfmainRef "$\<virtual_uid_maps\>"
  1473.  
  1474. syntax keyword pfmainWord all
  1475. syntax keyword pfmainWord check_address_map
  1476. syntax keyword pfmainWord check_ccert_access
  1477. syntax keyword pfmainWord check_client_access
  1478. syntax keyword pfmainWord check_etrn_access
  1479. syntax keyword pfmainWord check_helo_access
  1480. syntax keyword pfmainWord check_helo_mx_access
  1481. syntax keyword pfmainWord check_helo_ns_access
  1482. syntax keyword pfmainWord check_policy_service
  1483. syntax keyword pfmainWord check_recipient_access
  1484. syntax keyword pfmainWord check_recipient_maps
  1485. syntax keyword pfmainWord check_recipient_mx_access
  1486. syntax keyword pfmainWord check_recipient_ns_access
  1487. syntax keyword pfmainWord check_relay_domains
  1488. syntax keyword pfmainWord check_sender_access
  1489. syntax keyword pfmainWord check_sender_mx_access
  1490. syntax keyword pfmainWord check_sender_ns_access
  1491. syntax keyword pfmainWord class
  1492. syntax keyword pfmainWord client_address
  1493. syntax keyword pfmainWord client_port
  1494. syntax keyword pfmainWord defer_if_permit
  1495. syntax keyword pfmainWord defer_if_reject
  1496. syntax keyword pfmainWord dns
  1497. syntax keyword pfmainWord drop
  1498. syntax keyword pfmainWord dunno
  1499. syntax keyword pfmainWord enforce
  1500. syntax keyword pfmainWord envelope_recipient
  1501. syntax keyword pfmainWord envelope_sender
  1502. syntax keyword pfmainWord export
  1503. syntax keyword pfmainWord header_recipient
  1504. syntax keyword pfmainWord header_sender
  1505. syntax keyword pfmainWord high
  1506. syntax keyword pfmainWord host
  1507. syntax keyword pfmainWord ignore
  1508. syntax keyword pfmainWord ipv4
  1509. syntax keyword pfmainWord ipv6
  1510. syntax keyword pfmainWord localtime
  1511. syntax keyword pfmainWord low
  1512. syntax keyword pfmainWord medium
  1513. syntax keyword pfmainWord native
  1514. syntax keyword pfmainWord null
  1515. syntax keyword pfmainWord permit
  1516. syntax keyword pfmainWord permit_auth_destination
  1517. syntax keyword pfmainWord permit_inet_interfaces
  1518. syntax keyword pfmainWord permit_mx_backup
  1519. syntax keyword pfmainWord permit_mynetworks
  1520. syntax keyword pfmainWord permit_naked_ip_address
  1521. syntax keyword pfmainWord permit_sasl_authenticated
  1522. syntax keyword pfmainWord permit_tls_all_clientcerts
  1523. syntax keyword pfmainWord permit_tls_clientcerts
  1524. syntax keyword pfmainWord reject
  1525. syntax keyword pfmainWord reject_authenticated_sender_login_mismatch
  1526. syntax keyword pfmainWord reject_invalid_helo_hostname
  1527. syntax keyword pfmainWord reject_invalid_hostname
  1528. syntax keyword pfmainWord reject_maps_rbl
  1529. syntax keyword pfmainWord reject_multi_recipient_bounce
  1530. syntax keyword pfmainWord reject_non_fqdn_helo_hostname
  1531. syntax keyword pfmainWord reject_non_fqdn_hostname
  1532. syntax keyword pfmainWord reject_non_fqdn_recipient
  1533. syntax keyword pfmainWord reject_non_fqdn_sender
  1534. syntax keyword pfmainWord reject_plaintext_session
  1535. syntax keyword pfmainWord reject_rbl
  1536. syntax keyword pfmainWord reject_rbl_client
  1537. syntax keyword pfmainWord reject_rhsbl_client
  1538. syntax keyword pfmainWord reject_rhsbl_helo
  1539. syntax keyword pfmainWord reject_rhsbl_recipient
  1540. syntax keyword pfmainWord reject_rhsbl_sender
  1541. syntax keyword pfmainWord reject_sender_login_mismatch
  1542. syntax keyword pfmainWord reject_unauth_destination
  1543. syntax keyword pfmainWord reject_unauth_pipelining
  1544. syntax keyword pfmainWord reject_unknown_address
  1545. syntax keyword pfmainWord reject_unknown_client
  1546. syntax keyword pfmainWord reject_unknown_client_hostname
  1547. syntax keyword pfmainWord reject_unknown_forward_client_hostname
  1548. syntax keyword pfmainWord reject_unknown_helo_hostname
  1549. syntax keyword pfmainWord reject_unknown_hostname
  1550. syntax keyword pfmainWord reject_unknown_recipient_domain
  1551. syntax keyword pfmainWord reject_unknown_reverse_client_hostname
  1552. syntax keyword pfmainWord reject_unknown_sender_domain
  1553. syntax keyword pfmainWord reject_unlisted_recipient
  1554. syntax keyword pfmainWord reject_unlisted_sender
  1555. syntax keyword pfmainWord reject_unverified_recipient
  1556. syntax keyword pfmainWord reject_unverified_sender
  1557. syntax keyword pfmainWord sleep
  1558. syntax keyword pfmainWord smtpd_access_maps
  1559. syntax keyword pfmainWord server_name
  1560. syntax keyword pfmainWord speed_adjust
  1561. syntax keyword pfmainWord subnet
  1562. syntax keyword pfmainWord warn_if_reject
  1563. syntax keyword pfmainWord CRYPTOPRO_TLSEXT_BUG
  1564. syntax keyword pfmainWord DONT_INSERT_EMPTY_FRAGMENTS
  1565. syntax keyword pfmainWord LEGACY_SERVER_CONNECT
  1566. syntax keyword pfmainWord MICROSOFT_BIG_SSLV3_BUFFER
  1567. syntax keyword pfmainWord MICROSOFT_SESS_ID_BUG
  1568. syntax keyword pfmainWord MSIE_SSLV2_RSA_PADDING
  1569. syntax keyword pfmainWord NETSCAPE_CHALLENGE_BUG
  1570. syntax keyword pfmainWord NETSCAPE_REUSE_CIPHER_CHANGE_BUG
  1571. syntax keyword pfmainWord SSLEAY_080_CLIENT_DH_BUG
  1572. syntax keyword pfmainWord SSLREF2_REUSE_CERT_TYPE_BUG
  1573. syntax keyword pfmainWord TLS_BLOCK_PADDING_BUG
  1574. syntax keyword pfmainWord TLS_D5_BUG
  1575. syntax keyword pfmainWord TLS_ROLLBACK_BUG
  1576.  
  1577. syntax keyword pfmainDict    btree cidr environ hash nis pcre proxy regexp sdbm sdbm static tcp unix
  1578. syntax keyword pfmainQueueDir    incoming active deferred corrupt hold
  1579. syntax keyword pfmainTransport    smtp lmtp unix local relay uucp virtual
  1580. syntax keyword pfmainLock    fcntl flock dotlock
  1581. syntax keyword pfmainAnswer    yes no
  1582.  
  1583. syntax match pfmainComment    "#.*$"
  1584. syntax match pfmainNumber    "\<\d\+\>"
  1585. syntax match pfmainTime        "\<\d\+[hmsd]\>"
  1586. syntax match pfmainIP        "\<\d\{1,3}\.\d\{1,3}\.\d\{1,3}\.\d\{1,3}\>"
  1587. syntax match pfmainVariable    "\$\w\+" contains=pfmainRef
  1588.  
  1589. syntax match pfmainSpecial    "\<alias\>"
  1590. syntax match pfmainSpecial    "\<canonical\>"
  1591. syntax match pfmainSpecial    "\<command\>"
  1592. syntax match pfmainSpecial    "\<file\>"
  1593. syntax match pfmainSpecial    "\<forward\>"
  1594. syntax match pfmainSpecial    "\<noanonymous\>"
  1595. syntax match pfmainSpecial    "\<noplaintext\>"
  1596. syntax match pfmainSpecial    "\<resource\>"
  1597. syntax match pfmainSpecial    "\<software\>"
  1598.  
  1599. syntax match pfmainSpecial    "\<bounce\>"
  1600. syntax match pfmainSpecial    "\<cleanup\>"
  1601. syntax match pfmainSpecial    "\<cyrus\>"
  1602. syntax match pfmainSpecial    "\<defer\>"
  1603. syntax match pfmainSpecial    "\<error\>"
  1604. syntax match pfmainSpecial    "\<flush\>"
  1605. syntax match pfmainSpecial    "\<pickup\>"
  1606. syntax match pfmainSpecial    "\<postdrop\>"
  1607. syntax match pfmainSpecial    "\<qmgr\>"
  1608. syntax match pfmainSpecial    "\<rewrite\>"
  1609. syntax match pfmainSpecial    "\<scache\>"
  1610. syntax match pfmainSpecial    "\<showq\>"
  1611. syntax match pfmainSpecial    "\<trace\>"
  1612. syntax match pfmainSpecial    "\<verify\>"
  1613.  
  1614. if version >= 508 || !exists("pfmain_syntax_init")
  1615.     if version < 508
  1616.         let pfmain_syntax_init = 1
  1617.         command -nargs=+ HiLink hi link <args>
  1618.     else
  1619.         command -nargs=+ HiLink hi def link <args>
  1620.     endif
  1621.  
  1622.     HiLink pfmainConf    Statement
  1623.     HiLink pfmainRef    PreProc
  1624.     HiLink pfmainWord    identifier
  1625.  
  1626.     HiLink pfmainDict    Type
  1627.     HiLink pfmainQueueDir    Constant
  1628.     HiLink pfmainTransport    Constant
  1629.     HiLink pfmainLock    Constant
  1630.     HiLink pfmainAnswer    Constant
  1631.  
  1632.     HiLink pfmainComment    Comment
  1633.     HiLink pfmainNumber    Number
  1634.     HiLink pfmainTime    Number
  1635.     HiLink pfmainIP        Number
  1636.     HiLink pfmainVariable    Error
  1637.     HiLink pfmainSpecial    Special
  1638.  
  1639.     delcommand HiLink
  1640. endif
  1641.  
  1642. let b:current_syntax = "pfmain"
  1643.  
  1644. " vim: ts=8 sw=2
  1645.