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