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