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