comparison runtime/syntax/pfmain.vim @ 834:5117153003bd v7.0e

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