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