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