neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

pfmain.vim (92737B)


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