1" Vim syntax file 2" Language: Postfix main.cf configuration 3" Maintainer: KELEMEN Peter <Peter dot Kelemen at cern dot ch> 4" Last Change: 2006 Apr 15 5" Version: 0.20 6" URL: http://cern.ch/fuji/vim/syntax/pfmain.vim 7" Comment: Based on Postfix 2.3.x defaults. 8 9if version < 600 10 syntax clear 11elseif exists("b:current_syntax") 12 finish 13endif 14 15if version >= 600 16 setlocal iskeyword=@,48-57,_,- 17else 18 set iskeyword=@,48-57,_,- 19endif 20 21syntax case match 22syntax sync minlines=1 23 24syntax keyword pfmainConf 2bounce_notice_recipient 25syntax keyword pfmainConf access_map_reject_code 26syntax keyword pfmainConf address_verify_default_transport 27syntax keyword pfmainConf address_verify_local_transport 28syntax keyword pfmainConf address_verify_map 29syntax keyword pfmainConf address_verify_negative_cache 30syntax keyword pfmainConf address_verify_negative_expire_time 31syntax keyword pfmainConf address_verify_negative_refresh_time 32syntax keyword pfmainConf address_verify_poll_count 33syntax keyword pfmainConf address_verify_poll_delay 34syntax keyword pfmainConf address_verify_positive_expire_time 35syntax keyword pfmainConf address_verify_positive_refresh_time 36syntax keyword pfmainConf address_verify_relay_transport 37syntax keyword pfmainConf address_verify_relayhost 38syntax keyword pfmainConf address_verify_sender 39syntax keyword pfmainConf address_verify_sender_dependent_relayhost_maps 40syntax keyword pfmainConf address_verify_service_name 41syntax keyword pfmainConf address_verify_transport_maps 42syntax keyword pfmainConf address_verify_virtual_transport 43syntax keyword pfmainConf alias_database 44syntax keyword pfmainConf alias_maps 45syntax keyword pfmainConf allow_mail_to_commands 46syntax keyword pfmainConf allow_mail_to_files 47syntax keyword pfmainConf allow_min_user 48syntax keyword pfmainConf allow_percent_hack 49syntax keyword pfmainConf allow_untrusted_routing 50syntax keyword pfmainConf alternate_config_directories 51syntax keyword pfmainConf always_bcc 52syntax keyword pfmainConf anvil_rate_time_unit 53syntax keyword pfmainConf anvil_status_update_time 54syntax keyword pfmainConf append_at_myorigin 55syntax keyword pfmainConf append_dot_mydomain 56syntax keyword pfmainConf application_event_drain_time 57syntax keyword pfmainConf authorized_flush_users 58syntax keyword pfmainConf authorized_mailq_users 59syntax keyword pfmainConf authorized_submit_users 60syntax keyword pfmainConf backwards_bounce_logfile_compatibility 61syntax keyword pfmainConf berkeley_db_create_buffer_size 62syntax keyword pfmainConf berkeley_db_read_buffer_size 63syntax keyword pfmainConf best_mx_transport 64syntax keyword pfmainConf biff 65syntax keyword pfmainConf body_checks 66syntax keyword pfmainConf body_checks_size_limit 67syntax keyword pfmainConf bounce_notice_recipient 68syntax keyword pfmainConf bounce_queue_lifetime 69syntax keyword pfmainConf bounce_service_name 70syntax keyword pfmainConf bounce_size_limit 71syntax keyword pfmainConf bounce_template_file 72syntax keyword pfmainConf broken_sasl_auth_clients 73syntax keyword pfmainConf canonical_classes 74syntax keyword pfmainConf canonical_maps 75syntax keyword pfmainConf cleanup_service_name 76syntax keyword pfmainConf command_directory 77syntax keyword pfmainConf command_execution_directory 78syntax keyword pfmainConf command_expansion_filter 79syntax keyword pfmainConf command_time_limit 80syntax keyword pfmainConf config_directory 81syntax keyword pfmainConf connection_cache_protocol_timeout 82syntax keyword pfmainConf connection_cache_service_name 83syntax keyword pfmainConf connection_cache_status_update_time 84syntax keyword pfmainConf connection_cache_ttl_limit 85syntax keyword pfmainConf content_filter 86syntax keyword pfmainConf daemon_directory 87syntax keyword pfmainConf daemon_timeout 88syntax keyword pfmainConf debug_peer_level 89syntax keyword pfmainConf debug_peer_list 90syntax keyword pfmainConf default_database_type 91syntax keyword pfmainConf default_delivery_slot_cost 92syntax keyword pfmainConf default_delivery_slot_discount 93syntax keyword pfmainConf default_delivery_slot_loan 94syntax keyword pfmainConf default_destination_concurrency_limit 95syntax keyword pfmainConf default_destination_recipient_limit 96syntax keyword pfmainConf default_extra_recipient_limit 97syntax keyword pfmainConf default_minimum_delivery_slots 98syntax keyword pfmainConf default_privs 99syntax keyword pfmainConf default_process_limit 100syntax keyword pfmainConf default_rbl_reply 101syntax keyword pfmainConf default_recipient_limit 102syntax keyword pfmainConf default_transport 103syntax keyword pfmainConf default_verp_delimiters 104syntax keyword pfmainConf defer_code 105syntax keyword pfmainConf defer_service_name 106syntax keyword pfmainConf defer_transports 107syntax keyword pfmainConf delay_logging_resolution_limit 108syntax keyword pfmainConf delay_notice_recipient 109syntax keyword pfmainConf delay_warning_time 110syntax keyword pfmainConf deliver_lock_attempts 111syntax keyword pfmainConf deliver_lock_delay 112syntax keyword pfmainConf disable_dns_lookups 113syntax keyword pfmainConf disable_mime_input_processing 114syntax keyword pfmainConf disable_mime_output_conversion 115syntax keyword pfmainConf disable_verp_bounces 116syntax keyword pfmainConf disable_vrfy_command 117syntax keyword pfmainConf dont_remove 118syntax keyword pfmainConf double_bounce_sender 119syntax keyword pfmainConf duplicate_filter_limit 120syntax keyword pfmainConf empty_address_recipient 121syntax keyword pfmainConf enable_original_recipient 122syntax keyword pfmainConf error_notice_recipient 123syntax keyword pfmainConf error_service_name 124syntax keyword pfmainConf execution_directory_expansion_filter 125syntax keyword pfmainConf expand_owner_alias 126syntax keyword pfmainConf export_environment 127syntax keyword pfmainConf fallback_transport 128syntax keyword pfmainConf fallback_transport_maps 129syntax keyword pfmainConf fast_flush_domains 130syntax keyword pfmainConf fast_flush_purge_time 131syntax keyword pfmainConf fast_flush_refresh_time 132syntax keyword pfmainConf fault_injection_code 133syntax keyword pfmainConf flush_service_name 134syntax keyword pfmainConf fork_attempts 135syntax keyword pfmainConf fork_delay 136syntax keyword pfmainConf forward_expansion_filter 137syntax keyword pfmainConf forward_path 138syntax keyword pfmainConf frozen_delivered_to 139syntax keyword pfmainConf hash_queue_depth 140syntax keyword pfmainConf hash_queue_names 141syntax keyword pfmainConf header_address_token_limit 142syntax keyword pfmainConf header_checks 143syntax keyword pfmainConf header_size_limit 144syntax keyword pfmainConf helpful_warnings 145syntax keyword pfmainConf home_mailbox 146syntax keyword pfmainConf hopcount_limit 147syntax keyword pfmainConf html_directory 148syntax keyword pfmainConf ignore_mx_lookup_error 149syntax keyword pfmainConf import_environment 150syntax keyword pfmainConf in_flow_delay 151syntax keyword pfmainConf inet_interfaces 152syntax keyword pfmainConf inet_protocols 153syntax keyword pfmainConf initial_destination_concurrency 154syntax keyword pfmainConf invalid_hostname_reject_code 155syntax keyword pfmainConf ipc_idle 156syntax keyword pfmainConf ipc_timeout 157syntax keyword pfmainConf ipc_ttl 158syntax keyword pfmainConf line_length_limit 159syntax keyword pfmainConf lmtp_bind_address 160syntax keyword pfmainConf lmtp_bind_address6 161syntax keyword pfmainConf lmtp_cname_overrides_servername 162syntax keyword pfmainConf lmtp_connect_timeout 163syntax keyword pfmainConf lmtp_connection_cache_destinations 164syntax keyword pfmainConf lmtp_connection_cache_on_demand 165syntax keyword pfmainConf lmtp_connection_cache_time_limit 166syntax keyword pfmainConf lmtp_connection_reuse_time_limit 167syntax keyword pfmainConf lmtp_data_done_timeout 168syntax keyword pfmainConf lmtp_data_init_timeout 169syntax keyword pfmainConf lmtp_data_xfer_timeout 170syntax keyword pfmainConf lmtp_defer_if_no_mx_address_found 171syntax keyword pfmainConf lmtp_destination_concurrency_limit 172syntax keyword pfmainConf lmtp_destination_recipient_limit 173syntax keyword pfmainConf lmtp_discard_lhlo_keyword_address_maps 174syntax keyword pfmainConf lmtp_discard_lhlo_keywords 175syntax keyword pfmainConf lmtp_enforce_tls 176syntax keyword pfmainConf lmtp_generic_maps 177syntax keyword pfmainConf lmtp_host_lookup 178syntax keyword pfmainConf lmtp_lhlo_name 179syntax keyword pfmainConf lmtp_lhlo_timeout 180syntax keyword pfmainConf lmtp_line_length_limit 181syntax keyword pfmainConf lmtp_mail_timeout 182syntax keyword pfmainConf lmtp_mx_address_limit 183syntax keyword pfmainConf lmtp_mx_session_limit 184syntax keyword pfmainConf lmtp_pix_workaround_delay_time 185syntax keyword pfmainConf lmtp_pix_workaround_threshold_time 186syntax keyword pfmainConf lmtp_quit_timeout 187syntax keyword pfmainConf lmtp_quote_rfc821_envelope 188syntax keyword pfmainConf lmtp_randomize_addresses 189syntax keyword pfmainConf lmtp_rcpt_timeout 190syntax keyword pfmainConf lmtp_rset_timeout 191syntax keyword pfmainConf lmtp_sasl_auth_enable 192syntax keyword pfmainConf lmtp_sasl_mechanism_filter 193syntax keyword pfmainConf lmtp_sasl_password_maps 194syntax keyword pfmainConf lmtp_sasl_path 195syntax keyword pfmainConf lmtp_sasl_security_options 196syntax keyword pfmainConf lmtp_sasl_tls_security_options 197syntax keyword pfmainConf lmtp_sasl_tls_verified_security_options 198syntax keyword pfmainConf lmtp_sasl_type 199syntax keyword pfmainConf lmtp_send_xforward_command 200syntax keyword pfmainConf lmtp_sender_dependent_authentication 201syntax keyword pfmainConf lmtp_skip_5xx_greeting 202syntax keyword pfmainConf lmtp_starttls_timeout 203syntax keyword pfmainConf lmtp_tcp_port 204syntax keyword pfmainConf lmtp_tls_enforce_peername 205syntax keyword pfmainConf lmtp_tls_note_starttls_offer 206syntax keyword pfmainConf lmtp_tls_per_site 207syntax keyword pfmainConf lmtp_tls_scert_verifydepth 208syntax keyword pfmainConf lmtp_use_tls 209syntax keyword pfmainConf lmtp_xforward_timeout 210syntax keyword pfmainConf local_command_shell 211syntax keyword pfmainConf local_destination_concurrency_limit 212syntax keyword pfmainConf local_destination_recipient_limit 213syntax keyword pfmainConf local_header_rewrite_clients 214syntax keyword pfmainConf local_recipient_maps 215syntax keyword pfmainConf local_transport 216syntax keyword pfmainConf luser_relay 217syntax keyword pfmainConf mail_name 218syntax keyword pfmainConf mail_owner 219syntax keyword pfmainConf mail_release_date 220syntax keyword pfmainConf mail_spool_directory 221syntax keyword pfmainConf mail_version 222syntax keyword pfmainConf mailbox_command 223syntax keyword pfmainConf mailbox_command_maps 224syntax keyword pfmainConf mailbox_delivery_lock 225syntax keyword pfmainConf mailbox_size_limit 226syntax keyword pfmainConf mailbox_transport 227syntax keyword pfmainConf mailbox_transport_maps 228syntax keyword pfmainConf mailq_path 229syntax keyword pfmainConf manpage_directory 230syntax keyword pfmainConf maps_rbl_domains 231syntax keyword pfmainConf maps_rbl_reject_code 232syntax keyword pfmainConf masquerade_classes 233syntax keyword pfmainConf masquerade_domains 234syntax keyword pfmainConf masquerade_exceptions 235syntax keyword pfmainConf max_idle 236syntax keyword pfmainConf max_use 237syntax keyword pfmainConf maximal_backoff_time 238syntax keyword pfmainConf maximal_queue_lifetime 239syntax keyword pfmainConf message_reject_characters 240syntax keyword pfmainConf message_size_limit 241syntax keyword pfmainConf message_strip_characters 242syntax keyword pfmainConf mime_boundary_length_limit 243syntax keyword pfmainConf mime_header_checks 244syntax keyword pfmainConf mime_nesting_limit 245syntax keyword pfmainConf minimal_backoff_time 246syntax keyword pfmainConf multi_recipient_bounce_reject_code 247syntax keyword pfmainConf mydestination 248syntax keyword pfmainConf mydomain 249syntax keyword pfmainConf myhostname 250syntax keyword pfmainConf mynetworks 251syntax keyword pfmainConf mynetworks_style 252syntax keyword pfmainConf myorigin 253syntax keyword pfmainConf nested_header_checks 254syntax keyword pfmainConf newaliases_path 255syntax keyword pfmainConf non_fqdn_reject_code 256syntax keyword pfmainConf notify_classes 257syntax keyword pfmainConf owner_request_special 258syntax keyword pfmainConf parent_domain_matches_subdomains 259syntax keyword pfmainConf permit_mx_backup_networks 260syntax keyword pfmainConf pickup_service_name 261syntax keyword pfmainConf plaintext_reject_code 262syntax keyword pfmainConf prepend_delivered_header 263syntax keyword pfmainConf process_id_directory 264syntax keyword pfmainConf propagate_unmatched_extensions 265syntax keyword pfmainConf proxy_interfaces 266syntax keyword pfmainConf proxy_read_maps 267syntax keyword pfmainConf qmgr_clog_warn_time 268syntax keyword pfmainConf qmgr_fudge_factor 269syntax keyword pfmainConf qmgr_message_active_limit 270syntax keyword pfmainConf qmgr_message_recipient_limit 271syntax keyword pfmainConf qmgr_message_recipient_minimum 272syntax keyword pfmainConf qmqpd_authorized_clients 273syntax keyword pfmainConf qmqpd_error_delay 274syntax keyword pfmainConf qmqpd_timeout 275syntax keyword pfmainConf queue_directory 276syntax keyword pfmainConf queue_file_attribute_count_limit 277syntax keyword pfmainConf queue_minfree 278syntax keyword pfmainConf queue_run_delay 279syntax keyword pfmainConf queue_service_name 280syntax keyword pfmainConf rbl_reply_maps 281syntax keyword pfmainConf readme_directory 282syntax keyword pfmainConf receive_override_options 283syntax keyword pfmainConf recipient_bcc_maps 284syntax keyword pfmainConf recipient_canonical_classes 285syntax keyword pfmainConf recipient_canonical_maps 286syntax keyword pfmainConf recipient_delimiter 287syntax keyword pfmainConf reject_code 288syntax keyword pfmainConf relay_clientcerts 289syntax keyword pfmainConf relay_destination_concurrency_limit 290syntax keyword pfmainConf relay_destination_recipient_limit 291syntax keyword pfmainConf relay_domains 292syntax keyword pfmainConf relay_domains_reject_code 293syntax keyword pfmainConf relay_recipient_maps 294syntax keyword pfmainConf relay_transport 295syntax keyword pfmainConf relayhost 296syntax keyword pfmainConf relocated_maps 297syntax keyword pfmainConf remote_header_rewrite_domain 298syntax keyword pfmainConf require_home_directory 299syntax keyword pfmainConf resolve_dequoted_address 300syntax keyword pfmainConf resolve_null_domain 301syntax keyword pfmainConf resolve_numeric_domain 302syntax keyword pfmainConf rewrite_service_name 303syntax keyword pfmainConf sample_directory 304syntax keyword pfmainConf sender_bcc_maps 305syntax keyword pfmainConf sender_canonical_classes 306syntax keyword pfmainConf sender_canonical_maps 307syntax keyword pfmainConf sender_dependent_relayhost_maps 308syntax keyword pfmainConf sendmail_path 309syntax keyword pfmainConf service_throttle_time 310syntax keyword pfmainConf setgid_group 311syntax keyword pfmainConf show_user_unknown_table_name 312syntax keyword pfmainConf showq_service_name 313syntax keyword pfmainConf smtp_always_send_ehlo 314syntax keyword pfmainConf smtp_bind_address 315syntax keyword pfmainConf smtp_bind_address6 316syntax keyword pfmainConf smtp_cname_overrides_servername 317syntax keyword pfmainConf smtp_connect_timeout 318syntax keyword pfmainConf smtp_connection_cache_destinations 319syntax keyword pfmainConf smtp_connection_cache_on_demand 320syntax keyword pfmainConf smtp_connection_cache_time_limit 321syntax keyword pfmainConf smtp_connection_reuse_time_limit 322syntax keyword pfmainConf smtp_data_done_timeout 323syntax keyword pfmainConf smtp_data_init_timeout 324syntax keyword pfmainConf smtp_data_xfer_timeout 325syntax keyword pfmainConf smtp_defer_if_no_mx_address_found 326syntax keyword pfmainConf smtp_destination_concurrency_limit 327syntax keyword pfmainConf smtp_destination_recipient_limit 328syntax keyword pfmainConf smtp_discard_ehlo_keyword_address_maps 329syntax keyword pfmainConf smtp_discard_ehlo_keywords 330syntax keyword pfmainConf smtp_enforce_tls 331syntax keyword pfmainConf smtp_fallback_relay 332syntax keyword pfmainConf smtp_generic_maps 333syntax keyword pfmainConf smtp_helo_name 334syntax keyword pfmainConf smtp_helo_timeout 335syntax keyword pfmainConf smtp_host_lookup 336syntax keyword pfmainConf smtp_line_length_limit 337syntax keyword pfmainConf smtp_mail_timeout 338syntax keyword pfmainConf smtp_mx_address_limit 339syntax keyword pfmainConf smtp_mx_session_limit 340syntax keyword pfmainConf smtp_never_send_ehlo 341syntax keyword pfmainConf smtp_pix_workaround_delay_time 342syntax keyword pfmainConf smtp_pix_workaround_threshold_time 343syntax keyword pfmainConf smtp_quit_timeout 344syntax keyword pfmainConf smtp_quote_rfc821_envelope 345syntax keyword pfmainConf smtp_randomize_addresses 346syntax keyword pfmainConf smtp_rcpt_timeout 347syntax keyword pfmainConf smtp_rset_timeout 348syntax keyword pfmainConf smtp_sasl_auth_enable 349syntax keyword pfmainConf smtp_sasl_mechanism_filter 350syntax keyword pfmainConf smtp_sasl_password_maps 351syntax keyword pfmainConf smtp_sasl_path 352syntax keyword pfmainConf smtp_sasl_security_options 353syntax keyword pfmainConf smtp_sasl_tls_security_options 354syntax keyword pfmainConf smtp_sasl_tls_verified_security_options 355syntax keyword pfmainConf smtp_sasl_type 356syntax keyword pfmainConf smtp_send_xforward_command 357syntax keyword pfmainConf smtp_sender_dependent_authentication 358syntax keyword pfmainConf smtp_skip_5xx_greeting 359syntax keyword pfmainConf smtp_skip_quit_response 360syntax keyword pfmainConf smtp_starttls_timeout 361syntax keyword pfmainConf smtp_tls_CAfile 362syntax keyword pfmainConf smtp_tls_CApath 363syntax keyword pfmainConf smtp_tls_cert_file 364syntax keyword pfmainConf smtp_tls_cipherlist 365syntax keyword pfmainConf smtp_tls_dcert_file 366syntax keyword pfmainConf smtp_tls_dkey_file 367syntax keyword pfmainConf smtp_tls_enforce_peername 368syntax keyword pfmainConf smtp_tls_key_file 369syntax keyword pfmainConf smtp_tls_loglevel 370syntax keyword pfmainConf smtp_tls_note_starttls_offer 371syntax keyword pfmainConf smtp_tls_per_site 372syntax keyword pfmainConf smtp_tls_scert_verifydepth 373syntax keyword pfmainConf smtp_tls_session_cache_database 374syntax keyword pfmainConf smtp_tls_session_cache_timeout 375syntax keyword pfmainConf smtp_use_tls 376syntax keyword pfmainConf smtp_xforward_timeout 377syntax keyword pfmainConf smtpd_authorized_verp_clients 378syntax keyword pfmainConf smtpd_authorized_xclient_hosts 379syntax keyword pfmainConf smtpd_authorized_xforward_hosts 380syntax keyword pfmainConf smtpd_banner 381syntax keyword pfmainConf smtpd_client_connection_count_limit 382syntax keyword pfmainConf smtpd_client_connection_rate_limit 383syntax keyword pfmainConf smtpd_client_event_limit_exceptions 384syntax keyword pfmainConf smtpd_client_message_rate_limit 385syntax keyword pfmainConf smtpd_client_new_tls_session_rate_limit 386syntax keyword pfmainConf smtpd_client_recipient_rate_limit 387syntax keyword pfmainConf smtpd_client_restrictions 388syntax keyword pfmainConf smtpd_data_restrictions 389syntax keyword pfmainConf smtpd_delay_open_until_valid_rcpt 390syntax keyword pfmainConf smtpd_delay_reject 391syntax keyword pfmainConf smtpd_discard_ehlo_keyword_address_maps 392syntax keyword pfmainConf smtpd_discard_ehlo_keywords 393syntax keyword pfmainConf smtpd_end_of_data_restrictions 394syntax keyword pfmainConf smtpd_enforce_tls 395syntax keyword pfmainConf smtpd_error_sleep_time 396syntax keyword pfmainConf smtpd_etrn_restrictions 397syntax keyword pfmainConf smtpd_expansion_filter 398syntax keyword pfmainConf smtpd_forbidden_commands 399syntax keyword pfmainConf smtpd_hard_error_limit 400syntax keyword pfmainConf smtpd_helo_required 401syntax keyword pfmainConf smtpd_helo_restrictions 402syntax keyword pfmainConf smtpd_history_flush_threshold 403syntax keyword pfmainConf smtpd_junk_command_limit 404syntax keyword pfmainConf smtpd_noop_commands 405syntax keyword pfmainConf smtpd_null_access_lookup_key 406syntax keyword pfmainConf smtpd_peername_lookup 407syntax keyword pfmainConf smtpd_policy_service_max_idle 408syntax keyword pfmainConf smtpd_policy_service_max_ttl 409syntax keyword pfmainConf smtpd_policy_service_timeout 410syntax keyword pfmainConf smtpd_proxy_ehlo 411syntax keyword pfmainConf smtpd_proxy_filter 412syntax keyword pfmainConf smtpd_proxy_timeout 413syntax keyword pfmainConf smtpd_recipient_limit 414syntax keyword pfmainConf smtpd_recipient_overshoot_limit 415syntax keyword pfmainConf smtpd_recipient_restrictions 416syntax keyword pfmainConf smtpd_reject_unlisted_recipient 417syntax keyword pfmainConf smtpd_reject_unlisted_sender 418syntax keyword pfmainConf smtpd_restriction_classes 419syntax keyword pfmainConf smtpd_sasl_auth_enable 420syntax keyword pfmainConf smtpd_sasl_authenticated_header 421syntax keyword pfmainConf smtpd_sasl_exceptions_networks 422syntax keyword pfmainConf smtpd_sasl_local_domain 423syntax keyword pfmainConf smtpd_sasl_path 424syntax keyword pfmainConf smtpd_sasl_security_options 425syntax keyword pfmainConf smtpd_sasl_tls_security_options 426syntax keyword pfmainConf smtpd_sasl_type 427syntax keyword pfmainConf smtpd_sender_login_maps 428syntax keyword pfmainConf smtpd_sender_restrictions 429syntax keyword pfmainConf smtpd_soft_error_limit 430syntax keyword pfmainConf smtpd_starttls_timeout 431syntax keyword pfmainConf smtpd_timeout 432syntax keyword pfmainConf smtpd_tls_CAfile 433syntax keyword pfmainConf smtpd_tls_CApath 434syntax keyword pfmainConf smtpd_tls_ask_ccert 435syntax keyword pfmainConf smtpd_tls_auth_only 436syntax keyword pfmainConf smtpd_tls_ccert_verifydepth 437syntax keyword pfmainConf smtpd_tls_cert_file 438syntax keyword pfmainConf smtpd_tls_cipherlist 439syntax keyword pfmainConf smtpd_tls_dcert_file 440syntax keyword pfmainConf smtpd_tls_dh1024_param_file 441syntax keyword pfmainConf smtpd_tls_dh512_param_file 442syntax keyword pfmainConf smtpd_tls_dkey_file 443syntax keyword pfmainConf smtpd_tls_key_file 444syntax keyword pfmainConf smtpd_tls_loglevel 445syntax keyword pfmainConf smtpd_tls_received_header 446syntax keyword pfmainConf smtpd_tls_req_ccert 447syntax keyword pfmainConf smtpd_tls_session_cache_database 448syntax keyword pfmainConf smtpd_tls_session_cache_timeout 449syntax keyword pfmainConf smtpd_tls_wrappermode 450syntax keyword pfmainConf smtpd_use_tls 451syntax keyword pfmainConf soft_bounce 452syntax keyword pfmainConf stale_lock_time 453syntax keyword pfmainConf strict_7bit_headers 454syntax keyword pfmainConf strict_8bitmime 455syntax keyword pfmainConf strict_8bitmime_body 456syntax keyword pfmainConf strict_mime_encoding_domain 457syntax keyword pfmainConf strict_rfc821_envelopes 458syntax keyword pfmainConf sun_mailtool_compatibility 459syntax keyword pfmainConf swap_bangpath 460syntax keyword pfmainConf syslog_facility 461syntax keyword pfmainConf syslog_name 462syntax keyword pfmainConf tls_daemon_random_bytes 463syntax keyword pfmainConf tls_random_bytes 464syntax keyword pfmainConf tls_random_exchange_name 465syntax keyword pfmainConf tls_random_prng_update_period 466syntax keyword pfmainConf tls_random_reseed_period 467syntax keyword pfmainConf tls_random_source 468syntax keyword pfmainConf trace_service_name 469syntax keyword pfmainConf transport_maps 470syntax keyword pfmainConf transport_retry_time 471syntax keyword pfmainConf trigger_timeout 472syntax keyword pfmainConf undisclosed_recipients_header 473syntax keyword pfmainConf unknown_address_reject_code 474syntax keyword pfmainConf unknown_client_reject_code 475syntax keyword pfmainConf unknown_hostname_reject_code 476syntax keyword pfmainConf unknown_local_recipient_reject_code 477syntax keyword pfmainConf unknown_relay_recipient_reject_code 478syntax keyword pfmainConf unknown_virtual_alias_reject_code 479syntax keyword pfmainConf unknown_virtual_mailbox_reject_code 480syntax keyword pfmainConf unverified_recipient_reject_code 481syntax keyword pfmainConf unverified_sender_reject_code 482syntax keyword pfmainConf verp_delimiter_filter 483syntax keyword pfmainConf virtual_alias_domains 484syntax keyword pfmainConf virtual_alias_expansion_limit 485syntax keyword pfmainConf virtual_alias_maps 486syntax keyword pfmainConf virtual_alias_recursion_limit 487syntax keyword pfmainConf virtual_destination_concurrency_limit 488syntax keyword pfmainConf virtual_destination_recipient_limit 489syntax keyword pfmainConf virtual_gid_maps 490syntax keyword pfmainConf virtual_mailbox_base 491syntax keyword pfmainConf virtual_mailbox_domains 492syntax keyword pfmainConf virtual_mailbox_limit 493syntax keyword pfmainConf virtual_mailbox_lock 494syntax keyword pfmainConf virtual_mailbox_maps 495syntax keyword pfmainConf virtual_minimum_uid 496syntax keyword pfmainConf virtual_transport 497syntax keyword pfmainConf virtual_uid_maps 498syntax match pfmainRef "$\<2bounce_notice_recipient\>" 499syntax match pfmainRef "$\<access_map_reject_code\>" 500syntax match pfmainRef "$\<address_verify_default_transport\>" 501syntax match pfmainRef "$\<address_verify_local_transport\>" 502syntax match pfmainRef "$\<address_verify_map\>" 503syntax match pfmainRef "$\<address_verify_negative_cache\>" 504syntax match pfmainRef "$\<address_verify_negative_expire_time\>" 505syntax match pfmainRef "$\<address_verify_negative_refresh_time\>" 506syntax match pfmainRef "$\<address_verify_poll_count\>" 507syntax match pfmainRef "$\<address_verify_poll_delay\>" 508syntax match pfmainRef "$\<address_verify_positive_expire_time\>" 509syntax match pfmainRef "$\<address_verify_positive_refresh_time\>" 510syntax match pfmainRef "$\<address_verify_relay_transport\>" 511syntax match pfmainRef "$\<address_verify_relayhost\>" 512syntax match pfmainRef "$\<address_verify_sender\>" 513syntax match pfmainRef "$\<address_verify_sender_dependent_relayhost_maps\>" 514syntax match pfmainRef "$\<address_verify_service_name\>" 515syntax match pfmainRef "$\<address_verify_transport_maps\>" 516syntax match pfmainRef "$\<address_verify_virtual_transport\>" 517syntax match pfmainRef "$\<alias_database\>" 518syntax match pfmainRef "$\<alias_maps\>" 519syntax match pfmainRef "$\<allow_mail_to_commands\>" 520syntax match pfmainRef "$\<allow_mail_to_files\>" 521syntax match pfmainRef "$\<allow_min_user\>" 522syntax match pfmainRef "$\<allow_percent_hack\>" 523syntax match pfmainRef "$\<allow_untrusted_routing\>" 524syntax match pfmainRef "$\<alternate_config_directories\>" 525syntax match pfmainRef "$\<always_bcc\>" 526syntax match pfmainRef "$\<anvil_rate_time_unit\>" 527syntax match pfmainRef "$\<anvil_status_update_time\>" 528syntax match pfmainRef "$\<append_at_myorigin\>" 529syntax match pfmainRef "$\<append_dot_mydomain\>" 530syntax match pfmainRef "$\<application_event_drain_time\>" 531syntax match pfmainRef "$\<authorized_flush_users\>" 532syntax match pfmainRef "$\<authorized_mailq_users\>" 533syntax match pfmainRef "$\<authorized_submit_users\>" 534syntax match pfmainRef "$\<backwards_bounce_logfile_compatibility\>" 535syntax match pfmainRef "$\<berkeley_db_create_buffer_size\>" 536syntax match pfmainRef "$\<berkeley_db_read_buffer_size\>" 537syntax match pfmainRef "$\<best_mx_transport\>" 538syntax match pfmainRef "$\<biff\>" 539syntax match pfmainRef "$\<body_checks\>" 540syntax match pfmainRef "$\<body_checks_size_limit\>" 541syntax match pfmainRef "$\<bounce_notice_recipient\>" 542syntax match pfmainRef "$\<bounce_queue_lifetime\>" 543syntax match pfmainRef "$\<bounce_service_name\>" 544syntax match pfmainRef "$\<bounce_size_limit\>" 545syntax match pfmainRef "$\<bounce_template_file\>" 546syntax match pfmainRef "$\<broken_sasl_auth_clients\>" 547syntax match pfmainRef "$\<canonical_classes\>" 548syntax match pfmainRef "$\<canonical_maps\>" 549syntax match pfmainRef "$\<cleanup_service_name\>" 550syntax match pfmainRef "$\<command_directory\>" 551syntax match pfmainRef "$\<command_execution_directory\>" 552syntax match pfmainRef "$\<command_expansion_filter\>" 553syntax match pfmainRef "$\<command_time_limit\>" 554syntax match pfmainRef "$\<config_directory\>" 555syntax match pfmainRef "$\<connection_cache_protocol_timeout\>" 556syntax match pfmainRef "$\<connection_cache_service_name\>" 557syntax match pfmainRef "$\<connection_cache_status_update_time\>" 558syntax match pfmainRef "$\<connection_cache_ttl_limit\>" 559syntax match pfmainRef "$\<content_filter\>" 560syntax match pfmainRef "$\<daemon_directory\>" 561syntax match pfmainRef "$\<daemon_timeout\>" 562syntax match pfmainRef "$\<debug_peer_level\>" 563syntax match pfmainRef "$\<debug_peer_list\>" 564syntax match pfmainRef "$\<default_database_type\>" 565syntax match pfmainRef "$\<default_delivery_slot_cost\>" 566syntax match pfmainRef "$\<default_delivery_slot_discount\>" 567syntax match pfmainRef "$\<default_delivery_slot_loan\>" 568syntax match pfmainRef "$\<default_destination_concurrency_limit\>" 569syntax match pfmainRef "$\<default_destination_recipient_limit\>" 570syntax match pfmainRef "$\<default_extra_recipient_limit\>" 571syntax match pfmainRef "$\<default_minimum_delivery_slots\>" 572syntax match pfmainRef "$\<default_privs\>" 573syntax match pfmainRef "$\<default_process_limit\>" 574syntax match pfmainRef "$\<default_rbl_reply\>" 575syntax match pfmainRef "$\<default_recipient_limit\>" 576syntax match pfmainRef "$\<default_transport\>" 577syntax match pfmainRef "$\<default_verp_delimiters\>" 578syntax match pfmainRef "$\<defer_code\>" 579syntax match pfmainRef "$\<defer_service_name\>" 580syntax match pfmainRef "$\<defer_transports\>" 581syntax match pfmainRef "$\<delay_logging_resolution_limit\>" 582syntax match pfmainRef "$\<delay_notice_recipient\>" 583syntax match pfmainRef "$\<delay_warning_time\>" 584syntax match pfmainRef "$\<deliver_lock_attempts\>" 585syntax match pfmainRef "$\<deliver_lock_delay\>" 586syntax match pfmainRef "$\<disable_dns_lookups\>" 587syntax match pfmainRef "$\<disable_mime_input_processing\>" 588syntax match pfmainRef "$\<disable_mime_output_conversion\>" 589syntax match pfmainRef "$\<disable_verp_bounces\>" 590syntax match pfmainRef "$\<disable_vrfy_command\>" 591syntax match pfmainRef "$\<dont_remove\>" 592syntax match pfmainRef "$\<double_bounce_sender\>" 593syntax match pfmainRef "$\<duplicate_filter_limit\>" 594syntax match pfmainRef "$\<empty_address_recipient\>" 595syntax match pfmainRef "$\<enable_original_recipient\>" 596syntax match pfmainRef "$\<error_notice_recipient\>" 597syntax match pfmainRef "$\<error_service_name\>" 598syntax match pfmainRef "$\<execution_directory_expansion_filter\>" 599syntax match pfmainRef "$\<expand_owner_alias\>" 600syntax match pfmainRef "$\<export_environment\>" 601syntax match pfmainRef "$\<fallback_transport\>" 602syntax match pfmainRef "$\<fallback_transport_maps\>" 603syntax match pfmainRef "$\<fast_flush_domains\>" 604syntax match pfmainRef "$\<fast_flush_purge_time\>" 605syntax match pfmainRef "$\<fast_flush_refresh_time\>" 606syntax match pfmainRef "$\<fault_injection_code\>" 607syntax match pfmainRef "$\<flush_service_name\>" 608syntax match pfmainRef "$\<fork_attempts\>" 609syntax match pfmainRef "$\<fork_delay\>" 610syntax match pfmainRef "$\<forward_expansion_filter\>" 611syntax match pfmainRef "$\<forward_path\>" 612syntax match pfmainRef "$\<frozen_delivered_to\>" 613syntax match pfmainRef "$\<hash_queue_depth\>" 614syntax match pfmainRef "$\<hash_queue_names\>" 615syntax match pfmainRef "$\<header_address_token_limit\>" 616syntax match pfmainRef "$\<header_checks\>" 617syntax match pfmainRef "$\<header_size_limit\>" 618syntax match pfmainRef "$\<helpful_warnings\>" 619syntax match pfmainRef "$\<home_mailbox\>" 620syntax match pfmainRef "$\<hopcount_limit\>" 621syntax match pfmainRef "$\<html_directory\>" 622syntax match pfmainRef "$\<ignore_mx_lookup_error\>" 623syntax match pfmainRef "$\<import_environment\>" 624syntax match pfmainRef "$\<in_flow_delay\>" 625syntax match pfmainRef "$\<inet_interfaces\>" 626syntax match pfmainRef "$\<inet_protocols\>" 627syntax match pfmainRef "$\<initial_destination_concurrency\>" 628syntax match pfmainRef "$\<invalid_hostname_reject_code\>" 629syntax match pfmainRef "$\<ipc_idle\>" 630syntax match pfmainRef "$\<ipc_timeout\>" 631syntax match pfmainRef "$\<ipc_ttl\>" 632syntax match pfmainRef "$\<line_length_limit\>" 633syntax match pfmainRef "$\<lmtp_bind_address\>" 634syntax match pfmainRef "$\<lmtp_bind_address6\>" 635syntax match pfmainRef "$\<lmtp_cname_overrides_servername\>" 636syntax match pfmainRef "$\<lmtp_connect_timeout\>" 637syntax match pfmainRef "$\<lmtp_connection_cache_destinations\>" 638syntax match pfmainRef "$\<lmtp_connection_cache_on_demand\>" 639syntax match pfmainRef "$\<lmtp_connection_cache_time_limit\>" 640syntax match pfmainRef "$\<lmtp_connection_reuse_time_limit\>" 641syntax match pfmainRef "$\<lmtp_data_done_timeout\>" 642syntax match pfmainRef "$\<lmtp_data_init_timeout\>" 643syntax match pfmainRef "$\<lmtp_data_xfer_timeout\>" 644syntax match pfmainRef "$\<lmtp_defer_if_no_mx_address_found\>" 645syntax match pfmainRef "$\<lmtp_destination_concurrency_limit\>" 646syntax match pfmainRef "$\<lmtp_destination_recipient_limit\>" 647syntax match pfmainRef "$\<lmtp_discard_lhlo_keyword_address_maps\>" 648syntax match pfmainRef "$\<lmtp_discard_lhlo_keywords\>" 649syntax match pfmainRef "$\<lmtp_enforce_tls\>" 650syntax match pfmainRef "$\<lmtp_generic_maps\>" 651syntax match pfmainRef "$\<lmtp_host_lookup\>" 652syntax match pfmainRef "$\<lmtp_lhlo_name\>" 653syntax match pfmainRef "$\<lmtp_lhlo_timeout\>" 654syntax match pfmainRef "$\<lmtp_line_length_limit\>" 655syntax match pfmainRef "$\<lmtp_mail_timeout\>" 656syntax match pfmainRef "$\<lmtp_mx_address_limit\>" 657syntax match pfmainRef "$\<lmtp_mx_session_limit\>" 658syntax match pfmainRef "$\<lmtp_pix_workaround_delay_time\>" 659syntax match pfmainRef "$\<lmtp_pix_workaround_threshold_time\>" 660syntax match pfmainRef "$\<lmtp_quit_timeout\>" 661syntax match pfmainRef "$\<lmtp_quote_rfc821_envelope\>" 662syntax match pfmainRef "$\<lmtp_randomize_addresses\>" 663syntax match pfmainRef "$\<lmtp_rcpt_timeout\>" 664syntax match pfmainRef "$\<lmtp_rset_timeout\>" 665syntax match pfmainRef "$\<lmtp_sasl_auth_enable\>" 666syntax match pfmainRef "$\<lmtp_sasl_mechanism_filter\>" 667syntax match pfmainRef "$\<lmtp_sasl_password_maps\>" 668syntax match pfmainRef "$\<lmtp_sasl_path\>" 669syntax match pfmainRef "$\<lmtp_sasl_security_options\>" 670syntax match pfmainRef "$\<lmtp_sasl_tls_security_options\>" 671syntax match pfmainRef "$\<lmtp_sasl_tls_verified_security_options\>" 672syntax match pfmainRef "$\<lmtp_sasl_type\>" 673syntax match pfmainRef "$\<lmtp_send_xforward_command\>" 674syntax match pfmainRef "$\<lmtp_sender_dependent_authentication\>" 675syntax match pfmainRef "$\<lmtp_skip_5xx_greeting\>" 676syntax match pfmainRef "$\<lmtp_starttls_timeout\>" 677syntax match pfmainRef "$\<lmtp_tcp_port\>" 678syntax match pfmainRef "$\<lmtp_tls_enforce_peername\>" 679syntax match pfmainRef "$\<lmtp_tls_note_starttls_offer\>" 680syntax match pfmainRef "$\<lmtp_tls_per_site\>" 681syntax match pfmainRef "$\<lmtp_tls_scert_verifydepth\>" 682syntax match pfmainRef "$\<lmtp_use_tls\>" 683syntax match pfmainRef "$\<lmtp_xforward_timeout\>" 684syntax match pfmainRef "$\<local_command_shell\>" 685syntax match pfmainRef "$\<local_destination_concurrency_limit\>" 686syntax match pfmainRef "$\<local_destination_recipient_limit\>" 687syntax match pfmainRef "$\<local_header_rewrite_clients\>" 688syntax match pfmainRef "$\<local_recipient_maps\>" 689syntax match pfmainRef "$\<local_transport\>" 690syntax match pfmainRef "$\<luser_relay\>" 691syntax match pfmainRef "$\<mail_name\>" 692syntax match pfmainRef "$\<mail_owner\>" 693syntax match pfmainRef "$\<mail_release_date\>" 694syntax match pfmainRef "$\<mail_spool_directory\>" 695syntax match pfmainRef "$\<mail_version\>" 696syntax match pfmainRef "$\<mailbox_command\>" 697syntax match pfmainRef "$\<mailbox_command_maps\>" 698syntax match pfmainRef "$\<mailbox_delivery_lock\>" 699syntax match pfmainRef "$\<mailbox_size_limit\>" 700syntax match pfmainRef "$\<mailbox_transport\>" 701syntax match pfmainRef "$\<mailbox_transport_maps\>" 702syntax match pfmainRef "$\<mailq_path\>" 703syntax match pfmainRef "$\<manpage_directory\>" 704syntax match pfmainRef "$\<maps_rbl_domains\>" 705syntax match pfmainRef "$\<maps_rbl_reject_code\>" 706syntax match pfmainRef "$\<masquerade_classes\>" 707syntax match pfmainRef "$\<masquerade_domains\>" 708syntax match pfmainRef "$\<masquerade_exceptions\>" 709syntax match pfmainRef "$\<max_idle\>" 710syntax match pfmainRef "$\<max_use\>" 711syntax match pfmainRef "$\<maximal_backoff_time\>" 712syntax match pfmainRef "$\<maximal_queue_lifetime\>" 713syntax match pfmainRef "$\<message_reject_characters\>" 714syntax match pfmainRef "$\<message_size_limit\>" 715syntax match pfmainRef "$\<message_strip_characters\>" 716syntax match pfmainRef "$\<mime_boundary_length_limit\>" 717syntax match pfmainRef "$\<mime_header_checks\>" 718syntax match pfmainRef "$\<mime_nesting_limit\>" 719syntax match pfmainRef "$\<minimal_backoff_time\>" 720syntax match pfmainRef "$\<multi_recipient_bounce_reject_code\>" 721syntax match pfmainRef "$\<mydestination\>" 722syntax match pfmainRef "$\<mydomain\>" 723syntax match pfmainRef "$\<myhostname\>" 724syntax match pfmainRef "$\<mynetworks\>" 725syntax match pfmainRef "$\<mynetworks_style\>" 726syntax match pfmainRef "$\<myorigin\>" 727syntax match pfmainRef "$\<nested_header_checks\>" 728syntax match pfmainRef "$\<newaliases_path\>" 729syntax match pfmainRef "$\<non_fqdn_reject_code\>" 730syntax match pfmainRef "$\<notify_classes\>" 731syntax match pfmainRef "$\<owner_request_special\>" 732syntax match pfmainRef "$\<parent_domain_matches_subdomains\>" 733syntax match pfmainRef "$\<permit_mx_backup_networks\>" 734syntax match pfmainRef "$\<pickup_service_name\>" 735syntax match pfmainRef "$\<plaintext_reject_code\>" 736syntax match pfmainRef "$\<prepend_delivered_header\>" 737syntax match pfmainRef "$\<process_id_directory\>" 738syntax match pfmainRef "$\<propagate_unmatched_extensions\>" 739syntax match pfmainRef "$\<proxy_interfaces\>" 740syntax match pfmainRef "$\<proxy_read_maps\>" 741syntax match pfmainRef "$\<qmgr_clog_warn_time\>" 742syntax match pfmainRef "$\<qmgr_fudge_factor\>" 743syntax match pfmainRef "$\<qmgr_message_active_limit\>" 744syntax match pfmainRef "$\<qmgr_message_recipient_limit\>" 745syntax match pfmainRef "$\<qmgr_message_recipient_minimum\>" 746syntax match pfmainRef "$\<qmqpd_authorized_clients\>" 747syntax match pfmainRef "$\<qmqpd_error_delay\>" 748syntax match pfmainRef "$\<qmqpd_timeout\>" 749syntax match pfmainRef "$\<queue_directory\>" 750syntax match pfmainRef "$\<queue_file_attribute_count_limit\>" 751syntax match pfmainRef "$\<queue_minfree\>" 752syntax match pfmainRef "$\<queue_run_delay\>" 753syntax match pfmainRef "$\<queue_service_name\>" 754syntax match pfmainRef "$\<rbl_reply_maps\>" 755syntax match pfmainRef "$\<readme_directory\>" 756syntax match pfmainRef "$\<receive_override_options\>" 757syntax match pfmainRef "$\<recipient_bcc_maps\>" 758syntax match pfmainRef "$\<recipient_canonical_classes\>" 759syntax match pfmainRef "$\<recipient_canonical_maps\>" 760syntax match pfmainRef "$\<recipient_delimiter\>" 761syntax match pfmainRef "$\<reject_code\>" 762syntax match pfmainRef "$\<relay_clientcerts\>" 763syntax match pfmainRef "$\<relay_destination_concurrency_limit\>" 764syntax match pfmainRef "$\<relay_destination_recipient_limit\>" 765syntax match pfmainRef "$\<relay_domains\>" 766syntax match pfmainRef "$\<relay_domains_reject_code\>" 767syntax match pfmainRef "$\<relay_recipient_maps\>" 768syntax match pfmainRef "$\<relay_transport\>" 769syntax match pfmainRef "$\<relayhost\>" 770syntax match pfmainRef "$\<relocated_maps\>" 771syntax match pfmainRef "$\<remote_header_rewrite_domain\>" 772syntax match pfmainRef "$\<require_home_directory\>" 773syntax match pfmainRef "$\<resolve_dequoted_address\>" 774syntax match pfmainRef "$\<resolve_null_domain\>" 775syntax match pfmainRef "$\<resolve_numeric_domain\>" 776syntax match pfmainRef "$\<rewrite_service_name\>" 777syntax match pfmainRef "$\<sample_directory\>" 778syntax match pfmainRef "$\<sender_bcc_maps\>" 779syntax match pfmainRef "$\<sender_canonical_classes\>" 780syntax match pfmainRef "$\<sender_canonical_maps\>" 781syntax match pfmainRef "$\<sender_dependent_relayhost_maps\>" 782syntax match pfmainRef "$\<sendmail_path\>" 783syntax match pfmainRef "$\<service_throttle_time\>" 784syntax match pfmainRef "$\<setgid_group\>" 785syntax match pfmainRef "$\<show_user_unknown_table_name\>" 786syntax match pfmainRef "$\<showq_service_name\>" 787syntax match pfmainRef "$\<smtp_always_send_ehlo\>" 788syntax match pfmainRef "$\<smtp_bind_address\>" 789syntax match pfmainRef "$\<smtp_bind_address6\>" 790syntax match pfmainRef "$\<smtp_cname_overrides_servername\>" 791syntax match pfmainRef "$\<smtp_connect_timeout\>" 792syntax match pfmainRef "$\<smtp_connection_cache_destinations\>" 793syntax match pfmainRef "$\<smtp_connection_cache_on_demand\>" 794syntax match pfmainRef "$\<smtp_connection_cache_time_limit\>" 795syntax match pfmainRef "$\<smtp_connection_reuse_time_limit\>" 796syntax match pfmainRef "$\<smtp_data_done_timeout\>" 797syntax match pfmainRef "$\<smtp_data_init_timeout\>" 798syntax match pfmainRef "$\<smtp_data_xfer_timeout\>" 799syntax match pfmainRef "$\<smtp_defer_if_no_mx_address_found\>" 800syntax match pfmainRef "$\<smtp_destination_concurrency_limit\>" 801syntax match pfmainRef "$\<smtp_destination_recipient_limit\>" 802syntax match pfmainRef "$\<smtp_discard_ehlo_keyword_address_maps\>" 803syntax match pfmainRef "$\<smtp_discard_ehlo_keywords\>" 804syntax match pfmainRef "$\<smtp_enforce_tls\>" 805syntax match pfmainRef "$\<smtp_fallback_relay\>" 806syntax match pfmainRef "$\<smtp_generic_maps\>" 807syntax match pfmainRef "$\<smtp_helo_name\>" 808syntax match pfmainRef "$\<smtp_helo_timeout\>" 809syntax match pfmainRef "$\<smtp_host_lookup\>" 810syntax match pfmainRef "$\<smtp_line_length_limit\>" 811syntax match pfmainRef "$\<smtp_mail_timeout\>" 812syntax match pfmainRef "$\<smtp_mx_address_limit\>" 813syntax match pfmainRef "$\<smtp_mx_session_limit\>" 814syntax match pfmainRef "$\<smtp_never_send_ehlo\>" 815syntax match pfmainRef "$\<smtp_pix_workaround_delay_time\>" 816syntax match pfmainRef "$\<smtp_pix_workaround_threshold_time\>" 817syntax match pfmainRef "$\<smtp_quit_timeout\>" 818syntax match pfmainRef "$\<smtp_quote_rfc821_envelope\>" 819syntax match pfmainRef "$\<smtp_randomize_addresses\>" 820syntax match pfmainRef "$\<smtp_rcpt_timeout\>" 821syntax match pfmainRef "$\<smtp_rset_timeout\>" 822syntax match pfmainRef "$\<smtp_sasl_auth_enable\>" 823syntax match pfmainRef "$\<smtp_sasl_mechanism_filter\>" 824syntax match pfmainRef "$\<smtp_sasl_password_maps\>" 825syntax match pfmainRef "$\<smtp_sasl_path\>" 826syntax match pfmainRef "$\<smtp_sasl_security_options\>" 827syntax match pfmainRef "$\<smtp_sasl_tls_security_options\>" 828syntax match pfmainRef "$\<smtp_sasl_tls_verified_security_options\>" 829syntax match pfmainRef "$\<smtp_sasl_type\>" 830syntax match pfmainRef "$\<smtp_send_xforward_command\>" 831syntax match pfmainRef "$\<smtp_sender_dependent_authentication\>" 832syntax match pfmainRef "$\<smtp_skip_5xx_greeting\>" 833syntax match pfmainRef "$\<smtp_skip_quit_response\>" 834syntax match pfmainRef "$\<smtp_starttls_timeout\>" 835syntax match pfmainRef "$\<smtp_tls_CAfile\>" 836syntax match pfmainRef "$\<smtp_tls_CApath\>" 837syntax match pfmainRef "$\<smtp_tls_cert_file\>" 838syntax match pfmainRef "$\<smtp_tls_cipherlist\>" 839syntax match pfmainRef "$\<smtp_tls_dcert_file\>" 840syntax match pfmainRef "$\<smtp_tls_dkey_file\>" 841syntax match pfmainRef "$\<smtp_tls_enforce_peername\>" 842syntax match pfmainRef "$\<smtp_tls_key_file\>" 843syntax match pfmainRef "$\<smtp_tls_loglevel\>" 844syntax match pfmainRef "$\<smtp_tls_note_starttls_offer\>" 845syntax match pfmainRef "$\<smtp_tls_per_site\>" 846syntax match pfmainRef "$\<smtp_tls_scert_verifydepth\>" 847syntax match pfmainRef "$\<smtp_tls_session_cache_database\>" 848syntax match pfmainRef "$\<smtp_tls_session_cache_timeout\>" 849syntax match pfmainRef "$\<smtp_use_tls\>" 850syntax match pfmainRef "$\<smtp_xforward_timeout\>" 851syntax match pfmainRef "$\<smtpd_authorized_verp_clients\>" 852syntax match pfmainRef "$\<smtpd_authorized_xclient_hosts\>" 853syntax match pfmainRef "$\<smtpd_authorized_xforward_hosts\>" 854syntax match pfmainRef "$\<smtpd_banner\>" 855syntax match pfmainRef "$\<smtpd_client_connection_count_limit\>" 856syntax match pfmainRef "$\<smtpd_client_connection_rate_limit\>" 857syntax match pfmainRef "$\<smtpd_client_event_limit_exceptions\>" 858syntax match pfmainRef "$\<smtpd_client_message_rate_limit\>" 859syntax match pfmainRef "$\<smtpd_client_new_tls_session_rate_limit\>" 860syntax match pfmainRef "$\<smtpd_client_recipient_rate_limit\>" 861syntax match pfmainRef "$\<smtpd_client_restrictions\>" 862syntax match pfmainRef "$\<smtpd_data_restrictions\>" 863syntax match pfmainRef "$\<smtpd_delay_open_until_valid_rcpt\>" 864syntax match pfmainRef "$\<smtpd_delay_reject\>" 865syntax match pfmainRef "$\<smtpd_discard_ehlo_keyword_address_maps\>" 866syntax match pfmainRef "$\<smtpd_discard_ehlo_keywords\>" 867syntax match pfmainRef "$\<smtpd_end_of_data_restrictions\>" 868syntax match pfmainRef "$\<smtpd_enforce_tls\>" 869syntax match pfmainRef "$\<smtpd_error_sleep_time\>" 870syntax match pfmainRef "$\<smtpd_etrn_restrictions\>" 871syntax match pfmainRef "$\<smtpd_expansion_filter\>" 872syntax match pfmainRef "$\<smtpd_forbidden_commands\>" 873syntax match pfmainRef "$\<smtpd_hard_error_limit\>" 874syntax match pfmainRef "$\<smtpd_helo_required\>" 875syntax match pfmainRef "$\<smtpd_helo_restrictions\>" 876syntax match pfmainRef "$\<smtpd_history_flush_threshold\>" 877syntax match pfmainRef "$\<smtpd_junk_command_limit\>" 878syntax match pfmainRef "$\<smtpd_noop_commands\>" 879syntax match pfmainRef "$\<smtpd_null_access_lookup_key\>" 880syntax match pfmainRef "$\<smtpd_peername_lookup\>" 881syntax match pfmainRef "$\<smtpd_policy_service_max_idle\>" 882syntax match pfmainRef "$\<smtpd_policy_service_max_ttl\>" 883syntax match pfmainRef "$\<smtpd_policy_service_timeout\>" 884syntax match pfmainRef "$\<smtpd_proxy_ehlo\>" 885syntax match pfmainRef "$\<smtpd_proxy_filter\>" 886syntax match pfmainRef "$\<smtpd_proxy_timeout\>" 887syntax match pfmainRef "$\<smtpd_recipient_limit\>" 888syntax match pfmainRef "$\<smtpd_recipient_overshoot_limit\>" 889syntax match pfmainRef "$\<smtpd_recipient_restrictions\>" 890syntax match pfmainRef "$\<smtpd_reject_unlisted_recipient\>" 891syntax match pfmainRef "$\<smtpd_reject_unlisted_sender\>" 892syntax match pfmainRef "$\<smtpd_restriction_classes\>" 893syntax match pfmainRef "$\<smtpd_sasl_auth_enable\>" 894syntax match pfmainRef "$\<smtpd_sasl_authenticated_header\>" 895syntax match pfmainRef "$\<smtpd_sasl_exceptions_networks\>" 896syntax match pfmainRef "$\<smtpd_sasl_local_domain\>" 897syntax match pfmainRef "$\<smtpd_sasl_path\>" 898syntax match pfmainRef "$\<smtpd_sasl_security_options\>" 899syntax match pfmainRef "$\<smtpd_sasl_tls_security_options\>" 900syntax match pfmainRef "$\<smtpd_sasl_type\>" 901syntax match pfmainRef "$\<smtpd_sender_login_maps\>" 902syntax match pfmainRef "$\<smtpd_sender_restrictions\>" 903syntax match pfmainRef "$\<smtpd_soft_error_limit\>" 904syntax match pfmainRef "$\<smtpd_starttls_timeout\>" 905syntax match pfmainRef "$\<smtpd_timeout\>" 906syntax match pfmainRef "$\<smtpd_tls_CAfile\>" 907syntax match pfmainRef "$\<smtpd_tls_CApath\>" 908syntax match pfmainRef "$\<smtpd_tls_ask_ccert\>" 909syntax match pfmainRef "$\<smtpd_tls_auth_only\>" 910syntax match pfmainRef "$\<smtpd_tls_ccert_verifydepth\>" 911syntax match pfmainRef "$\<smtpd_tls_cert_file\>" 912syntax match pfmainRef "$\<smtpd_tls_cipherlist\>" 913syntax match pfmainRef "$\<smtpd_tls_dcert_file\>" 914syntax match pfmainRef "$\<smtpd_tls_dh1024_param_file\>" 915syntax match pfmainRef "$\<smtpd_tls_dh512_param_file\>" 916syntax match pfmainRef "$\<smtpd_tls_dkey_file\>" 917syntax match pfmainRef "$\<smtpd_tls_key_file\>" 918syntax match pfmainRef "$\<smtpd_tls_loglevel\>" 919syntax match pfmainRef "$\<smtpd_tls_received_header\>" 920syntax match pfmainRef "$\<smtpd_tls_req_ccert\>" 921syntax match pfmainRef "$\<smtpd_tls_session_cache_database\>" 922syntax match pfmainRef "$\<smtpd_tls_session_cache_timeout\>" 923syntax match pfmainRef "$\<smtpd_tls_wrappermode\>" 924syntax match pfmainRef "$\<smtpd_use_tls\>" 925syntax match pfmainRef "$\<soft_bounce\>" 926syntax match pfmainRef "$\<stale_lock_time\>" 927syntax match pfmainRef "$\<strict_7bit_headers\>" 928syntax match pfmainRef "$\<strict_8bitmime\>" 929syntax match pfmainRef "$\<strict_8bitmime_body\>" 930syntax match pfmainRef "$\<strict_mime_encoding_domain\>" 931syntax match pfmainRef "$\<strict_rfc821_envelopes\>" 932syntax match pfmainRef "$\<sun_mailtool_compatibility\>" 933syntax match pfmainRef "$\<swap_bangpath\>" 934syntax match pfmainRef "$\<syslog_facility\>" 935syntax match pfmainRef "$\<syslog_name\>" 936syntax match pfmainRef "$\<tls_daemon_random_bytes\>" 937syntax match pfmainRef "$\<tls_random_bytes\>" 938syntax match pfmainRef "$\<tls_random_exchange_name\>" 939syntax match pfmainRef "$\<tls_random_prng_update_period\>" 940syntax match pfmainRef "$\<tls_random_reseed_period\>" 941syntax match pfmainRef "$\<tls_random_source\>" 942syntax match pfmainRef "$\<trace_service_name\>" 943syntax match pfmainRef "$\<transport_maps\>" 944syntax match pfmainRef "$\<transport_retry_time\>" 945syntax match pfmainRef "$\<trigger_timeout\>" 946syntax match pfmainRef "$\<undisclosed_recipients_header\>" 947syntax match pfmainRef "$\<unknown_address_reject_code\>" 948syntax match pfmainRef "$\<unknown_client_reject_code\>" 949syntax match pfmainRef "$\<unknown_hostname_reject_code\>" 950syntax match pfmainRef "$\<unknown_local_recipient_reject_code\>" 951syntax match pfmainRef "$\<unknown_relay_recipient_reject_code\>" 952syntax match pfmainRef "$\<unknown_virtual_alias_reject_code\>" 953syntax match pfmainRef "$\<unknown_virtual_mailbox_reject_code\>" 954syntax match pfmainRef "$\<unverified_recipient_reject_code\>" 955syntax match pfmainRef "$\<unverified_sender_reject_code\>" 956syntax match pfmainRef "$\<verp_delimiter_filter\>" 957syntax match pfmainRef "$\<virtual_alias_domains\>" 958syntax match pfmainRef "$\<virtual_alias_expansion_limit\>" 959syntax match pfmainRef "$\<virtual_alias_maps\>" 960syntax match pfmainRef "$\<virtual_alias_recursion_limit\>" 961syntax match pfmainRef "$\<virtual_destination_concurrency_limit\>" 962syntax match pfmainRef "$\<virtual_destination_recipient_limit\>" 963syntax match pfmainRef "$\<virtual_gid_maps\>" 964syntax match pfmainRef "$\<virtual_mailbox_base\>" 965syntax match pfmainRef "$\<virtual_mailbox_domains\>" 966syntax match pfmainRef "$\<virtual_mailbox_limit\>" 967syntax match pfmainRef "$\<virtual_mailbox_lock\>" 968syntax match pfmainRef "$\<virtual_mailbox_maps\>" 969syntax match pfmainRef "$\<virtual_minimum_uid\>" 970syntax match pfmainRef "$\<virtual_transport\>" 971syntax match pfmainRef "$\<virtual_uid_maps\>" 972syntax keyword pfmainWord all 973syntax keyword pfmainWord check_address_map 974syntax keyword pfmainWord check_ccert_access 975syntax keyword pfmainWord check_client_access 976syntax keyword pfmainWord check_etrn_access 977syntax keyword pfmainWord check_helo_access 978syntax keyword pfmainWord check_helo_mx_access 979syntax keyword pfmainWord check_helo_ns_access 980syntax keyword pfmainWord check_policy_service 981syntax keyword pfmainWord check_recipient_access 982syntax keyword pfmainWord check_recipient_maps 983syntax keyword pfmainWord check_recipient_mx_access 984syntax keyword pfmainWord check_recipient_ns_access 985syntax keyword pfmainWord check_relay_domains 986syntax keyword pfmainWord check_sender_access 987syntax keyword pfmainWord check_sender_mx_access 988syntax keyword pfmainWord check_sender_ns_access 989syntax keyword pfmainWord class 990syntax keyword pfmainWord defer_if_permit 991syntax keyword pfmainWord defer_if_reject 992syntax keyword pfmainWord dns 993syntax keyword pfmainWord envelope_recipient 994syntax keyword pfmainWord envelope_sender 995syntax keyword pfmainWord header_recipient 996syntax keyword pfmainWord header_sender 997syntax keyword pfmainWord host 998syntax keyword pfmainWord ipv4 999syntax keyword pfmainWord ipv6 1000syntax keyword pfmainWord native 1001syntax keyword pfmainWord permit 1002syntax keyword pfmainWord permit_auth_destination 1003syntax keyword pfmainWord permit_inet_interfaces 1004syntax keyword pfmainWord permit_mx_backup 1005syntax keyword pfmainWord permit_mynetworks 1006syntax keyword pfmainWord permit_naked_ip_address 1007syntax keyword pfmainWord permit_sasl_authenticated 1008syntax keyword pfmainWord permit_tls_all_clientcerts 1009syntax keyword pfmainWord permit_tls_clientcerts 1010syntax keyword pfmainWord reject 1011syntax keyword pfmainWord reject_invalid_helo_hostname 1012syntax keyword pfmainWord reject_invalid_hostname 1013syntax keyword pfmainWord reject_maps_rbl 1014syntax keyword pfmainWord reject_multi_recipient_bounce 1015syntax keyword pfmainWord reject_non_fqdn_helo_hostname 1016syntax keyword pfmainWord reject_non_fqdn_hostname 1017syntax keyword pfmainWord reject_non_fqdn_recipient 1018syntax keyword pfmainWord reject_non_fqdn_sender 1019syntax keyword pfmainWord reject_plaintext_session 1020syntax keyword pfmainWord reject_rbl 1021syntax keyword pfmainWord reject_rbl_client 1022syntax keyword pfmainWord reject_rhsbl_client 1023syntax keyword pfmainWord reject_rhsbl_helo 1024syntax keyword pfmainWord reject_rhsbl_recipient 1025syntax keyword pfmainWord reject_rhsbl_sender 1026syntax keyword pfmainWord reject_sender_login_mismatch 1027syntax keyword pfmainWord reject_unauth_destination 1028syntax keyword pfmainWord reject_unauth_pipelining 1029syntax keyword pfmainWord reject_unknown_address 1030syntax keyword pfmainWord reject_unknown_client 1031syntax keyword pfmainWord reject_unknown_client_hostname 1032syntax keyword pfmainWord reject_unknown_forward_client_hostname 1033syntax keyword pfmainWord reject_unknown_helo_hostname 1034syntax keyword pfmainWord reject_unknown_hostname 1035syntax keyword pfmainWord reject_unknown_recipient_domain 1036syntax keyword pfmainWord reject_unknown_reverse_client_hostname 1037syntax keyword pfmainWord reject_unknown_sender_domain 1038syntax keyword pfmainWord reject_unlisted_recipient 1039syntax keyword pfmainWord reject_unlisted_sender 1040syntax keyword pfmainWord reject_unverified_recipient 1041syntax keyword pfmainWord reject_unverified_sender 1042syntax keyword pfmainWord sleep 1043syntax keyword pfmainWord smtpd_access_maps 1044syntax keyword pfmainWord subnet 1045syntax keyword pfmainWord warn_if_reject 1046 1047syntax keyword pfmainDict btree cidr environ hash nis pcre proxy regexp sdbm sdbm static tcp unix 1048syntax keyword pfmainQueueDir incoming active deferred corrupt hold 1049syntax keyword pfmainTransport smtp lmtp unix local relay uucp virtual 1050syntax keyword pfmainLock fcntl flock dotlock 1051syntax keyword pfmainAnswer yes no 1052 1053syntax match pfmainComment "#.*$" 1054syntax match pfmainNumber "\<\d\+\>" 1055syntax match pfmainTime "\<\d\+[hmsd]\>" 1056syntax match pfmainIP "\<\d\{1,3}\.\d\{1,3}\.\d\{1,3}\.\d\{1,3}\>" 1057syntax match pfmainVariable "\$\w\+" contains=pfmainRef 1058 1059syntax match pfmainSpecial "\<alias\>" 1060syntax match pfmainSpecial "\<canonical\>" 1061syntax match pfmainSpecial "\<command\>" 1062syntax match pfmainSpecial "\<file\>" 1063syntax match pfmainSpecial "\<forward\>" 1064syntax match pfmainSpecial "\<noanonymous\>" 1065syntax match pfmainSpecial "\<noplaintext\>" 1066syntax match pfmainSpecial "\<resource\>" 1067syntax match pfmainSpecial "\<software\>" 1068 1069syntax match pfmainSpecial "\<bounce\>" 1070syntax match pfmainSpecial "\<cleanup\>" 1071syntax match pfmainSpecial "\<cyrus\>" 1072syntax match pfmainSpecial "\<defer\>" 1073syntax match pfmainSpecial "\<error\>" 1074syntax match pfmainSpecial "\<flush\>" 1075syntax match pfmainSpecial "\<pickup\>" 1076syntax match pfmainSpecial "\<postdrop\>" 1077syntax match pfmainSpecial "\<qmgr\>" 1078syntax match pfmainSpecial "\<rewrite\>" 1079syntax match pfmainSpecial "\<scache\>" 1080syntax match pfmainSpecial "\<showq\>" 1081syntax match pfmainSpecial "\<trace\>" 1082syntax match pfmainSpecial "\<verify\>" 1083 1084if version >= 508 || !exists("pfmain_syntax_init") 1085 if version < 508 1086 let pfmain_syntax_init = 1 1087 command -nargs=+ HiLink hi link <args> 1088 else 1089 command -nargs=+ HiLink hi def link <args> 1090 endif 1091 1092 HiLink pfmainConf Statement 1093 HiLink pfmainRef PreProc 1094 HiLink pfmainWord identifier 1095 1096 HiLink pfmainDict Type 1097 HiLink pfmainQueueDir Constant 1098 HiLink pfmainTransport Constant 1099 HiLink pfmainLock Constant 1100 HiLink pfmainAnswer Constant 1101 1102 HiLink pfmainComment Comment 1103 HiLink pfmainNumber Number 1104 HiLink pfmainTime Number 1105 HiLink pfmainIP Number 1106 HiLink pfmainVariable Error 1107 HiLink pfmainSpecial Special 1108 1109 delcommand HiLink 1110endif 1111 1112let b:current_syntax = "pfmain" 1113 1114" vim: ts=8 sw=2 1115