Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | " Vim syntax file |
| 2 | " Language: Postfix main.cf configuration |
| 3 | " Maintainer: KELEMEN Peter <Peter dot Kelemen at cern dot ch> |
| 4 | " Last Change: 2004 Jun 01 |
| 5 | " Version: 0.12 |
| 6 | " URL: http://cern.ch/fuji/vim/syntax/pfmain.vim |
| 7 | " Comment: Based on Postfix 2.1.1 defaults. (+TLS) |
| 8 | |
| 9 | if version < 600 |
| 10 | syntax clear |
| 11 | elseif exists("b:current_syntax") |
| 12 | finish |
| 13 | endif |
| 14 | |
| 15 | if version >= 600 |
| 16 | setlocal iskeyword=@,48-57,_,- |
| 17 | else |
| 18 | set iskeyword=@,48-57,_,- |
| 19 | endif |
| 20 | |
| 21 | syntax case match |
| 22 | syntax sync minlines=1 |
| 23 | |
| 24 | syntax keyword pfmainConf 2bounce_notice_recipient |
| 25 | syntax keyword pfmainConf access_map_reject_code |
| 26 | syntax keyword pfmainConf address_verify_default_transport |
| 27 | syntax keyword pfmainConf address_verify_local_transport |
| 28 | syntax keyword pfmainConf address_verify_map |
| 29 | syntax keyword pfmainConf address_verify_negative_cache |
| 30 | syntax keyword pfmainConf address_verify_negative_expire_time |
| 31 | syntax keyword pfmainConf address_verify_negative_refresh_time |
| 32 | syntax keyword pfmainConf address_verify_poll_count |
| 33 | syntax keyword pfmainConf address_verify_poll_delay |
| 34 | syntax keyword pfmainConf address_verify_positive_expire_time |
| 35 | syntax keyword pfmainConf address_verify_positive_refresh_time |
| 36 | syntax keyword pfmainConf address_verify_relay_transport |
| 37 | syntax keyword pfmainConf address_verify_relayhost |
| 38 | syntax keyword pfmainConf address_verify_sender |
| 39 | syntax keyword pfmainConf address_verify_service_name |
| 40 | syntax keyword pfmainConf address_verify_transport_maps |
| 41 | syntax keyword pfmainConf address_verify_virtual_transport |
| 42 | syntax keyword pfmainConf alias_database |
| 43 | syntax keyword pfmainConf alias_maps |
| 44 | syntax keyword pfmainConf allow_mail_to_commands |
| 45 | syntax keyword pfmainConf allow_mail_to_files |
| 46 | syntax keyword pfmainConf allow_min_user |
| 47 | syntax keyword pfmainConf allow_percent_hack |
| 48 | syntax keyword pfmainConf allow_untrusted_routing |
| 49 | syntax keyword pfmainConf alternate_config_directories |
| 50 | syntax keyword pfmainConf always_bcc |
| 51 | syntax keyword pfmainConf append_at_myorigin |
| 52 | syntax keyword pfmainConf append_dot_mydomain |
| 53 | syntax keyword pfmainConf application_event_drain_time |
| 54 | syntax keyword pfmainConf backwards_bounce_logfile_compatibility |
| 55 | syntax keyword pfmainConf berkeley_db_create_buffer_size |
| 56 | syntax keyword pfmainConf berkeley_db_read_buffer_size |
| 57 | syntax keyword pfmainConf best_mx_transport |
| 58 | syntax keyword pfmainConf biff |
| 59 | syntax keyword pfmainConf body_checks |
| 60 | syntax keyword pfmainConf body_checks_size_limit |
| 61 | syntax keyword pfmainConf bounce_notice_recipient |
| 62 | syntax keyword pfmainConf bounce_queue_lifetime |
| 63 | syntax keyword pfmainConf bounce_service_name |
| 64 | syntax keyword pfmainConf bounce_size_limit |
| 65 | syntax keyword pfmainConf broken_sasl_auth_clients |
| 66 | syntax keyword pfmainConf canonical_maps |
| 67 | syntax keyword pfmainConf cleanup_service_name |
| 68 | syntax keyword pfmainConf command_directory |
| 69 | syntax keyword pfmainConf command_expansion_filter |
| 70 | syntax keyword pfmainConf command_time_limit |
| 71 | syntax keyword pfmainConf config_directory |
| 72 | syntax keyword pfmainConf content_filter |
| 73 | syntax keyword pfmainConf daemon_directory |
| 74 | syntax keyword pfmainConf daemon_timeout |
| 75 | syntax keyword pfmainConf debug_peer_level |
| 76 | syntax keyword pfmainConf debug_peer_list |
| 77 | syntax keyword pfmainConf default_database_type |
| 78 | syntax keyword pfmainConf default_delivery_slot_cost |
| 79 | syntax keyword pfmainConf default_delivery_slot_discount |
| 80 | syntax keyword pfmainConf default_delivery_slot_loan |
| 81 | syntax keyword pfmainConf default_destination_concurrency_limit |
| 82 | syntax keyword pfmainConf default_destination_recipient_limit |
| 83 | syntax keyword pfmainConf default_extra_recipient_limit |
| 84 | syntax keyword pfmainConf default_minimum_delivery_slots |
| 85 | syntax keyword pfmainConf default_privs |
| 86 | syntax keyword pfmainConf default_process_limit |
| 87 | syntax keyword pfmainConf default_rbl_reply |
| 88 | syntax keyword pfmainConf default_recipient_limit |
| 89 | syntax keyword pfmainConf default_transport |
| 90 | syntax keyword pfmainConf default_verp_delimiters |
| 91 | syntax keyword pfmainConf defer_code |
| 92 | syntax keyword pfmainConf defer_service_name |
| 93 | syntax keyword pfmainConf defer_transports |
| 94 | syntax keyword pfmainConf delay_notice_recipient |
| 95 | syntax keyword pfmainConf delay_warning_time |
| 96 | syntax keyword pfmainConf deliver_lock_attempts |
| 97 | syntax keyword pfmainConf deliver_lock_delay |
| 98 | syntax keyword pfmainConf disable_dns_lookups |
| 99 | syntax keyword pfmainConf disable_mime_input_processing |
| 100 | syntax keyword pfmainConf disable_mime_output_conversion |
| 101 | syntax keyword pfmainConf disable_verp_bounces |
| 102 | syntax keyword pfmainConf disable_vrfy_command |
| 103 | syntax keyword pfmainConf dont_remove |
| 104 | syntax keyword pfmainConf double_bounce_sender |
| 105 | syntax keyword pfmainConf duplicate_filter_limit |
| 106 | syntax keyword pfmainConf empty_address_recipient |
| 107 | syntax keyword pfmainConf enable_errors_to |
| 108 | syntax keyword pfmainConf enable_original_recipient |
| 109 | syntax keyword pfmainConf error_notice_recipient |
| 110 | syntax keyword pfmainConf error_service_name |
| 111 | syntax keyword pfmainConf expand_owner_alias |
| 112 | syntax keyword pfmainConf export_environment |
| 113 | syntax keyword pfmainConf fallback_relay |
| 114 | syntax keyword pfmainConf fallback_transport |
| 115 | syntax keyword pfmainConf fast_flush_domains |
| 116 | syntax keyword pfmainConf fast_flush_purge_time |
| 117 | syntax keyword pfmainConf fast_flush_refresh_time |
| 118 | syntax keyword pfmainConf fault_injection_code |
| 119 | syntax keyword pfmainConf flush_service_name |
| 120 | syntax keyword pfmainConf fork_attempts |
| 121 | syntax keyword pfmainConf fork_delay |
| 122 | syntax keyword pfmainConf forward_expansion_filter |
| 123 | syntax keyword pfmainConf forward_path |
| 124 | syntax keyword pfmainConf hash_queue_depth |
| 125 | syntax keyword pfmainConf hash_queue_names |
| 126 | syntax keyword pfmainConf header_address_token_limit |
| 127 | syntax keyword pfmainConf header_checks |
| 128 | syntax keyword pfmainConf header_size_limit |
| 129 | syntax keyword pfmainConf helpful_warnings |
| 130 | syntax keyword pfmainConf home_mailbox |
| 131 | syntax keyword pfmainConf hopcount_limit |
| 132 | syntax keyword pfmainConf html_directory |
| 133 | syntax keyword pfmainConf ignore_mx_lookup_error |
| 134 | syntax keyword pfmainConf import_environment |
| 135 | syntax keyword pfmainConf in_flow_delay |
| 136 | syntax keyword pfmainConf inet_interfaces |
| 137 | syntax keyword pfmainConf initial_destination_concurrency |
| 138 | syntax keyword pfmainConf invalid_hostname_reject_code |
| 139 | syntax keyword pfmainConf ipc_idle |
| 140 | syntax keyword pfmainConf ipc_timeout |
| 141 | syntax keyword pfmainConf ipc_ttl |
| 142 | syntax keyword pfmainConf line_length_limit |
| 143 | syntax keyword pfmainConf lmtp_cache_connection |
| 144 | syntax keyword pfmainConf lmtp_connect_timeout |
| 145 | syntax keyword pfmainConf lmtp_data_done_timeout |
| 146 | syntax keyword pfmainConf lmtp_data_init_timeout |
| 147 | syntax keyword pfmainConf lmtp_data_xfer_timeout |
| 148 | syntax keyword pfmainConf lmtp_destination_concurrency_limit |
| 149 | syntax keyword pfmainConf lmtp_destination_recipient_limit |
| 150 | syntax keyword pfmainConf lmtp_lhlo_timeout |
| 151 | syntax keyword pfmainConf lmtp_mail_timeout |
| 152 | syntax keyword pfmainConf lmtp_quit_timeout |
| 153 | syntax keyword pfmainConf lmtp_rcpt_timeout |
| 154 | syntax keyword pfmainConf lmtp_rset_timeout |
| 155 | syntax keyword pfmainConf lmtp_sasl_auth_enable |
| 156 | syntax keyword pfmainConf lmtp_sasl_password_maps |
| 157 | syntax keyword pfmainConf lmtp_sasl_security_options |
| 158 | syntax keyword pfmainConf lmtp_send_xforward_command |
| 159 | syntax keyword pfmainConf lmtp_skip_quit_response |
| 160 | syntax keyword pfmainConf lmtp_tcp_port |
| 161 | syntax keyword pfmainConf lmtp_xforward_timeout |
| 162 | syntax keyword pfmainConf local_command_shell |
| 163 | syntax keyword pfmainConf local_destination_concurrency_limit |
| 164 | syntax keyword pfmainConf local_destination_recipient_limit |
| 165 | syntax keyword pfmainConf local_recipient_maps |
| 166 | syntax keyword pfmainConf local_transport |
| 167 | syntax keyword pfmainConf luser_relay |
| 168 | syntax keyword pfmainConf mail_name |
| 169 | syntax keyword pfmainConf mail_owner |
| 170 | syntax keyword pfmainConf mail_release_date |
| 171 | syntax keyword pfmainConf mail_spool_directory |
| 172 | syntax keyword pfmainConf mail_version |
| 173 | syntax keyword pfmainConf mailbox_command |
| 174 | syntax keyword pfmainConf mailbox_command_maps |
| 175 | syntax keyword pfmainConf mailbox_delivery_lock |
| 176 | syntax keyword pfmainConf mailbox_size_limit |
| 177 | syntax keyword pfmainConf mailbox_transport |
| 178 | syntax keyword pfmainConf mailq_path |
| 179 | syntax keyword pfmainConf manpage_directory |
| 180 | syntax keyword pfmainConf maps_rbl_domains |
| 181 | syntax keyword pfmainConf maps_rbl_reject_code |
| 182 | syntax keyword pfmainConf masquerade_classes |
| 183 | syntax keyword pfmainConf masquerade_domains |
| 184 | syntax keyword pfmainConf masquerade_exceptions |
| 185 | syntax keyword pfmainConf max_idle |
| 186 | syntax keyword pfmainConf max_use |
| 187 | syntax keyword pfmainConf maximal_backoff_time |
| 188 | syntax keyword pfmainConf maximal_queue_lifetime |
| 189 | syntax keyword pfmainConf message_size_limit |
| 190 | syntax keyword pfmainConf mime_boundary_length_limit |
| 191 | syntax keyword pfmainConf mime_header_checks |
| 192 | syntax keyword pfmainConf mime_nesting_limit |
| 193 | syntax keyword pfmainConf minimal_backoff_time |
| 194 | syntax keyword pfmainConf multi_recipient_bounce_reject_code |
| 195 | syntax keyword pfmainConf mydestination |
| 196 | syntax keyword pfmainConf mydomain |
| 197 | syntax keyword pfmainConf myhostname |
| 198 | syntax keyword pfmainConf mynetworks |
| 199 | syntax keyword pfmainConf mynetworks_style |
| 200 | syntax keyword pfmainConf myorigin |
| 201 | syntax keyword pfmainConf nested_header_checks |
| 202 | syntax keyword pfmainConf newaliases_path |
| 203 | syntax keyword pfmainConf non_fqdn_reject_code |
| 204 | syntax keyword pfmainConf notify_classes |
| 205 | syntax keyword pfmainConf owner_request_special |
| 206 | syntax keyword pfmainConf parent_domain_matches_subdomains |
| 207 | syntax keyword pfmainConf permit_mx_backup_networks |
| 208 | syntax keyword pfmainConf pickup_service_name |
| 209 | syntax keyword pfmainConf prepend_delivered_header |
| 210 | syntax keyword pfmainConf process_id_directory |
| 211 | syntax keyword pfmainConf propagate_unmatched_extensions |
| 212 | syntax keyword pfmainConf proxy_interfaces |
| 213 | syntax keyword pfmainConf proxy_read_maps |
| 214 | syntax keyword pfmainConf qmgr_clog_warn_time |
| 215 | syntax keyword pfmainConf qmgr_fudge_factor |
| 216 | syntax keyword pfmainConf qmgr_message_active_limit |
| 217 | syntax keyword pfmainConf qmgr_message_recipient_limit |
| 218 | syntax keyword pfmainConf qmgr_message_recipient_minimum |
| 219 | syntax keyword pfmainConf qmqpd_authorized_clients |
| 220 | syntax keyword pfmainConf qmqpd_error_delay |
| 221 | syntax keyword pfmainConf qmqpd_timeout |
| 222 | syntax keyword pfmainConf queue_directory |
| 223 | syntax keyword pfmainConf queue_file_attribute_count_limit |
| 224 | syntax keyword pfmainConf queue_minfree |
| 225 | syntax keyword pfmainConf queue_run_delay |
| 226 | syntax keyword pfmainConf queue_service_name |
| 227 | syntax keyword pfmainConf rbl_reply_maps |
| 228 | syntax keyword pfmainConf readme_directory |
| 229 | syntax keyword pfmainConf receive_override_options |
| 230 | syntax keyword pfmainConf recipient_bcc_maps |
| 231 | syntax keyword pfmainConf recipient_canonical_maps |
| 232 | syntax keyword pfmainConf recipient_delimiter |
| 233 | syntax keyword pfmainConf reject_code |
| 234 | syntax keyword pfmainConf relay_clientcerts |
| 235 | syntax keyword pfmainConf relay_destination_concurrency_limit |
| 236 | syntax keyword pfmainConf relay_destination_recipient_limit |
| 237 | syntax keyword pfmainConf relay_domains |
| 238 | syntax keyword pfmainConf relay_domains_reject_code |
| 239 | syntax keyword pfmainConf relay_recipient_maps |
| 240 | syntax keyword pfmainConf relay_transport |
| 241 | syntax keyword pfmainConf relayhost |
| 242 | syntax keyword pfmainConf relocated_maps |
| 243 | syntax keyword pfmainConf require_home_directory |
| 244 | syntax keyword pfmainConf resolve_dequoted_address |
| 245 | syntax keyword pfmainConf resolve_null_domain |
| 246 | syntax keyword pfmainConf rewrite_service_name |
| 247 | syntax keyword pfmainConf sample_directory |
| 248 | syntax keyword pfmainConf sender_based_routing |
| 249 | syntax keyword pfmainConf sender_bcc_maps |
| 250 | syntax keyword pfmainConf sender_canonical_maps |
| 251 | syntax keyword pfmainConf sendmail_path |
| 252 | syntax keyword pfmainConf service_throttle_time |
| 253 | syntax keyword pfmainConf setgid_group |
| 254 | syntax keyword pfmainConf show_user_unknown_table_name |
| 255 | syntax keyword pfmainConf showq_service_name |
| 256 | syntax keyword pfmainConf smtp_always_send_ehlo |
| 257 | syntax keyword pfmainConf smtp_bind_address |
| 258 | syntax keyword pfmainConf smtp_connect_timeout |
| 259 | syntax keyword pfmainConf smtp_data_done_timeout |
| 260 | syntax keyword pfmainConf smtp_data_init_timeout |
| 261 | syntax keyword pfmainConf smtp_data_xfer_timeout |
| 262 | syntax keyword pfmainConf smtp_defer_if_no_mx_address_found |
| 263 | syntax keyword pfmainConf smtp_destination_concurrency_limit |
| 264 | syntax keyword pfmainConf smtp_destination_recipient_limit |
| 265 | syntax keyword pfmainConf smtp_enforce_tls |
| 266 | syntax keyword pfmainConf smtp_helo_name |
| 267 | syntax keyword pfmainConf smtp_helo_timeout |
| 268 | syntax keyword pfmainConf smtp_host_lookup |
| 269 | syntax keyword pfmainConf smtp_line_length_limit |
| 270 | syntax keyword pfmainConf smtp_mail_timeout |
| 271 | syntax keyword pfmainConf smtp_mx_address_limit |
| 272 | syntax keyword pfmainConf smtp_mx_session_limit |
| 273 | syntax keyword pfmainConf smtp_never_send_ehlo |
| 274 | syntax keyword pfmainConf smtp_pix_workaround_delay_time |
| 275 | syntax keyword pfmainConf smtp_pix_workaround_threshold_time |
| 276 | syntax keyword pfmainConf smtp_quit_timeout |
| 277 | syntax keyword pfmainConf smtp_quote_rfc821_envelope |
| 278 | syntax keyword pfmainConf smtp_randomize_addresses |
| 279 | syntax keyword pfmainConf smtp_rcpt_timeout |
| 280 | syntax keyword pfmainConf smtp_rset_timeout |
| 281 | syntax keyword pfmainConf smtp_sasl_auth_enable |
| 282 | syntax keyword pfmainConf smtp_sasl_password_maps |
| 283 | syntax keyword pfmainConf smtp_sasl_security_options |
| 284 | syntax keyword pfmainConf smtp_sasl_tls_security_options |
| 285 | syntax keyword pfmainConf smtp_sasl_tls_verified_security_options |
| 286 | syntax keyword pfmainConf smtp_send_xforward_command |
| 287 | syntax keyword pfmainConf smtp_skip_5xx_greeting |
| 288 | syntax keyword pfmainConf smtp_skip_quit_response |
| 289 | syntax keyword pfmainConf smtp_starttls_timeout |
| 290 | syntax keyword pfmainConf smtp_tls_CAfile |
| 291 | syntax keyword pfmainConf smtp_tls_CApath |
| 292 | syntax keyword pfmainConf smtp_tls_cert_file |
| 293 | syntax keyword pfmainConf smtp_tls_cipherlist |
| 294 | syntax keyword pfmainConf smtp_tls_dcert_file |
| 295 | syntax keyword pfmainConf smtp_tls_dkey_file |
| 296 | syntax keyword pfmainConf smtp_tls_enforce_peername |
| 297 | syntax keyword pfmainConf smtp_tls_key_file |
| 298 | syntax keyword pfmainConf smtp_tls_loglevel |
| 299 | syntax keyword pfmainConf smtp_tls_note_starttls_offer |
| 300 | syntax keyword pfmainConf smtp_tls_per_site |
| 301 | syntax keyword pfmainConf smtp_tls_scert_verifydepth |
| 302 | syntax keyword pfmainConf smtp_tls_session_cache_database |
| 303 | syntax keyword pfmainConf smtp_tls_session_cache_timeout |
| 304 | syntax keyword pfmainConf smtp_use_tls |
| 305 | syntax keyword pfmainConf smtp_xforward_timeout |
| 306 | syntax keyword pfmainConf smtpd_authorized_verp_clients |
| 307 | syntax keyword pfmainConf smtpd_authorized_xclient_hosts |
| 308 | syntax keyword pfmainConf smtpd_authorized_xforward_hosts |
| 309 | syntax keyword pfmainConf smtpd_banner |
| 310 | syntax keyword pfmainConf smtpd_client_connection_count_limit |
| 311 | syntax keyword pfmainConf smtpd_client_connection_limit_exceptions |
| 312 | syntax keyword pfmainConf smtpd_client_connection_rate_limit |
| 313 | syntax keyword pfmainConf smtpd_client_restrictions |
| 314 | syntax keyword pfmainConf smtpd_data_restrictions |
| 315 | syntax keyword pfmainConf smtpd_delay_reject |
| 316 | syntax keyword pfmainConf smtpd_enforce_tls |
| 317 | syntax keyword pfmainConf smtpd_error_sleep_time |
| 318 | syntax keyword pfmainConf smtpd_etrn_restrictions |
| 319 | syntax keyword pfmainConf smtpd_expansion_filter |
| 320 | syntax keyword pfmainConf smtpd_hard_error_limit |
| 321 | syntax keyword pfmainConf smtpd_helo_required |
| 322 | syntax keyword pfmainConf smtpd_helo_restrictions |
| 323 | syntax keyword pfmainConf smtpd_history_flush_threshold |
| 324 | syntax keyword pfmainConf smtpd_junk_command_limit |
| 325 | syntax keyword pfmainConf smtpd_noop_commands |
| 326 | syntax keyword pfmainConf smtpd_null_access_lookup_key |
| 327 | syntax keyword pfmainConf smtpd_policy_service_max_idle |
| 328 | syntax keyword pfmainConf smtpd_policy_service_max_ttl |
| 329 | syntax keyword pfmainConf smtpd_policy_service_timeout |
| 330 | syntax keyword pfmainConf smtpd_proxy_ehlo |
| 331 | syntax keyword pfmainConf smtpd_proxy_filter |
| 332 | syntax keyword pfmainConf smtpd_proxy_timeout |
| 333 | syntax keyword pfmainConf smtpd_recipient_limit |
| 334 | syntax keyword pfmainConf smtpd_recipient_overshoot_limit |
| 335 | syntax keyword pfmainConf smtpd_recipient_restrictions |
| 336 | syntax keyword pfmainConf smtpd_reject_unlisted_recipient |
| 337 | syntax keyword pfmainConf smtpd_reject_unlisted_sender |
| 338 | syntax keyword pfmainConf smtpd_restriction_classes |
| 339 | syntax keyword pfmainConf smtpd_sasl_application_name |
| 340 | syntax keyword pfmainConf smtpd_sasl_auth_enable |
| 341 | syntax keyword pfmainConf smtpd_sasl_exceptions_networks |
| 342 | syntax keyword pfmainConf smtpd_sasl_local_domain |
| 343 | syntax keyword pfmainConf smtpd_sasl_security_options |
| 344 | syntax keyword pfmainConf smtpd_sasl_tls_security_options |
| 345 | syntax keyword pfmainConf smtpd_sender_login_maps |
| 346 | syntax keyword pfmainConf smtpd_sender_restrictions |
| 347 | syntax keyword pfmainConf smtpd_soft_error_limit |
| 348 | syntax keyword pfmainConf smtpd_starttls_timeout |
| 349 | syntax keyword pfmainConf smtpd_timeout |
| 350 | syntax keyword pfmainConf smtpd_tls_CAfile |
| 351 | syntax keyword pfmainConf smtpd_tls_CApath |
| 352 | syntax keyword pfmainConf smtpd_tls_ask_ccert |
| 353 | syntax keyword pfmainConf smtpd_tls_auth_only |
| 354 | syntax keyword pfmainConf smtpd_tls_ccert_verifydepth |
| 355 | syntax keyword pfmainConf smtpd_tls_cert_file |
| 356 | syntax keyword pfmainConf smtpd_tls_cipherlist |
| 357 | syntax keyword pfmainConf smtpd_tls_dcert_file |
| 358 | syntax keyword pfmainConf smtpd_tls_dh1024_param_file |
| 359 | syntax keyword pfmainConf smtpd_tls_dh512_param_file |
| 360 | syntax keyword pfmainConf smtpd_tls_dkey_file |
| 361 | syntax keyword pfmainConf smtpd_tls_key_file |
| 362 | syntax keyword pfmainConf smtpd_tls_loglevel |
| 363 | syntax keyword pfmainConf smtpd_tls_received_header |
| 364 | syntax keyword pfmainConf smtpd_tls_req_ccert |
| 365 | syntax keyword pfmainConf smtpd_tls_session_cache_database |
| 366 | syntax keyword pfmainConf smtpd_tls_session_cache_timeout |
| 367 | syntax keyword pfmainConf smtpd_tls_wrappermode |
| 368 | syntax keyword pfmainConf smtpd_use_tls |
| 369 | syntax keyword pfmainConf soft_bounce |
| 370 | syntax keyword pfmainConf stale_lock_time |
| 371 | syntax keyword pfmainConf strict_7bit_headers |
| 372 | syntax keyword pfmainConf strict_8bitmime |
| 373 | syntax keyword pfmainConf strict_8bitmime_body |
| 374 | syntax keyword pfmainConf strict_mime_encoding_domain |
| 375 | syntax keyword pfmainConf strict_rfc821_envelopes |
| 376 | syntax keyword pfmainConf sun_mailtool_compatibility |
| 377 | syntax keyword pfmainConf swap_bangpath |
| 378 | syntax keyword pfmainConf syslog_facility |
| 379 | syntax keyword pfmainConf syslog_name |
| 380 | syntax keyword pfmainConf tls_daemon_random_bytes |
| 381 | syntax keyword pfmainConf tls_daemon_random_source |
| 382 | syntax keyword pfmainConf tls_random_bytes |
| 383 | syntax keyword pfmainConf tls_random_exchange_name |
| 384 | syntax keyword pfmainConf tls_random_prng_update_period |
| 385 | syntax keyword pfmainConf tls_random_reseed_period |
| 386 | syntax keyword pfmainConf tls_random_source |
| 387 | syntax keyword pfmainConf trace_service_name |
| 388 | syntax keyword pfmainConf transport_maps |
| 389 | syntax keyword pfmainConf transport_retry_time |
| 390 | syntax keyword pfmainConf trigger_timeout |
| 391 | syntax keyword pfmainConf undisclosed_recipients_header |
| 392 | syntax keyword pfmainConf unknown_address_reject_code |
| 393 | syntax keyword pfmainConf unknown_client_reject_code |
| 394 | syntax keyword pfmainConf unknown_hostname_reject_code |
| 395 | syntax keyword pfmainConf unknown_local_recipient_reject_code |
| 396 | syntax keyword pfmainConf unknown_relay_recipient_reject_code |
| 397 | syntax keyword pfmainConf unknown_virtual_alias_reject_code |
| 398 | syntax keyword pfmainConf unknown_virtual_mailbox_reject_code |
| 399 | syntax keyword pfmainConf unverified_recipient_reject_code |
| 400 | syntax keyword pfmainConf unverified_sender_reject_code |
| 401 | syntax keyword pfmainConf verp_delimiter_filter |
| 402 | syntax keyword pfmainConf virtual_alias_domains |
| 403 | syntax keyword pfmainConf virtual_alias_expansion_limit |
| 404 | syntax keyword pfmainConf virtual_alias_maps |
| 405 | syntax keyword pfmainConf virtual_alias_recursion_limit |
| 406 | syntax keyword pfmainConf virtual_destination_concurrency_limit |
| 407 | syntax keyword pfmainConf virtual_destination_recipient_limit |
| 408 | syntax keyword pfmainConf virtual_gid_maps |
| 409 | syntax keyword pfmainConf virtual_mailbox_base |
| 410 | syntax keyword pfmainConf virtual_mailbox_domains |
| 411 | syntax keyword pfmainConf virtual_mailbox_limit |
| 412 | syntax keyword pfmainConf virtual_mailbox_lock |
| 413 | syntax keyword pfmainConf virtual_mailbox_maps |
| 414 | syntax keyword pfmainConf virtual_minimum_uid |
| 415 | syntax keyword pfmainConf virtual_transport |
| 416 | syntax keyword pfmainConf virtual_uid_maps |
| 417 | syntax match pfmainRef "$\<2bounce_notice_recipient\>" |
| 418 | syntax match pfmainRef "$\<access_map_reject_code\>" |
| 419 | syntax match pfmainRef "$\<address_verify_default_transport\>" |
| 420 | syntax match pfmainRef "$\<address_verify_local_transport\>" |
| 421 | syntax match pfmainRef "$\<address_verify_map\>" |
| 422 | syntax match pfmainRef "$\<address_verify_negative_cache\>" |
| 423 | syntax match pfmainRef "$\<address_verify_negative_expire_time\>" |
| 424 | syntax match pfmainRef "$\<address_verify_negative_refresh_time\>" |
| 425 | syntax match pfmainRef "$\<address_verify_poll_count\>" |
| 426 | syntax match pfmainRef "$\<address_verify_poll_delay\>" |
| 427 | syntax match pfmainRef "$\<address_verify_positive_expire_time\>" |
| 428 | syntax match pfmainRef "$\<address_verify_positive_refresh_time\>" |
| 429 | syntax match pfmainRef "$\<address_verify_relay_transport\>" |
| 430 | syntax match pfmainRef "$\<address_verify_relayhost\>" |
| 431 | syntax match pfmainRef "$\<address_verify_sender\>" |
| 432 | syntax match pfmainRef "$\<address_verify_service_name\>" |
| 433 | syntax match pfmainRef "$\<address_verify_transport_maps\>" |
| 434 | syntax match pfmainRef "$\<address_verify_virtual_transport\>" |
| 435 | syntax match pfmainRef "$\<alias_database\>" |
| 436 | syntax match pfmainRef "$\<alias_maps\>" |
| 437 | syntax match pfmainRef "$\<allow_mail_to_commands\>" |
| 438 | syntax match pfmainRef "$\<allow_mail_to_files\>" |
| 439 | syntax match pfmainRef "$\<allow_min_user\>" |
| 440 | syntax match pfmainRef "$\<allow_percent_hack\>" |
| 441 | syntax match pfmainRef "$\<allow_untrusted_routing\>" |
| 442 | syntax match pfmainRef "$\<alternate_config_directories\>" |
| 443 | syntax match pfmainRef "$\<always_bcc\>" |
| 444 | syntax match pfmainRef "$\<append_at_myorigin\>" |
| 445 | syntax match pfmainRef "$\<append_dot_mydomain\>" |
| 446 | syntax match pfmainRef "$\<application_event_drain_time\>" |
| 447 | syntax match pfmainRef "$\<backwards_bounce_logfile_compatibility\>" |
| 448 | syntax match pfmainRef "$\<berkeley_db_create_buffer_size\>" |
| 449 | syntax match pfmainRef "$\<berkeley_db_read_buffer_size\>" |
| 450 | syntax match pfmainRef "$\<best_mx_transport\>" |
| 451 | syntax match pfmainRef "$\<biff\>" |
| 452 | syntax match pfmainRef "$\<body_checks\>" |
| 453 | syntax match pfmainRef "$\<body_checks_size_limit\>" |
| 454 | syntax match pfmainRef "$\<bounce_notice_recipient\>" |
| 455 | syntax match pfmainRef "$\<bounce_queue_lifetime\>" |
| 456 | syntax match pfmainRef "$\<bounce_service_name\>" |
| 457 | syntax match pfmainRef "$\<bounce_size_limit\>" |
| 458 | syntax match pfmainRef "$\<broken_sasl_auth_clients\>" |
| 459 | syntax match pfmainRef "$\<canonical_maps\>" |
| 460 | syntax match pfmainRef "$\<cleanup_service_name\>" |
| 461 | syntax match pfmainRef "$\<command_directory\>" |
| 462 | syntax match pfmainRef "$\<command_expansion_filter\>" |
| 463 | syntax match pfmainRef "$\<command_time_limit\>" |
| 464 | syntax match pfmainRef "$\<config_directory\>" |
| 465 | syntax match pfmainRef "$\<content_filter\>" |
| 466 | syntax match pfmainRef "$\<daemon_directory\>" |
| 467 | syntax match pfmainRef "$\<daemon_timeout\>" |
| 468 | syntax match pfmainRef "$\<debug_peer_level\>" |
| 469 | syntax match pfmainRef "$\<debug_peer_list\>" |
| 470 | syntax match pfmainRef "$\<default_database_type\>" |
| 471 | syntax match pfmainRef "$\<default_delivery_slot_cost\>" |
| 472 | syntax match pfmainRef "$\<default_delivery_slot_discount\>" |
| 473 | syntax match pfmainRef "$\<default_delivery_slot_loan\>" |
| 474 | syntax match pfmainRef "$\<default_destination_concurrency_limit\>" |
| 475 | syntax match pfmainRef "$\<default_destination_recipient_limit\>" |
| 476 | syntax match pfmainRef "$\<default_extra_recipient_limit\>" |
| 477 | syntax match pfmainRef "$\<default_minimum_delivery_slots\>" |
| 478 | syntax match pfmainRef "$\<default_privs\>" |
| 479 | syntax match pfmainRef "$\<default_process_limit\>" |
| 480 | syntax match pfmainRef "$\<default_rbl_reply\>" |
| 481 | syntax match pfmainRef "$\<default_recipient_limit\>" |
| 482 | syntax match pfmainRef "$\<default_transport\>" |
| 483 | syntax match pfmainRef "$\<default_verp_delimiters\>" |
| 484 | syntax match pfmainRef "$\<defer_code\>" |
| 485 | syntax match pfmainRef "$\<defer_service_name\>" |
| 486 | syntax match pfmainRef "$\<defer_transports\>" |
| 487 | syntax match pfmainRef "$\<delay_notice_recipient\>" |
| 488 | syntax match pfmainRef "$\<delay_warning_time\>" |
| 489 | syntax match pfmainRef "$\<deliver_lock_attempts\>" |
| 490 | syntax match pfmainRef "$\<deliver_lock_delay\>" |
| 491 | syntax match pfmainRef "$\<disable_dns_lookups\>" |
| 492 | syntax match pfmainRef "$\<disable_mime_input_processing\>" |
| 493 | syntax match pfmainRef "$\<disable_mime_output_conversion\>" |
| 494 | syntax match pfmainRef "$\<disable_verp_bounces\>" |
| 495 | syntax match pfmainRef "$\<disable_vrfy_command\>" |
| 496 | syntax match pfmainRef "$\<dont_remove\>" |
| 497 | syntax match pfmainRef "$\<double_bounce_sender\>" |
| 498 | syntax match pfmainRef "$\<duplicate_filter_limit\>" |
| 499 | syntax match pfmainRef "$\<empty_address_recipient\>" |
| 500 | syntax match pfmainRef "$\<enable_errors_to\>" |
| 501 | syntax match pfmainRef "$\<enable_original_recipient\>" |
| 502 | syntax match pfmainRef "$\<error_notice_recipient\>" |
| 503 | syntax match pfmainRef "$\<error_service_name\>" |
| 504 | syntax match pfmainRef "$\<expand_owner_alias\>" |
| 505 | syntax match pfmainRef "$\<export_environment\>" |
| 506 | syntax match pfmainRef "$\<fallback_relay\>" |
| 507 | syntax match pfmainRef "$\<fallback_transport\>" |
| 508 | syntax match pfmainRef "$\<fast_flush_domains\>" |
| 509 | syntax match pfmainRef "$\<fast_flush_purge_time\>" |
| 510 | syntax match pfmainRef "$\<fast_flush_refresh_time\>" |
| 511 | syntax match pfmainRef "$\<fault_injection_code\>" |
| 512 | syntax match pfmainRef "$\<flush_service_name\>" |
| 513 | syntax match pfmainRef "$\<fork_attempts\>" |
| 514 | syntax match pfmainRef "$\<fork_delay\>" |
| 515 | syntax match pfmainRef "$\<forward_expansion_filter\>" |
| 516 | syntax match pfmainRef "$\<forward_path\>" |
| 517 | syntax match pfmainRef "$\<hash_queue_depth\>" |
| 518 | syntax match pfmainRef "$\<hash_queue_names\>" |
| 519 | syntax match pfmainRef "$\<header_address_token_limit\>" |
| 520 | syntax match pfmainRef "$\<header_checks\>" |
| 521 | syntax match pfmainRef "$\<header_size_limit\>" |
| 522 | syntax match pfmainRef "$\<helpful_warnings\>" |
| 523 | syntax match pfmainRef "$\<home_mailbox\>" |
| 524 | syntax match pfmainRef "$\<hopcount_limit\>" |
| 525 | syntax match pfmainRef "$\<html_directory\>" |
| 526 | syntax match pfmainRef "$\<ignore_mx_lookup_error\>" |
| 527 | syntax match pfmainRef "$\<import_environment\>" |
| 528 | syntax match pfmainRef "$\<in_flow_delay\>" |
| 529 | syntax match pfmainRef "$\<inet_interfaces\>" |
| 530 | syntax match pfmainRef "$\<initial_destination_concurrency\>" |
| 531 | syntax match pfmainRef "$\<invalid_hostname_reject_code\>" |
| 532 | syntax match pfmainRef "$\<ipc_idle\>" |
| 533 | syntax match pfmainRef "$\<ipc_timeout\>" |
| 534 | syntax match pfmainRef "$\<ipc_ttl\>" |
| 535 | syntax match pfmainRef "$\<line_length_limit\>" |
| 536 | syntax match pfmainRef "$\<lmtp_cache_connection\>" |
| 537 | syntax match pfmainRef "$\<lmtp_connect_timeout\>" |
| 538 | syntax match pfmainRef "$\<lmtp_data_done_timeout\>" |
| 539 | syntax match pfmainRef "$\<lmtp_data_init_timeout\>" |
| 540 | syntax match pfmainRef "$\<lmtp_data_xfer_timeout\>" |
| 541 | syntax match pfmainRef "$\<lmtp_destination_concurrency_limit\>" |
| 542 | syntax match pfmainRef "$\<lmtp_destination_recipient_limit\>" |
| 543 | syntax match pfmainRef "$\<lmtp_lhlo_timeout\>" |
| 544 | syntax match pfmainRef "$\<lmtp_mail_timeout\>" |
| 545 | syntax match pfmainRef "$\<lmtp_quit_timeout\>" |
| 546 | syntax match pfmainRef "$\<lmtp_rcpt_timeout\>" |
| 547 | syntax match pfmainRef "$\<lmtp_rset_timeout\>" |
| 548 | syntax match pfmainRef "$\<lmtp_sasl_auth_enable\>" |
| 549 | syntax match pfmainRef "$\<lmtp_sasl_password_maps\>" |
| 550 | syntax match pfmainRef "$\<lmtp_sasl_security_options\>" |
| 551 | syntax match pfmainRef "$\<lmtp_send_xforward_command\>" |
| 552 | syntax match pfmainRef "$\<lmtp_skip_quit_response\>" |
| 553 | syntax match pfmainRef "$\<lmtp_tcp_port\>" |
| 554 | syntax match pfmainRef "$\<lmtp_xforward_timeout\>" |
| 555 | syntax match pfmainRef "$\<local_command_shell\>" |
| 556 | syntax match pfmainRef "$\<local_destination_concurrency_limit\>" |
| 557 | syntax match pfmainRef "$\<local_destination_recipient_limit\>" |
| 558 | syntax match pfmainRef "$\<local_recipient_maps\>" |
| 559 | syntax match pfmainRef "$\<local_transport\>" |
| 560 | syntax match pfmainRef "$\<luser_relay\>" |
| 561 | syntax match pfmainRef "$\<mail_name\>" |
| 562 | syntax match pfmainRef "$\<mail_owner\>" |
| 563 | syntax match pfmainRef "$\<mail_release_date\>" |
| 564 | syntax match pfmainRef "$\<mail_spool_directory\>" |
| 565 | syntax match pfmainRef "$\<mail_version\>" |
| 566 | syntax match pfmainRef "$\<mailbox_command\>" |
| 567 | syntax match pfmainRef "$\<mailbox_command_maps\>" |
| 568 | syntax match pfmainRef "$\<mailbox_delivery_lock\>" |
| 569 | syntax match pfmainRef "$\<mailbox_size_limit\>" |
| 570 | syntax match pfmainRef "$\<mailbox_transport\>" |
| 571 | syntax match pfmainRef "$\<mailq_path\>" |
| 572 | syntax match pfmainRef "$\<manpage_directory\>" |
| 573 | syntax match pfmainRef "$\<maps_rbl_domains\>" |
| 574 | syntax match pfmainRef "$\<maps_rbl_reject_code\>" |
| 575 | syntax match pfmainRef "$\<masquerade_classes\>" |
| 576 | syntax match pfmainRef "$\<masquerade_domains\>" |
| 577 | syntax match pfmainRef "$\<masquerade_exceptions\>" |
| 578 | syntax match pfmainRef "$\<max_idle\>" |
| 579 | syntax match pfmainRef "$\<max_use\>" |
| 580 | syntax match pfmainRef "$\<maximal_backoff_time\>" |
| 581 | syntax match pfmainRef "$\<maximal_queue_lifetime\>" |
| 582 | syntax match pfmainRef "$\<message_size_limit\>" |
| 583 | syntax match pfmainRef "$\<mime_boundary_length_limit\>" |
| 584 | syntax match pfmainRef "$\<mime_header_checks\>" |
| 585 | syntax match pfmainRef "$\<mime_nesting_limit\>" |
| 586 | syntax match pfmainRef "$\<minimal_backoff_time\>" |
| 587 | syntax match pfmainRef "$\<multi_recipient_bounce_reject_code\>" |
| 588 | syntax match pfmainRef "$\<mydestination\>" |
| 589 | syntax match pfmainRef "$\<mydomain\>" |
| 590 | syntax match pfmainRef "$\<myhostname\>" |
| 591 | syntax match pfmainRef "$\<mynetworks\>" |
| 592 | syntax match pfmainRef "$\<mynetworks_style\>" |
| 593 | syntax match pfmainRef "$\<myorigin\>" |
| 594 | syntax match pfmainRef "$\<nested_header_checks\>" |
| 595 | syntax match pfmainRef "$\<newaliases_path\>" |
| 596 | syntax match pfmainRef "$\<non_fqdn_reject_code\>" |
| 597 | syntax match pfmainRef "$\<notify_classes\>" |
| 598 | syntax match pfmainRef "$\<owner_request_special\>" |
| 599 | syntax match pfmainRef "$\<parent_domain_matches_subdomains\>" |
| 600 | syntax match pfmainRef "$\<permit_mx_backup_networks\>" |
| 601 | syntax match pfmainRef "$\<pickup_service_name\>" |
| 602 | syntax match pfmainRef "$\<prepend_delivered_header\>" |
| 603 | syntax match pfmainRef "$\<process_id_directory\>" |
| 604 | syntax match pfmainRef "$\<propagate_unmatched_extensions\>" |
| 605 | syntax match pfmainRef "$\<proxy_interfaces\>" |
| 606 | syntax match pfmainRef "$\<proxy_read_maps\>" |
| 607 | syntax match pfmainRef "$\<qmgr_clog_warn_time\>" |
| 608 | syntax match pfmainRef "$\<qmgr_fudge_factor\>" |
| 609 | syntax match pfmainRef "$\<qmgr_message_active_limit\>" |
| 610 | syntax match pfmainRef "$\<qmgr_message_recipient_limit\>" |
| 611 | syntax match pfmainRef "$\<qmgr_message_recipient_minimum\>" |
| 612 | syntax match pfmainRef "$\<qmqpd_authorized_clients\>" |
| 613 | syntax match pfmainRef "$\<qmqpd_error_delay\>" |
| 614 | syntax match pfmainRef "$\<qmqpd_timeout\>" |
| 615 | syntax match pfmainRef "$\<queue_directory\>" |
| 616 | syntax match pfmainRef "$\<queue_file_attribute_count_limit\>" |
| 617 | syntax match pfmainRef "$\<queue_minfree\>" |
| 618 | syntax match pfmainRef "$\<queue_run_delay\>" |
| 619 | syntax match pfmainRef "$\<queue_service_name\>" |
| 620 | syntax match pfmainRef "$\<rbl_reply_maps\>" |
| 621 | syntax match pfmainRef "$\<readme_directory\>" |
| 622 | syntax match pfmainRef "$\<receive_override_options\>" |
| 623 | syntax match pfmainRef "$\<recipient_bcc_maps\>" |
| 624 | syntax match pfmainRef "$\<recipient_canonical_maps\>" |
| 625 | syntax match pfmainRef "$\<recipient_delimiter\>" |
| 626 | syntax match pfmainRef "$\<reject_code\>" |
| 627 | syntax match pfmainRef "$\<relay_clientcerts\>" |
| 628 | syntax match pfmainRef "$\<relay_destination_concurrency_limit\>" |
| 629 | syntax match pfmainRef "$\<relay_destination_recipient_limit\>" |
| 630 | syntax match pfmainRef "$\<relay_domains\>" |
| 631 | syntax match pfmainRef "$\<relay_domains_reject_code\>" |
| 632 | syntax match pfmainRef "$\<relay_recipient_maps\>" |
| 633 | syntax match pfmainRef "$\<relay_transport\>" |
| 634 | syntax match pfmainRef "$\<relayhost\>" |
| 635 | syntax match pfmainRef "$\<relocated_maps\>" |
| 636 | syntax match pfmainRef "$\<require_home_directory\>" |
| 637 | syntax match pfmainRef "$\<resolve_dequoted_address\>" |
| 638 | syntax match pfmainRef "$\<resolve_null_domain\>" |
| 639 | syntax match pfmainRef "$\<rewrite_service_name\>" |
| 640 | syntax match pfmainRef "$\<sample_directory\>" |
| 641 | syntax match pfmainRef "$\<sender_based_routing\>" |
| 642 | syntax match pfmainRef "$\<sender_bcc_maps\>" |
| 643 | syntax match pfmainRef "$\<sender_canonical_maps\>" |
| 644 | syntax match pfmainRef "$\<sendmail_path\>" |
| 645 | syntax match pfmainRef "$\<service_throttle_time\>" |
| 646 | syntax match pfmainRef "$\<setgid_group\>" |
| 647 | syntax match pfmainRef "$\<show_user_unknown_table_name\>" |
| 648 | syntax match pfmainRef "$\<showq_service_name\>" |
| 649 | syntax match pfmainRef "$\<smtp_always_send_ehlo\>" |
| 650 | syntax match pfmainRef "$\<smtp_bind_address\>" |
| 651 | syntax match pfmainRef "$\<smtp_connect_timeout\>" |
| 652 | syntax match pfmainRef "$\<smtp_data_done_timeout\>" |
| 653 | syntax match pfmainRef "$\<smtp_data_init_timeout\>" |
| 654 | syntax match pfmainRef "$\<smtp_data_xfer_timeout\>" |
| 655 | syntax match pfmainRef "$\<smtp_defer_if_no_mx_address_found\>" |
| 656 | syntax match pfmainRef "$\<smtp_destination_concurrency_limit\>" |
| 657 | syntax match pfmainRef "$\<smtp_destination_recipient_limit\>" |
| 658 | syntax match pfmainRef "$\<smtp_enforce_tls\>" |
| 659 | syntax match pfmainRef "$\<smtp_helo_name\>" |
| 660 | syntax match pfmainRef "$\<smtp_helo_timeout\>" |
| 661 | syntax match pfmainRef "$\<smtp_host_lookup\>" |
| 662 | syntax match pfmainRef "$\<smtp_line_length_limit\>" |
| 663 | syntax match pfmainRef "$\<smtp_mail_timeout\>" |
| 664 | syntax match pfmainRef "$\<smtp_mx_address_limit\>" |
| 665 | syntax match pfmainRef "$\<smtp_mx_session_limit\>" |
| 666 | syntax match pfmainRef "$\<smtp_never_send_ehlo\>" |
| 667 | syntax match pfmainRef "$\<smtp_pix_workaround_delay_time\>" |
| 668 | syntax match pfmainRef "$\<smtp_pix_workaround_threshold_time\>" |
| 669 | syntax match pfmainRef "$\<smtp_quit_timeout\>" |
| 670 | syntax match pfmainRef "$\<smtp_quote_rfc821_envelope\>" |
| 671 | syntax match pfmainRef "$\<smtp_randomize_addresses\>" |
| 672 | syntax match pfmainRef "$\<smtp_rcpt_timeout\>" |
| 673 | syntax match pfmainRef "$\<smtp_rset_timeout\>" |
| 674 | syntax match pfmainRef "$\<smtp_sasl_auth_enable\>" |
| 675 | syntax match pfmainRef "$\<smtp_sasl_password_maps\>" |
| 676 | syntax match pfmainRef "$\<smtp_sasl_security_options\>" |
| 677 | syntax match pfmainRef "$\<smtp_sasl_tls_security_options\>" |
| 678 | syntax match pfmainRef "$\<smtp_sasl_tls_verified_security_options\>" |
| 679 | syntax match pfmainRef "$\<smtp_send_xforward_command\>" |
| 680 | syntax match pfmainRef "$\<smtp_skip_5xx_greeting\>" |
| 681 | syntax match pfmainRef "$\<smtp_skip_quit_response\>" |
| 682 | syntax match pfmainRef "$\<smtp_starttls_timeout\>" |
| 683 | syntax match pfmainRef "$\<smtp_tls_CAfile\>" |
| 684 | syntax match pfmainRef "$\<smtp_tls_CApath\>" |
| 685 | syntax match pfmainRef "$\<smtp_tls_cert_file\>" |
| 686 | syntax match pfmainRef "$\<smtp_tls_cipherlist\>" |
| 687 | syntax match pfmainRef "$\<smtp_tls_dcert_file\>" |
| 688 | syntax match pfmainRef "$\<smtp_tls_dkey_file\>" |
| 689 | syntax match pfmainRef "$\<smtp_tls_enforce_peername\>" |
| 690 | syntax match pfmainRef "$\<smtp_tls_key_file\>" |
| 691 | syntax match pfmainRef "$\<smtp_tls_loglevel\>" |
| 692 | syntax match pfmainRef "$\<smtp_tls_note_starttls_offer\>" |
| 693 | syntax match pfmainRef "$\<smtp_tls_per_site\>" |
| 694 | syntax match pfmainRef "$\<smtp_tls_scert_verifydepth\>" |
| 695 | syntax match pfmainRef "$\<smtp_tls_session_cache_database\>" |
| 696 | syntax match pfmainRef "$\<smtp_tls_session_cache_timeout\>" |
| 697 | syntax match pfmainRef "$\<smtp_use_tls\>" |
| 698 | syntax match pfmainRef "$\<smtp_xforward_timeout\>" |
| 699 | syntax match pfmainRef "$\<smtpd_authorized_verp_clients\>" |
| 700 | syntax match pfmainRef "$\<smtpd_authorized_xclient_hosts\>" |
| 701 | syntax match pfmainRef "$\<smtpd_authorized_xforward_hosts\>" |
| 702 | syntax match pfmainRef "$\<smtpd_banner\>" |
| 703 | syntax match pfmainRef "$\<smtpd_client_connection_count_limit\>" |
| 704 | syntax match pfmainRef "$\<smtpd_client_connection_limit_exceptions\>" |
| 705 | syntax match pfmainRef "$\<smtpd_client_connection_rate_limit\>" |
| 706 | syntax match pfmainRef "$\<smtpd_client_restrictions\>" |
| 707 | syntax match pfmainRef "$\<smtpd_data_restrictions\>" |
| 708 | syntax match pfmainRef "$\<smtpd_delay_reject\>" |
| 709 | syntax match pfmainRef "$\<smtpd_enforce_tls\>" |
| 710 | syntax match pfmainRef "$\<smtpd_error_sleep_time\>" |
| 711 | syntax match pfmainRef "$\<smtpd_etrn_restrictions\>" |
| 712 | syntax match pfmainRef "$\<smtpd_expansion_filter\>" |
| 713 | syntax match pfmainRef "$\<smtpd_hard_error_limit\>" |
| 714 | syntax match pfmainRef "$\<smtpd_helo_required\>" |
| 715 | syntax match pfmainRef "$\<smtpd_helo_restrictions\>" |
| 716 | syntax match pfmainRef "$\<smtpd_history_flush_threshold\>" |
| 717 | syntax match pfmainRef "$\<smtpd_junk_command_limit\>" |
| 718 | syntax match pfmainRef "$\<smtpd_noop_commands\>" |
| 719 | syntax match pfmainRef "$\<smtpd_null_access_lookup_key\>" |
| 720 | syntax match pfmainRef "$\<smtpd_policy_service_max_idle\>" |
| 721 | syntax match pfmainRef "$\<smtpd_policy_service_max_ttl\>" |
| 722 | syntax match pfmainRef "$\<smtpd_policy_service_timeout\>" |
| 723 | syntax match pfmainRef "$\<smtpd_proxy_ehlo\>" |
| 724 | syntax match pfmainRef "$\<smtpd_proxy_filter\>" |
| 725 | syntax match pfmainRef "$\<smtpd_proxy_timeout\>" |
| 726 | syntax match pfmainRef "$\<smtpd_recipient_limit\>" |
| 727 | syntax match pfmainRef "$\<smtpd_recipient_overshoot_limit\>" |
| 728 | syntax match pfmainRef "$\<smtpd_recipient_restrictions\>" |
| 729 | syntax match pfmainRef "$\<smtpd_reject_unlisted_recipient\>" |
| 730 | syntax match pfmainRef "$\<smtpd_reject_unlisted_sender\>" |
| 731 | syntax match pfmainRef "$\<smtpd_restriction_classes\>" |
| 732 | syntax match pfmainRef "$\<smtpd_sasl_application_name\>" |
| 733 | syntax match pfmainRef "$\<smtpd_sasl_auth_enable\>" |
| 734 | syntax match pfmainRef "$\<smtpd_sasl_exceptions_networks\>" |
| 735 | syntax match pfmainRef "$\<smtpd_sasl_local_domain\>" |
| 736 | syntax match pfmainRef "$\<smtpd_sasl_security_options\>" |
| 737 | syntax match pfmainRef "$\<smtpd_sasl_tls_security_options\>" |
| 738 | syntax match pfmainRef "$\<smtpd_sender_login_maps\>" |
| 739 | syntax match pfmainRef "$\<smtpd_sender_restrictions\>" |
| 740 | syntax match pfmainRef "$\<smtpd_soft_error_limit\>" |
| 741 | syntax match pfmainRef "$\<smtpd_starttls_timeout\>" |
| 742 | syntax match pfmainRef "$\<smtpd_timeout\>" |
| 743 | syntax match pfmainRef "$\<smtpd_tls_CAfile\>" |
| 744 | syntax match pfmainRef "$\<smtpd_tls_CApath\>" |
| 745 | syntax match pfmainRef "$\<smtpd_tls_ask_ccert\>" |
| 746 | syntax match pfmainRef "$\<smtpd_tls_auth_only\>" |
| 747 | syntax match pfmainRef "$\<smtpd_tls_ccert_verifydepth\>" |
| 748 | syntax match pfmainRef "$\<smtpd_tls_cert_file\>" |
| 749 | syntax match pfmainRef "$\<smtpd_tls_cipherlist\>" |
| 750 | syntax match pfmainRef "$\<smtpd_tls_dcert_file\>" |
| 751 | syntax match pfmainRef "$\<smtpd_tls_dh1024_param_file\>" |
| 752 | syntax match pfmainRef "$\<smtpd_tls_dh512_param_file\>" |
| 753 | syntax match pfmainRef "$\<smtpd_tls_dkey_file\>" |
| 754 | syntax match pfmainRef "$\<smtpd_tls_key_file\>" |
| 755 | syntax match pfmainRef "$\<smtpd_tls_loglevel\>" |
| 756 | syntax match pfmainRef "$\<smtpd_tls_received_header\>" |
| 757 | syntax match pfmainRef "$\<smtpd_tls_req_ccert\>" |
| 758 | syntax match pfmainRef "$\<smtpd_tls_session_cache_database\>" |
| 759 | syntax match pfmainRef "$\<smtpd_tls_session_cache_timeout\>" |
| 760 | syntax match pfmainRef "$\<smtpd_tls_wrappermode\>" |
| 761 | syntax match pfmainRef "$\<smtpd_use_tls\>" |
| 762 | syntax match pfmainRef "$\<soft_bounce\>" |
| 763 | syntax match pfmainRef "$\<stale_lock_time\>" |
| 764 | syntax match pfmainRef "$\<strict_7bit_headers\>" |
| 765 | syntax match pfmainRef "$\<strict_8bitmime\>" |
| 766 | syntax match pfmainRef "$\<strict_8bitmime_body\>" |
| 767 | syntax match pfmainRef "$\<strict_mime_encoding_domain\>" |
| 768 | syntax match pfmainRef "$\<strict_rfc821_envelopes\>" |
| 769 | syntax match pfmainRef "$\<sun_mailtool_compatibility\>" |
| 770 | syntax match pfmainRef "$\<swap_bangpath\>" |
| 771 | syntax match pfmainRef "$\<syslog_facility\>" |
| 772 | syntax match pfmainRef "$\<syslog_name\>" |
| 773 | syntax match pfmainRef "$\<tls_daemon_random_bytes\>" |
| 774 | syntax match pfmainRef "$\<tls_daemon_random_source\>" |
| 775 | syntax match pfmainRef "$\<tls_random_bytes\>" |
| 776 | syntax match pfmainRef "$\<tls_random_exchange_name\>" |
| 777 | syntax match pfmainRef "$\<tls_random_prng_update_period\>" |
| 778 | syntax match pfmainRef "$\<tls_random_reseed_period\>" |
| 779 | syntax match pfmainRef "$\<tls_random_source\>" |
| 780 | syntax match pfmainRef "$\<trace_service_name\>" |
| 781 | syntax match pfmainRef "$\<transport_maps\>" |
| 782 | syntax match pfmainRef "$\<transport_retry_time\>" |
| 783 | syntax match pfmainRef "$\<trigger_timeout\>" |
| 784 | syntax match pfmainRef "$\<undisclosed_recipients_header\>" |
| 785 | syntax match pfmainRef "$\<unknown_address_reject_code\>" |
| 786 | syntax match pfmainRef "$\<unknown_client_reject_code\>" |
| 787 | syntax match pfmainRef "$\<unknown_hostname_reject_code\>" |
| 788 | syntax match pfmainRef "$\<unknown_local_recipient_reject_code\>" |
| 789 | syntax match pfmainRef "$\<unknown_relay_recipient_reject_code\>" |
| 790 | syntax match pfmainRef "$\<unknown_virtual_alias_reject_code\>" |
| 791 | syntax match pfmainRef "$\<unknown_virtual_mailbox_reject_code\>" |
| 792 | syntax match pfmainRef "$\<unverified_recipient_reject_code\>" |
| 793 | syntax match pfmainRef "$\<unverified_sender_reject_code\>" |
| 794 | syntax match pfmainRef "$\<verp_delimiter_filter\>" |
| 795 | syntax match pfmainRef "$\<virtual_alias_domains\>" |
| 796 | syntax match pfmainRef "$\<virtual_alias_expansion_limit\>" |
| 797 | syntax match pfmainRef "$\<virtual_alias_maps\>" |
| 798 | syntax match pfmainRef "$\<virtual_alias_recursion_limit\>" |
| 799 | syntax match pfmainRef "$\<virtual_destination_concurrency_limit\>" |
| 800 | syntax match pfmainRef "$\<virtual_destination_recipient_limit\>" |
| 801 | syntax match pfmainRef "$\<virtual_gid_maps\>" |
| 802 | syntax match pfmainRef "$\<virtual_mailbox_base\>" |
| 803 | syntax match pfmainRef "$\<virtual_mailbox_domains\>" |
| 804 | syntax match pfmainRef "$\<virtual_mailbox_limit\>" |
| 805 | syntax match pfmainRef "$\<virtual_mailbox_lock\>" |
| 806 | syntax match pfmainRef "$\<virtual_mailbox_maps\>" |
| 807 | syntax match pfmainRef "$\<virtual_minimum_uid\>" |
| 808 | syntax match pfmainRef "$\<virtual_transport\>" |
| 809 | syntax match pfmainRef "$\<virtual_uid_maps\>" |
| 810 | |
| 811 | syntax keyword pfmainDictDB hash btree dbm |
| 812 | syntax keyword pfmainDictRE regexp pcre |
| 813 | syntax keyword pfmainDictEXT ldap environ nis netinfo |
| 814 | syntax keyword pfmainQueue active bounce corrupt defer deferred |
| 815 | syntax keyword pfmainQueue flush incoming saved |
| 816 | syntax keyword pfmainTransport smtp lmtp unix local error |
| 817 | syntax keyword pfmainLock fcntl flock dotlock |
| 818 | syntax keyword pfmainAnswer yes no |
| 819 | |
| 820 | syntax match pfmainComment "#.*$" |
| 821 | syntax match pfmainNumber "\<\d\+\>" |
| 822 | syntax match pfmainTime "\<\d\+[hmsd]\>" |
| 823 | syntax match pfmainIP "\<\d\{1,3}\.\d\{1,3}\.\d\{1,3}\.\d\{1,3}\>" |
| 824 | syntax match pfmainVariable "\$\w\+" contains=pfmainRef ",pfmainRefTLS |
| 825 | |
| 826 | if version >= 508 || !exists("pfmain_syntax_init") |
| 827 | if version < 508 |
| 828 | let pfmain_syntax_init = 1 |
| 829 | command -nargs=+ HiLink hi link <args> |
| 830 | else |
| 831 | command -nargs=+ HiLink hi def link <args> |
| 832 | endif |
| 833 | |
| 834 | HiLink pfmainComment Comment |
| 835 | HiLink pfmainConf Keyword |
| 836 | HiLink pfmainNumber Number |
| 837 | HiLink pfmainTime Number |
| 838 | HiLink pfmainIP Number |
| 839 | HiLink pfmainDictDB Type |
| 840 | HiLink pfmainDictRE Type |
| 841 | HiLink pfmainDictEXT Type |
| 842 | HiLink pfmainQueue Constant |
| 843 | HiLink pfmainTransport Constant |
| 844 | HiLink pfmainLock Constant |
| 845 | HiLink pfmainAnswer Constant |
| 846 | HiLink pfmainRef Macro |
| 847 | |
| 848 | " HiLink pfmainConfTLS Special |
| 849 | " HiLink pfmainRefTLS Macro |
| 850 | |
| 851 | HiLink pfmainVariable Error |
| 852 | |
| 853 | delcommand HiLink |
| 854 | endif |
| 855 | |
| 856 | let b:current_syntax = "pfmain" |
| 857 | |
| 858 | " vim: ts=8 sw=2 |