1 1.1.1.1.2.2 snj #!/usr/bin/perl 2 1.1.1.1.2.2 snj 3 1.1.1.1.2.2 snj $printit++ unless $nflag; 4 1.1.1.1.2.2 snj 5 1.1.1.1.2.2 snj $\ = "\n"; # automatically add newline on print 6 1.1.1.1.2.2 snj 7 1.1.1.1.2.2 snj LINE: 8 1.1.1.1.2.2 snj while (<>) { 9 1.1.1.1.2.2 snj chop; 10 1.1.1.1.2.2 snj 11 1.1.1.1.2.2 snj # Glue together words that were broken across line breaks. The 12 1.1.1.1.2.2 snj # "label: if_block" was generated by a sed-to-perl converter; the 13 1.1.1.1.2.2 snj # braces around this are a workaround for buggy implementations. 14 1.1.1.1.2.2 snj 15 1.1.1.1.2.2 snj { 16 1.1.1.1.2.2 snj Again: 17 1.1.1.1.2.2 snj if (/(-[<\/bB>]*|RFC)$/) { 18 1.1.1.1.2.2 snj $_ .= "\n"; 19 1.1.1.1.2.2 snj $len1 = length; 20 1.1.1.1.2.2 snj $_ .= <>; 21 1.1.1.1.2.2 snj chop if $len1 < length; 22 1.1.1.1.2.2 snj goto Again; 23 1.1.1.1.2.2 snj } 24 1.1.1.1.2.2 snj } 25 1.1.1.1.2.2 snj if (/<[Aa] *[HhNn][RrAa][EeMm][FfEe] *=/) { 26 1.1.1.1.2.2 snj print; 27 1.1.1.1.2.2 snj $printit = 0; 28 1.1.1.1.2.2 snj next LINE; 29 1.1.1.1.2.2 snj } 30 1.1.1.1.2.2 snj if (/<\/[Aa]>/) { 31 1.1.1.1.2.2 snj print; 32 1.1.1.1.2.2 snj $printit = 0; 33 1.1.1.1.2.2 snj next LINE; 34 1.1.1.1.2.2 snj } 35 1.1.1.1.2.2 snj if (/"[Hh][Tt][Tt][Pp]:/) { 36 1.1.1.1.2.2 snj print; 37 1.1.1.1.2.2 snj $printit = 0; 38 1.1.1.1.2.2 snj next LINE; 39 1.1.1.1.2.2 snj } 40 1.1.1.1.2.2 snj if (/<[Tt][Ii][Tt][Ll][Ee]>/) { 41 1.1.1.1.2.2 snj print; 42 1.1.1.1.2.2 snj $printit = 0; 43 1.1.1.1.2.2 snj next LINE; 44 1.1.1.1.2.2 snj } 45 1.1.1.1.2.2 snj 46 1.1.1.1.2.2 snj # Following block was generated with "makepostconflinks" 47 1.1.1.1.2.2 snj # but hyphenation was added manually. 48 1.1.1.1.2.2 snj 49 1.1.1.1.2.2 snj if (/<\/*[Hh]\d*>/) { 50 1.1.1.1.2.2 snj print; 51 1.1.1.1.2.2 snj $printit = 0; 52 1.1.1.1.2.2 snj next LINE; 53 1.1.1.1.2.2 snj } 54 1.1.1.1.2.2 snj if (/<[Aa] [Nm][Aa][Mm][Ee]=/) { 55 1.1.1.1.2.2 snj print; 56 1.1.1.1.2.2 snj $printit = 0; 57 1.1.1.1.2.2 snj next LINE; 58 1.1.1.1.2.2 snj } 59 1.1.1.1.2.2 snj if (/<[D][T]>/) { 60 1.1.1.1.2.2 snj print; 61 1.1.1.1.2.2 snj $printit = 0; 62 1.1.1.1.2.2 snj next LINE; 63 1.1.1.1.2.2 snj } 64 1.1.1.1.2.2 snj s;\bautho[-</bB>]*\n*[ <bB>]*rized_flush_users\b;<a href="postconf.5.html#authorized_flush_users">$&</a>;g; 65 1.1.1.1.2.2 snj s;\bautho[-</bB>]*\n*[ <bB>]*rized_mailq_users\b;<a href="postconf.5.html#authorized_mailq_users">$&</a>;g; 66 1.1.1.1.2.2 snj s;\bautho[-</bB>]*\n*[ <bB>]*rized_submit_users\b;<a href="postconf.5.html#authorized_submit_users">$&</a>;g; 67 1.1.1.1.2.2 snj s;\bautho[-</bB>]*\n*[ <bB>]*rized_verp_clients\b;<a href="postconf.5.html#authorized_verp_clients">$&</a>;g; 68 1.1.1.1.2.2 snj s;\bdebugger_command\b;<a href="postconf.5.html#debugger_command">$&</a>;g; 69 1.1.1.1.2.2 snj s;\b2bounce_notice_recipi[-</bB>]*\n*[ <bB>]*ent\b;<a href="postconf.5.html#2bounce_notice_recipient">$&</a>;g; 70 1.1.1.1.2.2 snj s;\baccess_map_reject_code\b;<a href="postconf.5.html#access_map_reject_code">$&</a>;g; 71 1.1.1.1.2.2 snj s;\baccess_map_defer_code\b;<a href="postconf.5.html#access_map_defer_code">$&</a>;g; 72 1.1.1.1.2.2 snj s;\baddress_verify_default_transport\b;<a href="postconf.5.html#address_verify_default_transport">$&</a>;g; 73 1.1.1.1.2.2 snj s;\baddress_verify_local_transport\b;<a href="postconf.5.html#address_verify_local_transport">$&</a>;g; 74 1.1.1.1.2.2 snj s;\baddress_verify_map\b;<a href="postconf.5.html#address_verify_map">$&</a>;g; 75 1.1.1.1.2.2 snj s;\baddress_verify_negative_cache\b;<a href="postconf.5.html#address_verify_negative_cache">$&</a>;g; 76 1.1.1.1.2.2 snj s;\baddress_verify_negative_expire_time\b;<a href="postconf.5.html#address_verify_negative_expire_time">$&</a>;g; 77 1.1.1.1.2.2 snj s;\baddress_verify_negative_refresh_time\b;<a href="postconf.5.html#address_verify_negative_refresh_time">$&</a>;g; 78 1.1.1.1.2.2 snj s;\baddress_verify_poll_count\b;<a href="postconf.5.html#address_verify_poll_count">$&</a>;g; 79 1.1.1.1.2.2 snj s;\baddress_verify_poll_delay\b;<a href="postconf.5.html#address_verify_poll_delay">$&</a>;g; 80 1.1.1.1.2.2 snj s;\baddress_verify_positive_expire_time\b;<a href="postconf.5.html#address_verify_positive_expire_time">$&</a>;g; 81 1.1.1.1.2.2 snj s;\baddress_verify_positive_refresh_time\b;<a href="postconf.5.html#address_verify_positive_refresh_time">$&</a>;g; 82 1.1.1.1.2.2 snj s;\baddress_verify_relay_transport\b;<a href="postconf.5.html#address_verify_relay_transport">$&</a>;g; 83 1.1.1.1.2.2 snj s;\baddress_verify_relay[-</bB>]*\n*[ <bB>]*host\b;<a href="postconf.5.html#address_verify_relayhost">$&</a>;g; 84 1.1.1.1.2.2 snj s;\baddress_verify_sender_dependent_relay[-</bB>]*\n*[ <bB>]*host_maps\b;<a href="postconf.5.html#address_verify_sender_dependent_relayhost_maps">$&</a>;g; 85 1.1.1.1.2.2 snj s;\baddress_verify_sender\b;<a href="postconf.5.html#address_verify_sender">$&</a>;g; 86 1.1.1.1.2.2 snj s;\baddress_verify_service_name\b;<a href="postconf.5.html#address_verify_service_name">$&</a>;g; 87 1.1.1.1.2.2 snj s;\baddress_verify_transport_maps\b;<a href="postconf.5.html#address_verify_transport_maps">$&</a>;g; 88 1.1.1.1.2.2 snj s;\baddress_verify_virtual_transport\b;<a href="postconf.5.html#address_verify_virtual_transport">$&</a>;g; 89 1.1.1.1.2.2 snj s;\balias_database\b;<a href="postconf.5.html#alias_database">$&</a>;g; 90 1.1.1.1.2.2 snj s;\balias_maps\b;<a href="postconf.5.html#alias_maps">$&</a>;g; 91 1.1.1.1.2.2 snj s;\ballow_mail_to_commands\b;<a href="postconf.5.html#allow_mail_to_commands">$&</a>;g; 92 1.1.1.1.2.2 snj s;\ballow_mail_to_files\b;<a href="postconf.5.html#allow_mail_to_files">$&</a>;g; 93 1.1.1.1.2.2 snj s;\ballow_min_user\b;<a href="postconf.5.html#allow_min_user">$&</a>;g; 94 1.1.1.1.2.2 snj s;\ballow_percent_hack\b;<a href="postconf.5.html#allow_percent_hack">$&</a>;g; 95 1.1.1.1.2.2 snj s;\ballow_untrusted_routing\b;<a href="postconf.5.html#allow_untrusted_routing">$&</a>;g; 96 1.1.1.1.2.2 snj s;\balternate_con[-</bB>]*\n*[ <bB>]*fig_direc[-</bB>]*\n*[ <bB>]*tories\b;<a href="postconf.5.html#alternate_config_directories">$&</a>;g; 97 1.1.1.1.2.2 snj s;\balways_add_missing_headers\b;<a href="postconf.5.html#always_add_missing_headers">$&</a>;g; 98 1.1.1.1.2.2 snj s;\balways_bcc\b;<a href="postconf.5.html#always_bcc">$&</a>;g; 99 1.1.1.1.2.2 snj s;\banvil_rate_time_unit\b;<a href="postconf.5.html#anvil_rate_time_unit">$&</a>;g; 100 1.1.1.1.2.2 snj s;\bappend_at_myorigin\b;<a href="postconf.5.html#append_at_myorigin">$&</a>;g; 101 1.1.1.1.2.2 snj s;\bappend_dot_mydomain\b;<a href="postconf.5.html#append_dot_mydomain">$&</a>;g; 102 1.1.1.1.2.2 snj s;\bapplication_event_drain_time\b;<a href="postconf.5.html#application_event_drain_time">$&</a>;g; 103 1.1.1.1.2.2 snj s;\bbackwards_bounce_logfile_compatibility\b;<a href="postconf.5.html#backwards_bounce_logfile_compatibility">$&</a>;g; 104 1.1.1.1.2.2 snj s;\bberkeley_db_create_buffer_size\b;<a href="postconf.5.html#berkeley_db_create_buffer_size">$&</a>;g; 105 1.1.1.1.2.2 snj s;\bberkeley_db_read_buffer_size\b;<a href="postconf.5.html#berkeley_db_read_buffer_size">$&</a>;g; 106 1.1.1.1.2.2 snj s;\bbest_mx_transport\b;<a href="postconf.5.html#best_mx_transport">$&</a>;g; 107 1.1.1.1.2.2 snj s;\bbiff\b;<a href="postconf.5.html#biff">$&</a>;g; 108 1.1.1.1.2.2 snj s;\bbody_checks\b;<a href="postconf.5.html#body_checks">$&</a>;g; 109 1.1.1.1.2.2 snj s;\bbody_checks_size_limit\b;<a href="postconf.5.html#body_checks_size_limit">$&</a>;g; 110 1.1.1.1.2.2 snj s;\bbounce_notice_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#bounce_notice_recipient">$&</a>;g; 111 1.1.1.1.2.2 snj s;\bbounce_queue_lifetime\b;<a href="postconf.5.html#bounce_queue_lifetime">$&</a>;g; 112 1.1.1.1.2.2 snj s;\bbounce_service_name\b;<a href="postconf.5.html#bounce_service_name">$&</a>;g; 113 1.1.1.1.2.2 snj s;\bbounce_size_limit\b;<a href="postconf.5.html#bounce_size_limit">$&</a>;g; 114 1.1.1.1.2.2 snj s;\bbounce_template_file\b;<a href="postconf.5.html#bounce_template_file">$&</a>;g; 115 1.1.1.1.2.2 snj s;\bbroken_sasl_auth_clients\b;<a href="postconf.5.html#broken_sasl_auth_clients">$&</a>;g; 116 1.1.1.1.2.2 snj s;\bcanonical_classes\b;<a href="postconf.5.html#canonical_classes">$&</a>;g; 117 1.1.1.1.2.2 snj s;\bcanonical_maps\b;<a href="postconf.5.html#canonical_maps">$&</a>;g; 118 1.1.1.1.2.2 snj s;\bnon_smtpd_milters\b;<a href="postconf.5.html#non_smtpd_milters">$&</a>;g; 119 1.1.1.1.2.2 snj s;\bcleanup_service_name\b;<a href="postconf.5.html#cleanup_service_name">$&</a>;g; 120 1.1.1.1.2.2 snj s;\bcommand_execu[-</bB>]*\n* *[<bB>]*tion_direc[-</bB>]*\n* *[<bB>]*tory\b;<a href="postconf.5.html#command_execution_directory">$&</a>;g; 121 1.1.1.1.2.2 snj s;\bexecu[-</bB>]*\n* *[<bB>]*tion_directory_expansion_filter\b;<a href="postconf.5.html#execution_directory_expansion_filter">$&</a>;g; 122 1.1.1.1.2.2 snj s;\banvil_status_update_time\b;<a href="postconf.5.html#anvil_status_update_time">$&</a>;g; 123 1.1.1.1.2.2 snj s;\bcommand_direc[-</bB>]*\n* *[<bB>]*tory\b;<a href="postconf.5.html#command_directory">$&</a>;g; 124 1.1.1.1.2.2 snj s;\bcommand_expan[-</bB>]*\n* *[<bB>]*sion_filter\b;<a href="postconf.5.html#command_expansion_filter">$&</a>;g; 125 1.1.1.1.2.2 snj s;\bcommand_time_limit\b;<a href="postconf.5.html#command_time_limit">$&</a>;g; 126 1.1.1.1.2.2 snj s;\bconfig_direc[-</bB>]*\n*[ <bB>]*tory\b;<a href="postconf.5.html#config_directory">$&</a>;g; 127 1.1.1.1.2.2 snj s;\bcon[-</bB>]*\n*[ <bB>]*tent_filter\b;<a href="postconf.5.html#content_filter">$&</a>;g; 128 1.1.1.1.2.2 snj s;\bdata_directory\b;<a href="postconf.5.html#data_directory">$&</a>;g; 129 1.1.1.1.2.2 snj s;\bdae[-</bB>]*\n*[ <bB>]*mon_direc[-</bB>]*\n*[ <bB>]*tory\b;<a href="postconf.5.html#daemon_directory">$&</a>;g; 130 1.1.1.1.2.2 snj s;\bdaemon_timeout\b;<a href="postconf.5.html#daemon_timeout">$&</a>;g; 131 1.1.1.1.2.2 snj s;\bdebug_peer_level\b;<a href="postconf.5.html#debug_peer_level">$&</a>;g; 132 1.1.1.1.2.2 snj s;\bdebug_peer_list\b;<a href="postconf.5.html#debug_peer_list">$&</a>;g; 133 1.1.1.1.2.2 snj s;\bdefault_data[-</Bb>]*\n* *[<Bb>]*base_type\b;<a href="postconf.5.html#default_database_type">$&</a>;g; 134 1.1.1.1.2.2 snj s;\bdefault_deliv[-</Bb>]*\n* *[<Bb>]*ery_slot_cost\b;<a href="postconf.5.html#default_delivery_slot_cost">$&</a>;g; 135 1.1.1.1.2.2 snj s;\bdefault_deliv[-</Bb>]*\n* *[<Bb>]*ery_slot_discount\b;<a href="postconf.5.html#default_delivery_slot_discount">$&</a>;g; 136 1.1.1.1.2.2 snj s;\bdefault_deliv[-</Bb>]*\n* *[<Bb>]*ery_slot_loan\b;<a href="postconf.5.html#default_delivery_slot_loan">$&</a>;g; 137 1.1.1.1.2.2 snj s;\bdefault_destina[-</Bb>]*\n* *[<Bb>]*tion_concur[-</Bb>]*\n* *[<Bb>]*rency_limit\b;<a href="postconf.5.html#default_destination_concurrency_limit">$&</a>;g; 138 1.1.1.1.2.2 snj s;\bdefault_destina[-</Bb>]*\n* *[<Bb>]*tion_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#default_destination_recipient_limit">$&</a>;g; 139 1.1.1.1.2.2 snj s;\bdefault_extra_recipi[-</bB>]*\n* *[<bB>]*ent_limit\b;<a href="postconf.5.html#default_extra_recipient_limit">$&</a>;g; 140 1.1.1.1.2.2 snj s;\bdefault_minimum_deliv[-</Bb>]*\n* *[<Bb>]*ery_slots\b;<a href="postconf.5.html#default_minimum_delivery_slots">$&</a>;g; 141 1.1.1.1.2.2 snj s;\bdefault_privs\b;<a href="postconf.5.html#default_privs">$&</a>;g; 142 1.1.1.1.2.2 snj s;\bdefault_process_limit\b;<a href="postconf.5.html#default_process_limit">$&</a>;g; 143 1.1.1.1.2.2 snj s;\bdefault_rbl_reply\b;<a href="postconf.5.html#default_rbl_reply">$&</a>;g; 144 1.1.1.1.2.2 snj s;\bdefault_recipi[-</bB>]*\n* *[<bB>]*ent_refill_limit\b;<a href="postconf.5.html#default_recipient_refill_limit">$&</a>;g; 145 1.1.1.1.2.2 snj s;\bdefault_recipi[-</bB>]*\n* *[<bB>]*ent_refill_delay\b;<a href="postconf.5.html#default_recipient_refill_delay">$&</a>;g; 146 1.1.1.1.2.2 snj s;\bdefault_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#default_recipient_limit">$&</a>;g; 147 1.1.1.1.2.2 snj s;\bdefault_transport\b;<a href="postconf.5.html#default_transport">$&</a>;g; 148 1.1.1.1.2.2 snj s;\bdefault_verp_delimiters\b;<a href="postconf.5.html#default_verp_delimiters">$&</a>;g; 149 1.1.1.1.2.2 snj s;\bdefer_code\b;<a href="postconf.5.html#defer_code">$&</a>;g; 150 1.1.1.1.2.2 snj s;\bdefer_service_name\b;<a href="postconf.5.html#defer_service_name">$&</a>;g; 151 1.1.1.1.2.2 snj s;\bdefer_transports\b;<a href="postconf.5.html#defer_transports">$&</a>;g; 152 1.1.1.1.2.2 snj s;\bdelay_logging_resolution_limit\b;<a href="postconf.5.html#delay_logging_resolution_limit">$&</a>;g; 153 1.1.1.1.2.2 snj s;\bdelay_notice_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#delay_notice_recipient">$&</a>;g; 154 1.1.1.1.2.2 snj s;\bdelay_warn[-</bB>]*\n*[ <bB>]*ing_time\b;<a href="postconf.5.html#delay_warning_time">$&</a>;g; 155 1.1.1.1.2.2 snj s;\bdeliver_lock_attempts\b;<a href="postconf.5.html#deliver_lock_attempts">$&</a>;g; 156 1.1.1.1.2.2 snj s;\bdeliver_lock_delay\b;<a href="postconf.5.html#deliver_lock_delay">$&</a>;g; 157 1.1.1.1.2.2 snj s;\bdetect_8bit_encoding_header\b;<a href="postconf.5.html#detect_8bit_encoding_header">$&</a>;g; 158 1.1.1.1.2.2 snj s;\bdisable_dns_lookups\b;<a href="postconf.5.html#disable_dns_lookups">$&</a>;g; 159 1.1.1.1.2.2 snj s;\bdisable_mime_input_processing\b;<a href="postconf.5.html#disable_mime_input_processing">$&</a>;g; 160 1.1.1.1.2.2 snj s;\bdisable_mime_output_conversion\b;<a href="postconf.5.html#disable_mime_output_conversion">$&</a>;g; 161 1.1.1.1.2.2 snj s;\bdisable_verp_bounces\b;<a href="postconf.5.html#disable_verp_bounces">$&</a>;g; 162 1.1.1.1.2.2 snj s;\bdisable_vrfy_command\b;<a href="postconf.5.html#disable_vrfy_command">$&</a>;g; 163 1.1.1.1.2.2 snj s;\bdont_remove\b;<a href="postconf.5.html#dont_remove">$&</a>;g; 164 1.1.1.1.2.2 snj s;\bdouble_bounce_sender\b;<a href="postconf.5.html#double_bounce_sender">$&</a>;g; 165 1.1.1.1.2.2 snj s;\bdupli[-</bB>]*\n* *[<bB>]*cate_filter_limit\b;<a href="postconf.5.html#duplicate_filter_limit">$&</a>;g; 166 1.1.1.1.2.2 snj s;\bempty_address_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#empty_address_recipient">$&</a>;g; 167 1.1.1.1.2.2 snj s;\benable_original_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#enable_original_recipient">$&</a>;g; 168 1.1.1.1.2.2 snj s;\benable_errors_to\b;<a href="postconf.5.html#enable_errors_to">$&</a>;g; 169 1.1.1.1.2.2 snj s;\berror_notice_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#error_notice_recipient">$&</a>;g; 170 1.1.1.1.2.2 snj s;\berror_service_name\b;<a href="postconf.5.html#error_service_name">$&</a>;g; 171 1.1.1.1.2.2 snj s;\bexpand_owner_alias\b;<a href="postconf.5.html#expand_owner_alias">$&</a>;g; 172 1.1.1.1.2.2 snj s;\bexport_environment\b;<a href="postconf.5.html#export_environment">$&</a>;g; 173 1.1.1.1.2.2 snj s;\bfall[-</bB>]*\n* *[<bB>]*back_relay\b;<a href="postconf.5.html#fallback_relay">$&</a>;g; 174 1.1.1.1.2.2 snj s;\bfall[-</bB>]*\n* *[<bB>]*back_transport\b;<a href="postconf.5.html#fallback_transport">$&</a>;g; 175 1.1.1.1.2.2 snj s;\bfall[-</bB>]*\n* *[<bB>]*back_transport_maps\b;<a href="postconf.5.html#fallback_transport_maps">$&</a>;g; 176 1.1.1.1.2.2 snj s;\bfast_flush_domains\b;<a href="postconf.5.html#fast_flush_domains">$&</a>;g; 177 1.1.1.1.2.2 snj s;\bfast_flush_purge_time\b;<a href="postconf.5.html#fast_flush_purge_time">$&</a>;g; 178 1.1.1.1.2.2 snj s;\bfast_flush_refresh_time\b;<a href="postconf.5.html#fast_flush_refresh_time">$&</a>;g; 179 1.1.1.1.2.2 snj s;\bfault_injection_code\b;<a href="postconf.5.html#fault_injection_code">$&</a>;g; 180 1.1.1.1.2.2 snj s;\bflush_service_name\b;<a href="postconf.5.html#flush_service_name">$&</a>;g; 181 1.1.1.1.2.2 snj s;\bfork_attempts\b;<a href="postconf.5.html#fork_attempts">$&</a>;g; 182 1.1.1.1.2.2 snj s;\bfork_delay\b;<a href="postconf.5.html#fork_delay">$&</a>;g; 183 1.1.1.1.2.2 snj s;\bforward_expan[-</bB>]*\n* *[<bB>]*sion_filter\b;<a href="postconf.5.html#forward_expansion_filter">$&</a>;g; 184 1.1.1.1.2.2 snj s;\bfor[-</bB>]*\n* *[<bB>]*ward_path\b;<a href="postconf.5.html#forward_path">$&</a>;g; 185 1.1.1.1.2.2 snj s;\bhash_queue_depth\b;<a href="postconf.5.html#hash_queue_depth">$&</a>;g; 186 1.1.1.1.2.2 snj s;\bhash_queue_names\b;<a href="postconf.5.html#hash_queue_names">$&</a>;g; 187 1.1.1.1.2.2 snj s;\bheader_address_token_limit\b;<a href="postconf.5.html#header_address_token_limit">$&</a>;g; 188 1.1.1.1.2.2 snj s;\bheader_checks\b;<a href="postconf.5.html#header_checks">$&</a>;g; 189 1.1.1.1.2.2 snj s;\bheader_size_limit\b;<a href="postconf.5.html#header_size_limit">$&</a>;g; 190 1.1.1.1.2.2 snj s;\bhelpful_warnings\b;<a href="postconf.5.html#helpful_warnings">$&</a>;g; 191 1.1.1.1.2.2 snj s;\bhome_mailbox\b;<a href="postconf.5.html#home_mailbox">$&</a>;g; 192 1.1.1.1.2.2 snj s;\bhopcount_limit\b;<a href="postconf.5.html#hopcount_limit">$&</a>;g; 193 1.1.1.1.2.2 snj s;\bhtml_direc[-</bB>]*\n*[ <bB>]*tory\b;<a href="postconf.5.html#html_directory">$&</a>;g; 194 1.1.1.1.2.2 snj s;\bignore_mx_lookup_error\b;<a href="postconf.5.html#ignore_mx_lookup_error">$&</a>;g; 195 1.1.1.1.2.2 snj s;\binternal_mail_filter_classes\b;<a href="postconf.5.html#internal_mail_filter_classes">$&</a>;g; 196 1.1.1.1.2.2 snj s;\bimport_environment\b;<a href="postconf.5.html#import_environment">$&</a>;g; 197 1.1.1.1.2.2 snj s;\bin_flow_delay\b;<a href="postconf.5.html#in_flow_delay">$&</a>;g; 198 1.1.1.1.2.2 snj s;\binet_inter[-</bB>]*\n*[ <bB>]*faces\b;<a href="postconf.5.html#inet_interfaces">$&</a>;g; 199 1.1.1.1.2.2 snj s;\binet_protocols\b;<a href="postconf.5.html#inet_protocols">$&</a>;g; 200 1.1.1.1.2.2 snj s;\binitial_desti[-</bB>]*\n*[ <bB>]*nation_concurrency\b;<a href="postconf.5.html#initial_destination_concurrency">$&</a>;g; 201 1.1.1.1.2.2 snj s;\binvalid_hostname_reject_code\b;<a href="postconf.5.html#invalid_hostname_reject_code">$&</a>;g; 202 1.1.1.1.2.2 snj s;\bipc_idle\b;<a href="postconf.5.html#ipc_idle">$&</a>;g; 203 1.1.1.1.2.2 snj s;\bipc_timeout\b;<a href="postconf.5.html#ipc_timeout">$&</a>;g; 204 1.1.1.1.2.2 snj s;\bipc_ttl\b;<a href="postconf.5.html#ipc_ttl">$&</a>;g; 205 1.1.1.1.2.2 snj s;\bline_length_limit\b;<a href="postconf.5.html#line_length_limit">$&</a>;g; 206 1.1.1.1.2.2 snj s;\blmtp_bind_address\b;<a href="postconf.5.html#lmtp_bind_address">$&</a>;g; 207 1.1.1.1.2.2 snj s;\blmtp_bind_address6\b;<a href="postconf.5.html#lmtp_bind_address6">$&</a>;g; 208 1.1.1.1.2.2 snj s;\blmtp_assume_final\b;<a href="postconf.5.html#lmtp_assume_final">$&</a>;g; 209 1.1.1.1.2.2 snj s;\blmtp_cache_connection\b;<a href="postconf.5.html#lmtp_cache_connection">$&</a>;g; 210 1.1.1.1.2.2 snj s;\blmtp_discard_lhlo_keyword_address_maps\b;<a href="postconf.5.html#lmtp_discard_lhlo_keyword_address_maps">$&</a>;g; 211 1.1.1.1.2.2 snj s;\blmtp_discard_lhlo_keywords\b;<a href="postconf.5.html#lmtp_discard_lhlo_keywords">$&</a>;g; 212 1.1.1.1.2.2 snj s;\blmtp_sasl_tls_security_options\b;<a href="postconf.5.html#lmtp_sasl_tls_security_options">$&</a>;g; 213 1.1.1.1.2.2 snj s;\blmtp_sasl_tls_verified_security_options\b;<a href="postconf.5.html#lmtp_sasl_tls_verified_security_options">$&</a>;g; 214 1.1.1.1.2.2 snj s;\blmtp_sasl_mechanism_filter\b;<a href="postconf.5.html#lmtp_sasl_mechanism_filter">$&</a>;g; 215 1.1.1.1.2.2 snj s;\blmtp_host_lookup\b;<a href="postconf.5.html#lmtp_host_lookup">$&</a>;g; 216 1.1.1.1.2.2 snj s;\blmtp_connection_cache_destinations\b;<a href="postconf.5.html#lmtp_connection_cache_destinations">$&</a>;g; 217 1.1.1.1.2.2 snj s;\blmtp_connection_cache_time_limit\b;<a href="postconf.5.html#lmtp_connection_cache_time_limit">$&</a>;g; 218 1.1.1.1.2.2 snj s;\blmtp_tls_mandatory_protocols\b;<a href="postconf.5.html#lmtp_tls_mandatory_protocols">$&</a>;g; 219 1.1.1.1.2.2 snj s;\blmtp_tls_protocols\b;<a href="postconf.5.html#lmtp_tls_protocols">$&</a>;g; 220 1.1.1.1.2.2 snj s;\blmtp_tls_ciphers\b;<a href="postconf.5.html#lmtp_tls_ciphers">$&</a>;g; 221 1.1.1.1.2.2 snj s;\blmtp_tls_policy_maps\b;<a href="postconf.5.html#lmtp_tls_policy_maps">$&</a>;g; 222 1.1.1.1.2.2 snj s;\blmtp_tls_secure_cert_match\b;<a href="postconf.5.html#lmtp_tls_secure_cert_match">$&</a>;g; 223 1.1.1.1.2.2 snj s;\blmtp_tls_security_level\b;<a href="postconf.5.html#lmtp_tls_security_level">$&</a>;g; 224 1.1.1.1.2.2 snj s;\blmtp_tls_fingerprint_cert_match\b;<a href="postconf.5.html#lmtp_tls_fingerprint_cert_match">$&</a>;g; 225 1.1.1.1.2.2 snj s;\blmtp_tls_verify_cert_match\b;<a href="postconf.5.html#lmtp_tls_verify_cert_match">$&</a>;g; 226 1.1.1.1.2.2 snj s;\blmtp_tls_per_site\b;<a href="postconf.5.html#lmtp_tls_per_site">$&</a>;g; 227 1.1.1.1.2.2 snj s;\blmtp_tls_cert_file\b;<a href="postconf.5.html#lmtp_tls_cert_file">$&</a>;g; 228 1.1.1.1.2.2 snj s;\blmtp_tls_key_file\b;<a href="postconf.5.html#lmtp_tls_key_file">$&</a>;g; 229 1.1.1.1.2.2 snj s;\blmtp_tls_dcert_file\b;<a href="postconf.5.html#lmtp_tls_dcert_file">$&</a>;g; 230 1.1.1.1.2.2 snj s;\blmtp_tls_dkey_file\b;<a href="postconf.5.html#lmtp_tls_dkey_file">$&</a>;g; 231 1.1.1.1.2.2 snj s;\blmtp_tls_eccert_file\b;<a href="postconf.5.html#lmtp_tls_eccert_file">$&</a>;g; 232 1.1.1.1.2.2 snj s;\blmtp_tls_eckey_file\b;<a href="postconf.5.html#lmtp_tls_eckey_file">$&</a>;g; 233 1.1.1.1.2.2 snj s;\blmtp_tls_CAfile\b;<a href="postconf.5.html#lmtp_tls_CAfile">$&</a>;g; 234 1.1.1.1.2.2 snj s;\blmtp_tls_CApath\b;<a href="postconf.5.html#lmtp_tls_CApath">$&</a>;g; 235 1.1.1.1.2.2 snj s;\blmtp_tls_fingerprint_digest\b;<a href="postconf.5.html#lmtp_tls_fingerprint_digest">$&</a>;g; 236 1.1.1.1.2.2 snj s;\blmtp_tls_mandatory_ciphers\b;<a href="postconf.5.html#lmtp_tls_mandatory_ciphers">$&</a>;g; 237 1.1.1.1.2.2 snj s;\blmtp_tls_exclude_ciphers\b;<a href="postconf.5.html#lmtp_tls_exclude_ciphers">$&</a>;g; 238 1.1.1.1.2.2 snj s;\blmtp_tls_mandatory_exclude_ciphers\b;<a href="postconf.5.html#lmtp_tls_mandatory_exclude_ciphers">$&</a>;g; 239 1.1.1.1.2.2 snj s;\blmtp_tls_loglevel\b;<a href="postconf.5.html#lmtp_tls_loglevel">$&</a>;g; 240 1.1.1.1.2.2 snj s;\blmtp_tls_session_cache_database\b;<a href="postconf.5.html#lmtp_tls_session_cache_database">$&</a>;g; 241 1.1.1.1.2.2 snj s;\blmtp_tls_session_cache_timeout\b;<a href="postconf.5.html#lmtp_tls_session_cache_timeout">$&</a>;g; 242 1.1.1.1.2.2 snj s;\blmtp_generic_maps\b;<a href="postconf.5.html#lmtp_generic_maps">$&</a>;g; 243 1.1.1.1.2.2 snj s;\blmtp_pix_workaround_threshold_time\b;<a href="postconf.5.html#lmtp_pix_workaround_threshold_time">$&</a>;g; 244 1.1.1.1.2.2 snj s;\blmtp_pix_workaround_delay_time\b;<a href="postconf.5.html#lmtp_pix_workaround_delay_time">$&</a>;g; 245 1.1.1.1.2.2 snj s;\blmtp_pix_workarounds\b;<a href="postconf.5.html#lmtp_pix_workarounds">$&</a>;g; 246 1.1.1.1.2.2 snj s;\blmtp_pix_workaround_maps\b;<a href="postconf.5.html#lmtp_pix_workaround_maps">$&</a>;g; 247 1.1.1.1.2.2 snj s;\blmtp_connection_reuse_time_limit\b;<a href="postconf.5.html#lmtp_connection_reuse_time_limit">$&</a>;g; 248 1.1.1.1.2.2 snj s;\blmtp_starttls_timeout\b;<a href="postconf.5.html#lmtp_starttls_timeout">$&</a>;g; 249 1.1.1.1.2.2 snj s;\blmtp_line_length_limit\b;<a href="postconf.5.html#lmtp_line_length_limit">$&</a>;g; 250 1.1.1.1.2.2 snj s;\blmtp_mx_address_limit\b;<a href="postconf.5.html#lmtp_mx_address_limit">$&</a>;g; 251 1.1.1.1.2.2 snj s;\blmtp_mx_session_limit\b;<a href="postconf.5.html#lmtp_mx_session_limit">$&</a>;g; 252 1.1.1.1.2.2 snj s;\blmtp_tls_scert_verifydepth\b;<a href="postconf.5.html#lmtp_tls_scert_verifydepth">$&</a>;g; 253 1.1.1.1.2.2 snj s;\blmtp_skip_5xx_greeting\b;<a href="postconf.5.html#lmtp_skip_5xx_greeting">$&</a>;g; 254 1.1.1.1.2.2 snj s;\blmtp_randomize_addresses\b;<a href="postconf.5.html#lmtp_randomize_addresses">$&</a>;g; 255 1.1.1.1.2.2 snj s;\blmtp_quote_rfc821_envelope\b;<a href="postconf.5.html#lmtp_quote_rfc821_envelope">$&</a>;g; 256 1.1.1.1.2.2 snj s;\blmtp_defer_if_no_mx_address_found\b;<a href="postconf.5.html#lmtp_defer_if_no_mx_address_found">$&</a>;g; 257 1.1.1.1.2.2 snj s;\blmtp_connection_cache_on_demand\b;<a href="postconf.5.html#lmtp_connection_cache_on_demand">$&</a>;g; 258 1.1.1.1.2.2 snj s;\blmtp_use_tls\b;<a href="postconf.5.html#lmtp_use_tls">$&</a>;g; 259 1.1.1.1.2.2 snj s;\blmtp_enforce_tls\b;<a href="postconf.5.html#lmtp_enforce_tls">$&</a>;g; 260 1.1.1.1.2.2 snj s;\blmtp_tls_enforce_peername\b;<a href="postconf.5.html#lmtp_tls_enforce_peername">$&</a>;g; 261 1.1.1.1.2.2 snj s;\blmtp_tls_note_starttls_offer\b;<a href="postconf.5.html#lmtp_tls_note_starttls_offer">$&</a>;g; 262 1.1.1.1.2.2 snj s;\blmtp_sender_dependent_authentication\b;<a href="postconf.5.html#lmtp_sender_dependent_authentication">$&</a>;g; 263 1.1.1.1.2.2 snj s;\blmtp_sasl_path\b;<a href="postconf.5.html#lmtp_sasl_path">$&</a>;g; 264 1.1.1.1.2.2 snj s;\blmtp_lhlo_name\b;<a href="postconf.5.html#lmtp_lhlo_name">$&</a>;g; 265 1.1.1.1.2.2 snj s;\blmtp_connect_timeout\b;<a href="postconf.5.html#lmtp_connect_timeout">$&</a>;g; 266 1.1.1.1.2.2 snj s;\blmtp_data_done_timeout\b;<a href="postconf.5.html#lmtp_data_done_timeout">$&</a>;g; 267 1.1.1.1.2.2 snj s;\blmtp_data_init_timeout\b;<a href="postconf.5.html#lmtp_data_init_timeout">$&</a>;g; 268 1.1.1.1.2.2 snj s;\blmtp_data_xfer_timeout\b;<a href="postconf.5.html#lmtp_data_xfer_timeout">$&</a>;g; 269 1.1.1.1.2.2 snj s;\blmtp_lhlo_timeout\b;<a href="postconf.5.html#lmtp_lhlo_timeout">$&</a>;g; 270 1.1.1.1.2.2 snj s;\blmtp_mail_timeout\b;<a href="postconf.5.html#lmtp_mail_timeout">$&</a>;g; 271 1.1.1.1.2.2 snj s;\blmtp_quit_timeout\b;<a href="postconf.5.html#lmtp_quit_timeout">$&</a>;g; 272 1.1.1.1.2.2 snj s;\blmtp_rcpt_timeout\b;<a href="postconf.5.html#lmtp_rcpt_timeout">$&</a>;g; 273 1.1.1.1.2.2 snj s;\blmtp_rset_timeout\b;<a href="postconf.5.html#lmtp_rset_timeout">$&</a>;g; 274 1.1.1.1.2.2 snj s;\blmtp_sasl_auth_cache_name\b;<a href="postconf.5.html#lmtp_sasl_auth_cache_name">$&</a>;g; 275 1.1.1.1.2.2 snj s;\blmtp_sasl_auth_cache_time\b;<a href="postconf.5.html#lmtp_sasl_auth_cache_time">$&</a>;g; 276 1.1.1.1.2.2 snj s;\blmtp_sasl_auth_enable\b;<a href="postconf.5.html#lmtp_sasl_auth_enable">$&</a>;g; 277 1.1.1.1.2.2 snj s;\blmtp_sasl_auth_soft_bounce\b;<a href="postconf.5.html#lmtp_sasl_auth_soft_bounce">$&</a>;g; 278 1.1.1.1.2.2 snj s;\blmtp_sasl_password_maps\b;<a href="postconf.5.html#lmtp_sasl_password_maps">$&</a>;g; 279 1.1.1.1.2.2 snj s;\blmtp_sasl_security_options\b;<a href="postconf.5.html#lmtp_sasl_security_options">$&</a>;g; 280 1.1.1.1.2.2 snj s;\blmtp_sasl_type\b;<a href="postconf.5.html#lmtp_sasl_type">$&</a>;g; 281 1.1.1.1.2.2 snj s;\blmtp_send_xforward_command\b;<a href="postconf.5.html#lmtp_send_xforward_command">$&</a>;g; 282 1.1.1.1.2.2 snj s;\blmtp_skip_quit_response\b;<a href="postconf.5.html#lmtp_skip_quit_response">$&</a>;g; 283 1.1.1.1.2.2 snj s;\blmtp_tcp_port\b;<a href="postconf.5.html#lmtp_tcp_port">$&</a>;g; 284 1.1.1.1.2.2 snj s;\blmtp_xforward_timeout\b;<a href="postconf.5.html#lmtp_xforward_timeout">$&</a>;g; 285 1.1.1.1.2.2 snj s;\blocal_command_shell\b;<a href="postconf.5.html#local_command_shell">$&</a>;g; 286 1.1.1.1.2.2 snj s;\blocal_destination_concurrency_limit\b;<a href="postconf.5.html#local_destination_concurrency_limit">$&</a>;g; 287 1.1.1.1.2.2 snj s;\blocal_destination_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#local_destination_recipient_limit">$&</a>;g; 288 1.1.1.1.2.2 snj s;\blocal_recip[-</bB>]*\n* *[<bB>]*ient_maps\b;<a href="postconf.5.html#local_recipient_maps">$&</a>;g; 289 1.1.1.1.2.2 snj s;\blocal_transport\b;<a href="postconf.5.html#local_transport">$&</a>;g; 290 1.1.1.1.2.2 snj s;\bluser_relay\b;<a href="postconf.5.html#luser_relay">$&</a>;g; 291 1.1.1.1.2.2 snj s;\blocal_header_rewrite_clients\b;<a href="postconf.5.html#local_header_rewrite_clients">$&</a>;g; 292 1.1.1.1.2.2 snj s;\bmail_name\b;<a href="postconf.5.html#mail_name">$&</a>;g; 293 1.1.1.1.2.2 snj s;\bmail_owner\b;<a href="postconf.5.html#mail_owner">$&</a>;g; 294 1.1.1.1.2.2 snj s;\bmail_release_date\b;<a href="postconf.5.html#mail_release_date">$&</a>;g; 295 1.1.1.1.2.2 snj s;\bmail_spool_direc[-</bB>]*\n* *[<bB>]*tory\b;<a href="postconf.5.html#mail_spool_directory">$&</a>;g; 296 1.1.1.1.2.2 snj s;\bmail_version\b;<a href="postconf.5.html#mail_version">$&</a>;g; 297 1.1.1.1.2.2 snj s;\bmail[-</bB>]*\n* *[<bB>]*box_com[-</bB>]*\n* *[<bB>]*mand\b;<a href="postconf.5.html#mailbox_command">$&</a>;g; 298 1.1.1.1.2.2 snj s;\bmail[-</bB>]*\n* *[<bB>]*box_com[-</bB>]*\n* *[<bB>]*mand_maps\b;<a href="postconf.5.html#mailbox_command_maps">$&</a>;g; 299 1.1.1.1.2.2 snj s;\bmail[-</bB>]*\n* *[<bB>]*box_deliv[-</Bb>]*\n* *[<Bb>]*ery_lock\b;<a href="postconf.5.html#mailbox_delivery_lock">$&</a>;g; 300 1.1.1.1.2.2 snj s;\bmail[-</bB>]*\n* *[<bB>]*box_size_limit\b;<a href="postconf.5.html#mailbox_size_limit">$&</a>;g; 301 1.1.1.1.2.2 snj s;\bmail[-</bB>]*\n* *[<bB>]*box_transport\b;<a href="postconf.5.html#mailbox_transport">$&</a>;g; 302 1.1.1.1.2.2 snj s;\bmail[-</bB>]*\n* *[<bB>]*box_transport_maps\b;<a href="postconf.5.html#mailbox_transport_maps">$&</a>;g; 303 1.1.1.1.2.2 snj s;\bmailq_path\b;<a href="postconf.5.html#mailq_path">$&</a>;g; 304 1.1.1.1.2.2 snj s;\bmanpage_directory\b;<a href="postconf.5.html#manpage_directory">$&</a>;g; 305 1.1.1.1.2.2 snj s;\bmaps_rbl_domains\b;<a href="postconf.5.html#maps_rbl_domains">$&</a>;g; 306 1.1.1.1.2.2 snj s;\bmaps_rbl_reject_code\b;<a href="postconf.5.html#maps_rbl_reject_code">$&</a>;g; 307 1.1.1.1.2.2 snj s;\bmasquerade_classes\b;<a href="postconf.5.html#masquerade_classes">$&</a>;g; 308 1.1.1.1.2.2 snj s;\bmasquerade_domains\b;<a href="postconf.5.html#masquerade_domains">$&</a>;g; 309 1.1.1.1.2.2 snj s;\bmasquerade_exceptions\b;<a href="postconf.5.html#masquerade_exceptions">$&</a>;g; 310 1.1.1.1.2.2 snj s;\bmaster_service_disable\b;<a href="postconf.5.html#master_service_disable">$&</a>;g; 311 1.1.1.1.2.2 snj s;\bmax_idle\b;<a href="postconf.5.html#max_idle">$&</a>;g; 312 1.1.1.1.2.2 snj s;\bmax_use\b;<a href="postconf.5.html#max_use">$&</a>;g; 313 1.1.1.1.2.2 snj s;\bmaxi[-</bB>]*\n*[ <bB>]*mal_backoff_time\b;<a href="postconf.5.html#maximal_backoff_time">$&</a>;g; 314 1.1.1.1.2.2 snj s;\bmaxi[-</bB>]*\n*[ <bB>]*mal_queue_life[-</bB>]*\n*[ <bB>]*time\b;<a href="postconf.5.html#maximal_queue_lifetime">$&</a>;g; 315 1.1.1.1.2.2 snj s;\bmessage_reject_characters\b;<a href="postconf.5.html#message_reject_characters">$&</a>;g; 316 1.1.1.1.2.2 snj s;\bmessage_size_limit\b;<a href="postconf.5.html#message_size_limit">$&</a>;g; 317 1.1.1.1.2.2 snj s;\bmessage_strip_characters\b;<a href="postconf.5.html#message_strip_characters">$&</a>;g; 318 1.1.1.1.2.2 snj s;\bmime_boundary_length_limit\b;<a href="postconf.5.html#mime_boundary_length_limit">$&</a>;g; 319 1.1.1.1.2.2 snj s;\bmime_header_checks\b;<a href="postconf.5.html#mime_header_checks">$&</a>;g; 320 1.1.1.1.2.2 snj s;\bmime_nesting_limit\b;<a href="postconf.5.html#mime_nesting_limit">$&</a>;g; 321 1.1.1.1.2.2 snj s;\bminimal_backoff_time\b;<a href="postconf.5.html#minimal_backoff_time">$&</a>;g; 322 1.1.1.1.2.2 snj s;\bmulti_recip[-</bB>]*\n* *[<bB>]*ient_bounce_reject_code\b;<a href="postconf.5.html#multi_recipient_bounce_reject_code">$&</a>;g; 323 1.1.1.1.2.2 snj s;\bmydes[-</bB>]*\n*[ <bB>]*ti[-</bB>]*\n*[ <bB>]*na[-</bB>]*\n*[ <bB>]*tion\b;<a href="postconf.5.html#mydestination">$&</a>;g; 324 1.1.1.1.2.2 snj s;\bmydo[-</bB>]*\n* *[<bB>]*main\b;<a href="postconf.5.html#mydomain">$&</a>;g; 325 1.1.1.1.2.2 snj s;\bmyhostname\b;<a href="postconf.5.html#myhostname">$&</a>;g; 326 1.1.1.1.2.2 snj s;\bmynet[-</bB>]*\n* *[<bB>]*works\b;<a href="postconf.5.html#mynetworks">$&</a>;g; 327 1.1.1.1.2.2 snj s;\bmynetworks_style\b;<a href="postconf.5.html#mynetworks_style">$&</a>;g; 328 1.1.1.1.2.2 snj s;\bmyo[-</bB>]*\n*[ <bB>]*rigin\b;<a href="postconf.5.html#myorigin">$&</a>;g; 329 1.1.1.1.2.2 snj s;\bnested_header_checks\b;<a href="postconf.5.html#nested_header_checks">$&</a>;g; 330 1.1.1.1.2.2 snj s;\bnewaliases_path\b;<a href="postconf.5.html#newaliases_path">$&</a>;g; 331 1.1.1.1.2.2 snj s;\bnon_fqdn_reject_code\b;<a href="postconf.5.html#non_fqdn_reject_code">$&</a>;g; 332 1.1.1.1.2.2 snj s;\bnotify_classes\b;<a href="postconf.5.html#notify_classes">$&</a>;g; 333 1.1.1.1.2.2 snj s;\bowner_request_special\b;<a href="postconf.5.html#owner_request_special">$&</a>;g; 334 1.1.1.1.2.2 snj s;\bpar[-</bB>]*\n* *[<bB>]*ent_domain_matches_subdomains\b;<a href="postconf.5.html#parent_domain_matches_subdomains">$&</a>;g; 335 1.1.1.1.2.2 snj s;\bpermit_mx_backup_networks\b;<a href="postconf.5.html#permit_mx_backup_networks">$&</a>;g; 336 1.1.1.1.2.2 snj s;\bpickup_service_name\b;<a href="postconf.5.html#pickup_service_name">$&</a>;g; 337 1.1.1.1.2.2 snj s;\bplaintext_reject_code\b;<a href="postconf.5.html#plaintext_reject_code">$&</a>;g; 338 1.1.1.1.2.2 snj s;\bpostmulti_start_commands\b;<a href="postconf.5.html#postmulti_start_commands">$&</a>;g; 339 1.1.1.1.2.2 snj s;\bpostmulti_stop_commands\b;<a href="postconf.5.html#postmulti_stop_commands">$&</a>;g; 340 1.1.1.1.2.2 snj s;\bpostmulti_con[-</bB>]*\n* *[<bB>]*trol_commands\b;<a href="postconf.5.html#postmulti_control_commands">$&</a>;g; 341 1.1.1.1.2.2 snj s;\bprepend_delivered_header\b;<a href="postconf.5.html#prepend_delivered_header">$&</a>;g; 342 1.1.1.1.2.2 snj s;\bprocess_id\b;<a href="postconf.5.html#process_id">$&</a>;g; 343 1.1.1.1.2.2 snj s;\bprocess_id_directory\b;<a href="postconf.5.html#process_id_directory">$&</a>;g; 344 1.1.1.1.2.2 snj s;\bprocess_name\b;<a href="postconf.5.html#process_name">$&</a>;g; 345 1.1.1.1.2.2 snj s;\bpropagate_unmatched_extensions\b;<a href="postconf.5.html#propagate_unmatched_extensions">$&</a>;g; 346 1.1.1.1.2.2 snj s;\bproxy_inter[-</bB>]*\n* *[<bB>]*faces\b;<a href="postconf.5.html#proxy_interfaces">$&</a>;g; 347 1.1.1.1.2.2 snj s;\bproxymap_service_name\b;<a href="postconf.5.html#proxymap_service_name">$&</a>;g; 348 1.1.1.1.2.2 snj s;\bproxywrite_service_name\b;<a href="postconf.5.html#proxywrite_service_name">$&</a>;g; 349 1.1.1.1.2.2 snj s;\bproxy_read_maps\b;<a href="postconf.5.html#proxy_read_maps">$&</a>;g; 350 1.1.1.1.2.2 snj s;\bproxy_write_maps\b;<a href="postconf.5.html#proxy_write_maps">$&</a>;g; 351 1.1.1.1.2.2 snj s;\bqmgr_clog_warn_time\b;<a href="postconf.5.html#qmgr_clog_warn_time">$&</a>;g; 352 1.1.1.1.2.2 snj s;\bqmgr_fudge_factor\b;<a href="postconf.5.html#qmgr_fudge_factor">$&</a>;g; 353 1.1.1.1.2.2 snj s;\bqmgr_message_active_limit\b;<a href="postconf.5.html#qmgr_message_active_limit">$&</a>;g; 354 1.1.1.1.2.2 snj s;\bqmgr_message_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#qmgr_message_recipient_limit">$&</a>;g; 355 1.1.1.1.2.2 snj s;\bqmgr_message_recip[-</bB>]*\n* *[<bB>]*ient_minimum\b;<a href="postconf.5.html#qmgr_message_recipient_minimum">$&</a>;g; 356 1.1.1.1.2.2 snj s;\bqmqpd_authorized_clients\b;<a href="postconf.5.html#qmqpd_authorized_clients">$&</a>;g; 357 1.1.1.1.2.2 snj 358 1.1.1.1.2.2 snj s;\bdefault_destination_concur[-</Bb>]*\n* *[<Bb>]*rency_negative_feedback\b;<a href="postconf.5.html#default_destination_concurrency_negative_feedback">$&</a>;g; 359 1.1.1.1.2.2 snj s;\bdefault_destination_concur[-</Bb>]*\n* *[<Bb>]*rency_positive_feedback\b;<a href="postconf.5.html#default_destination_concurrency_positive_feedback">$&</a>;g; 360 1.1.1.1.2.2 snj s;\bdefault_destination_con[-</Bb>]*\n* *[<Bb>]*currency_failed_cohort_limit\b;<a href="postconf.5.html#default_destination_concurrency_failed_cohort_limit">$&</a>;g; 361 1.1.1.1.2.2 snj s;\bdestination_concurrency_feedback_debug\b;<a href="postconf.5.html#destination_concurrency_feedback_debug">$&</a>;g; 362 1.1.1.1.2.2 snj s;\bdefault_destina[-</Bb>]*\n* *[<Bb>]*tion_rate_delay\b;<a href="postconf.5.html#default_destination_rate_delay">$&</a>;g; 363 1.1.1.1.2.2 snj 364 1.1.1.1.2.2 snj s;\bqmqpd_client_port_logging\b;<a href="postconf.5.html#qmqpd_client_port_logging">$&</a>;g; 365 1.1.1.1.2.2 snj s;\bqmqpd_error_delay\b;<a href="postconf.5.html#qmqpd_error_delay">$&</a>;g; 366 1.1.1.1.2.2 snj s;\bqmqpd_timeout\b;<a href="postconf.5.html#qmqpd_timeout">$&</a>;g; 367 1.1.1.1.2.2 snj s;\bqueue_directory\b;<a href="postconf.5.html#queue_directory">$&</a>;g; 368 1.1.1.1.2.2 snj s;\bqueue_file_attribute_count_limit\b;<a href="postconf.5.html#queue_file_attribute_count_limit">$&</a>;g; 369 1.1.1.1.2.2 snj s;\bqueue_minfree\b;<a href="postconf.5.html#queue_minfree">$&</a>;g; 370 1.1.1.1.2.2 snj s;\bqueue_run_delay\b;<a href="postconf.5.html#queue_run_delay">$&</a>;g; 371 1.1.1.1.2.2 snj s;\bqueue_service_name\b;<a href="postconf.5.html#queue_service_name">$&</a>;g; 372 1.1.1.1.2.2 snj s;\brbl_reply_maps\b;<a href="postconf.5.html#rbl_reply_maps">$&</a>;g; 373 1.1.1.1.2.2 snj s;\breadme_directory\b;<a href="postconf.5.html#readme_directory">$&</a>;g; 374 1.1.1.1.2.2 snj s;\breceive_override_options\b;<a href="postconf.5.html#receive_override_options">$&</a>;g; 375 1.1.1.1.2.2 snj s;\bremote_header_rewrite_domain\b;<a href="postconf.5.html#remote_header_rewrite_domain">$&</a>;g; 376 1.1.1.1.2.2 snj s;\bno_unknown_recip[-</bB>]*\n* *[<bB>]*ient_checks\b;<a href="postconf.5.html#no_unknown_recipient_checks">$&</a>;g; 377 1.1.1.1.2.2 snj s;\bno_address_mappings\b;<a href="postconf.5.html#no_address_mappings">$&</a>;g; 378 1.1.1.1.2.2 snj s;\bno_header_body_checks\b;<a href="postconf.5.html#no_header_body_checks">$&</a>;g; 379 1.1.1.1.2.2 snj s;\bno_milters\b;<a href="postconf.5.html#no_milters">$&</a>;g; 380 1.1.1.1.2.2 snj s;\brecip[-</bB>]*\n* *[<bB>]*ient_bcc_maps\b;<a href="postconf.5.html#recipient_bcc_maps">$&</a>;g; 381 1.1.1.1.2.2 snj s;\brecip[-</bB>]*\n* *[<bB>]*ient_canoni[-</bB>]*\n* *[<bB>]*cal_classes\b;<a href="postconf.5.html#recipient_canonical_classes">$&</a>;g; 382 1.1.1.1.2.2 snj s;\brecip[-</bB>]*\n* *[<bB>]*ient_canoni[-</bB>]*\n* *[<bB>]*cal_maps\b;<a href="postconf.5.html#recipient_canonical_maps">$&</a>;g; 383 1.1.1.1.2.2 snj s;\brecip[-</bB>]*\n* *[<bB>]*ient_delim[-</bB>]*\n* *[<bB>]*iter\b;<a href="postconf.5.html#recipient_delimiter">$&<\/a>;g; 384 1.1.1.1.2.2 snj s;\breject_code\b;<a href="postconf.5.html#reject_code">$&</a>;g; 385 1.1.1.1.2.2 snj s;\breject_temp[-</bB>]*\n* *[<bB>]*fail_action\b;<a href="postconf.5.html#reject_tempfail_action">$&</a>;g; 386 1.1.1.1.2.2 snj s;\brelay_clientcerts\b;<a href="postconf.5.html#relay_clientcerts">$&</a>;g; 387 1.1.1.1.2.2 snj s;\brelay_domains\b;<a href="postconf.5.html#relay_domains">$&</a>;g; 388 1.1.1.1.2.2 snj s;\brelay_domains_reject_code\b;<a href="postconf.5.html#relay_domains_reject_code">$&</a>;g; 389 1.1.1.1.2.2 snj s;\brelay_recipi[-</bB>]*\n*[ <bB>]*ent_maps\b;<a href="postconf.5.html#relay_recipient_maps">$&</a>;g; 390 1.1.1.1.2.2 snj s;\brelay_transport\b;<a href="postconf.5.html#relay_transport">$&</a>;g; 391 1.1.1.1.2.2 snj s;\brelay[-</bB>]*\n*[ <bB>]*host\b;<a href="postconf.5.html#relayhost">$&</a>;g; 392 1.1.1.1.2.2 snj s;\brelocated_maps\b;<a href="postconf.5.html#relocated_maps">$&</a>;g; 393 1.1.1.1.2.2 snj s;\brequire_home_directory\b;<a href="postconf.5.html#require_home_directory">$&</a>;g; 394 1.1.1.1.2.2 snj s;\bresolve_dequoted_address\b;<a href="postconf.5.html#resolve_dequoted_address">$&</a>;g; 395 1.1.1.1.2.2 snj s;\brewrite_service_name\b;<a href="postconf.5.html#rewrite_service_name">$&</a>;g; 396 1.1.1.1.2.2 snj s;\bsample_directory\b;<a href="postconf.5.html#sample_directory">$&</a>;g; 397 1.1.1.1.2.2 snj s;\bsend_cyrus_sasl_authzid\b;<a href="postconf.5.html#send_cyrus_sasl_authzid">$&</a>;g; 398 1.1.1.1.2.2 snj s;\bsender_based_routing\b;<a href="postconf.5.html#sender_based_routing">$&</a>;g; 399 1.1.1.1.2.2 snj s;\bsender_bcc_maps\b;<a href="postconf.5.html#sender_bcc_maps">$&</a>;g; 400 1.1.1.1.2.2 snj s;\bsender_canonical_classes\b;<a href="postconf.5.html#sender_canonical_classes">$&</a>;g; 401 1.1.1.1.2.2 snj s;\bsender_canonical_maps\b;<a href="postconf.5.html#sender_canonical_maps">$&</a>;g; 402 1.1.1.1.2.2 snj s;\bsender_dependent_relay[-</bB>]*\n*[ <bB>]*host_maps\b;<a href="postconf.5.html#sender_dependent_relayhost_maps">$&</a>;g; 403 1.1.1.1.2.2 snj s;\bempty_address_relayhost_maps_lookup_key\b;<a href="postconf.5.html#empty_address_relayhost_maps_lookup_key">$&</a>;g; 404 1.1.1.1.2.2 snj s;\bsendmail_path\b;<a href="postconf.5.html#sendmail_path">$&</a>;g; 405 1.1.1.1.2.2 snj s;\bservice_throttle_time\b;<a href="postconf.5.html#service_throttle_time">$&</a>;g; 406 1.1.1.1.2.2 snj s;\bsetgid_group\b;<a href="postconf.5.html#setgid_group">$&</a>;g; 407 1.1.1.1.2.2 snj 408 1.1.1.1.2.2 snj s;\bconnection_cache_service_name\b;<a href="postconf.5.html#connection_cache_service_name">$&</a>;g; 409 1.1.1.1.2.2 snj s;\bconnection_cache_status_update_time\b;<a href="postconf.5.html#connection_cache_status_update_time">$&</a>;g; 410 1.1.1.1.2.2 snj s;\bconnection_cache_protocol_timeout\b;<a href="postconf.5.html#connection_cache_protocol_timeout">$&</a>;g; 411 1.1.1.1.2.2 snj s;\bconnection_cache_ttl_limit\b;<a href="postconf.5.html#connection_cache_ttl_limit">$&</a>;g; 412 1.1.1.1.2.2 snj 413 1.1.1.1.2.2 snj s;\bshow_user_unknown_table_name\b;<a href="postconf.5.html#show_user_unknown_table_name">$&</a>;g; 414 1.1.1.1.2.2 snj s;\bshowq_service_name\b;<a href="postconf.5.html#showq_service_name">$&</a>;g; 415 1.1.1.1.2.2 snj s;\bsmtp_always_send_ehlo\b;<a href="postconf.5.html#smtp_always_send_ehlo">$&</a>;g; 416 1.1.1.1.2.2 snj s;\bsmtp_bind_address\b;<a href="postconf.5.html#smtp_bind_address">$&</a>;g; 417 1.1.1.1.2.2 snj s;\bsmtp_bind_address6\b;<a href="postconf.5.html#smtp_bind_address6">$&</a>;g; 418 1.1.1.1.2.2 snj s;\bsmtp_cname_overrides_servername\b;<a href="postconf.5.html#smtp_cname_overrides_servername">$&</a>;g; 419 1.1.1.1.2.2 snj s;\bsmtp_connect_timeout\b;<a href="postconf.5.html#smtp_connect_timeout">$&</a>;g; 420 1.1.1.1.2.2 snj 421 1.1.1.1.2.2 snj s;\bsmtp_connection_cache_on_demand\b;<a href="postconf.5.html#smtp_connection_cache_on_demand">$&</a>;g; 422 1.1.1.1.2.2 snj s;\bsmtp_connection_cache_reuse_limit\b;<a href="postconf.5.html#smtp_connection_cache_reuse_limit">$&</a>;g; 423 1.1.1.1.2.2 snj s;\bsmtp_connection_reuse_time_limit\b;<a href="postconf.5.html#smtp_connection_reuse_time_limit">$&</a>;g; 424 1.1.1.1.2.2 snj s;\bsmtp_connection_cache_time_limit\b;<a href="postconf.5.html#smtp_connection_cache_time_limit">$&</a>;g; 425 1.1.1.1.2.2 snj s;\bsmtp_connection_cache_destinations\b;<a href="postconf.5.html#smtp_connection_cache_destinations">$&</a>;g; 426 1.1.1.1.2.2 snj 427 1.1.1.1.2.2 snj s;\bsmtp_data_done_timeout\b;<a href="postconf.5.html#smtp_data_done_timeout">$&</a>;g; 428 1.1.1.1.2.2 snj s;\bsmtp_data_init_timeout\b;<a href="postconf.5.html#smtp_data_init_timeout">$&</a>;g; 429 1.1.1.1.2.2 snj s;\bsmtp_data_xfer_timeout\b;<a href="postconf.5.html#smtp_data_xfer_timeout">$&</a>;g; 430 1.1.1.1.2.2 snj s;\bsmtp_defer_if_no_mx_address_found\b;<a href="postconf.5.html#smtp_defer_if_no_mx_address_found">$&</a>;g; 431 1.1.1.1.2.2 snj s;\bsmtp_generic_maps\b;<a href="postconf.5.html#smtp_generic_maps">$&</a>;g; 432 1.1.1.1.2.2 snj s;\blmtp_destination_concurrency_limit\b;<a href="postconf.5.html#lmtp_destination_concurrency_limit">$&</a>;g; 433 1.1.1.1.2.2 snj s;\blmtp_destination_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#lmtp_destination_recipient_limit">$&</a>;g; 434 1.1.1.1.2.2 snj s;\brelay_destination_concurrency_limit\b;<a href="postconf.5.html#relay_destination_concurrency_limit">$&</a>;g; 435 1.1.1.1.2.2 snj s;\brelay_destination_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#relay_destination_recipient_limit">$&</a>;g; 436 1.1.1.1.2.2 snj s;\bresolve_null_domain\b;<a href="postconf.5.html#resolve_null_domain">$&</a>;g; 437 1.1.1.1.2.2 snj s;\bresolve_numeric_domain\b;<a href="postconf.5.html#resolve_numeric_domain">$&</a>;g; 438 1.1.1.1.2.2 snj s;\bsmtp_destination_concurrency_limit\b;<a href="postconf.5.html#smtp_destination_concurrency_limit">$&</a>;g; 439 1.1.1.1.2.2 snj s;\bsmtp_destination_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#smtp_destination_recipient_limit">$&</a>;g; 440 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_destination_concurrency_limit\b;<a href="postconf.5.html#virtual_destination_concurrency_limit">$&</a>;g; 441 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_destination_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#virtual_destination_recipient_limit">$&</a>;g; 442 1.1.1.1.2.2 snj s;\bsmtp_discard_ehlo_keyword_address_maps\b;<a href="postconf.5.html#smtp_discard_ehlo_keyword_address_maps">$&</a>;g; 443 1.1.1.1.2.2 snj s;\bsmtp_discard_ehlo_keywords\b;<a href="postconf.5.html#smtp_discard_ehlo_keywords">$&</a>;g; 444 1.1.1.1.2.2 snj s;\bsmtp_helo_name\b;<a href="postconf.5.html#smtp_helo_name">$&</a>;g; 445 1.1.1.1.2.2 snj s;\bsmtp_helo_timeout\b;<a href="postconf.5.html#smtp_helo_timeout">$&</a>;g; 446 1.1.1.1.2.2 snj s;\bsmtp_host_lookup\b;<a href="postconf.5.html#smtp_host_lookup">$&</a>;g; 447 1.1.1.1.2.2 snj s;\bsmtp_line_length_limit\b;<a href="postconf.5.html#smtp_line_length_limit">$&</a>;g; 448 1.1.1.1.2.2 snj s;\bsmtp_mail_timeout\b;<a href="postconf.5.html#smtp_mail_timeout">$&</a>;g; 449 1.1.1.1.2.2 snj s;\bsmtp_mx_address_limit\b;<a href="postconf.5.html#smtp_mx_address_limit">$&</a>;g; 450 1.1.1.1.2.2 snj s;\bsmtp_mx_session_limit\b;<a href="postconf.5.html#smtp_mx_session_limit">$&</a>;g; 451 1.1.1.1.2.2 snj s;\bsmtp_never_send_ehlo\b;<a href="postconf.5.html#smtp_never_send_ehlo">$&</a>;g; 452 1.1.1.1.2.2 snj s;\bsmtp_sender_depen[-</bB>]*\n*[ <bB>]*dent_authentication\b;<a href="postconf.5.html#smtp_sender_dependent_authentication">$&</a>;g; 453 1.1.1.1.2.2 snj s;\bsmtp_pix_workaround_delay_time\b;<a href="postconf.5.html#smtp_pix_workaround_delay_time">$&</a>;g; 454 1.1.1.1.2.2 snj s;\bsmtp_pix_workaround_threshold_time\b;<a href="postconf.5.html#smtp_pix_workaround_threshold_time">$&</a>;g; 455 1.1.1.1.2.2 snj s;\bsmtp_pix_workarounds\b;<a href="postconf.5.html#smtp_pix_workarounds">$&</a>;g; 456 1.1.1.1.2.2 snj s;\bsmtp_pix_workaround_maps\b;<a href="postconf.5.html#smtp_pix_workaround_maps">$&</a>;g; 457 1.1.1.1.2.2 snj s;\bsmtp_quit_timeout\b;<a href="postconf.5.html#smtp_quit_timeout">$&</a>;g; 458 1.1.1.1.2.2 snj s;\bsmtp_quote_rfc821_envelope\b;<a href="postconf.5.html#smtp_quote_rfc821_envelope">$&</a>;g; 459 1.1.1.1.2.2 snj s;\bsmtp_randomize_addresses\b;<a href="postconf.5.html#smtp_randomize_addresses">$&</a>;g; 460 1.1.1.1.2.2 snj s;\bsmtp_rcpt_timeout\b;<a href="postconf.5.html#smtp_rcpt_timeout">$&</a>;g; 461 1.1.1.1.2.2 snj s;\bsmtp_rset_timeout\b;<a href="postconf.5.html#smtp_rset_timeout">$&</a>;g; 462 1.1.1.1.2.2 snj s;\bsmtp_sasl_auth_cache_name\b;<a href="postconf.5.html#smtp_sasl_auth_cache_name">$&</a>;g; 463 1.1.1.1.2.2 snj s;\bsmtp_sasl_auth_cache_time\b;<a href="postconf.5.html#smtp_sasl_auth_cache_time">$&</a>;g; 464 1.1.1.1.2.2 snj s;\bsmtp_sasl_auth_enable\b;<a href="postconf.5.html#smtp_sasl_auth_enable">$&</a>;g; 465 1.1.1.1.2.2 snj s;\bsmtp_sasl_auth_soft_bounce\b;<a href="postconf.5.html#smtp_sasl_auth_soft_bounce">$&</a>;g; 466 1.1.1.1.2.2 snj s;\bsmtp_sasl_mechanism_filter\b;<a href="postconf.5.html#smtp_sasl_mechanism_filter">$&</a>;g; 467 1.1.1.1.2.2 snj s;\bsmtp_sasl_pass[-</Bb>]*\n* *[<Bb>]*word_maps\b;<a href="postconf.5.html#smtp_sasl_password_maps">$&</a>;g; 468 1.1.1.1.2.2 snj s;\bsmtp_sasl_path\b;<a href="postconf.5.html#smtp_sasl_path">$&</a>;g; 469 1.1.1.1.2.2 snj s;\bsmtp_sasl_secu[-</Bb>]*\n* *[<Bb>]*rity_options\b;<a href="postconf.5.html#smtp_sasl_security_options">$&</a>;g; 470 1.1.1.1.2.2 snj s;\bsmtp_send_xforward_command\b;<a href="postconf.5.html#smtp_send_xforward_command">$&</a>;g; 471 1.1.1.1.2.2 snj s;\bsmtp_skip_4xx_greeting\b;<a href="postconf.5.html#smtp_skip_4xx_greeting">$&</a>;g; 472 1.1.1.1.2.2 snj s;\bsmtp_skip_5xx_greeting\b;<a href="postconf.5.html#smtp_skip_5xx_greeting">$&</a>;g; 473 1.1.1.1.2.2 snj s;\bsmtp_skip_quit_response\b;<a href="postconf.5.html#smtp_skip_quit_response">$&</a>;g; 474 1.1.1.1.2.2 snj s;\bsmtp_xforward_timeout\b;<a href="postconf.5.html#smtp_xforward_timeout">$&</a>;g; 475 1.1.1.1.2.2 snj s;\bsmtpd_autho[-</bB>]*\n*[ <bB>]*rized_verp_clients\b;<a href="postconf.5.html#smtpd_authorized_verp_clients">$&</a>;g; 476 1.1.1.1.2.2 snj s;\bsmtpd_autho[-</bB>]*\n*[ <bB>]*rized_xclient_hosts\b;<a href="postconf.5.html#smtpd_authorized_xclient_hosts">$&</a>;g; 477 1.1.1.1.2.2 snj s;\bsmtpd_autho[-</bB>]*\n*[ <bB>]*rized_xforward_hosts\b;<a href="postconf.5.html#smtpd_authorized_xforward_hosts">$&</a>;g; 478 1.1.1.1.2.2 snj s;\bsmtpd_banner\b;<a href="postconf.5.html#smtpd_banner">$&</a>;g; 479 1.1.1.1.2.2 snj s;\bsmtpd_client_connection_count_limit\b;<a href="postconf.5.html#smtpd_client_connection_count_limit">$&</a>;g; 480 1.1.1.1.2.2 snj s;\bsmtpd_client_event_limit_exceptions\b;<a href="postconf.5.html#smtpd_client_event_limit_exceptions">$&</a>;g; 481 1.1.1.1.2.2 snj s;\bsmtpd_client_connection_rate_limit\b;<a href="postconf.5.html#smtpd_client_connection_rate_limit">$&</a>;g; 482 1.1.1.1.2.2 snj s;\bsmtpd_client_message_rate_limit\b;<a href="postconf.5.html#smtpd_client_message_rate_limit">$&</a>;g; 483 1.1.1.1.2.2 snj s;\bsmtpd_client_port_logging\b;<a href="postconf.5.html#smtpd_client_port_logging">$&</a>;g; 484 1.1.1.1.2.2 snj s;\bsmtpd_client_recipient_rate_limit\b;<a href="postconf.5.html#smtpd_client_recipient_rate_limit">$&</a>;g; 485 1.1.1.1.2.2 snj s;\bsmtpd_client_new_tls_session_rate_limit\b;<a href="postconf.5.html#smtpd_client_new_tls_session_rate_limit">$&</a>;g; 486 1.1.1.1.2.2 snj s;\bsmtpd_client_restrictions\b;<a href="postconf.5.html#smtpd_client_restrictions">$&</a>;g; 487 1.1.1.1.2.2 snj s;\bsmtpd_data_restrictions\b;<a href="postconf.5.html#smtpd_data_restrictions">$&</a>;g; 488 1.1.1.1.2.2 snj s;\bsmtpd_delay_open_until_valid_rcpt\b;<a href="postconf.5.html#smtpd_delay_open_until_valid_rcpt">$&</a>;g; 489 1.1.1.1.2.2 snj s;\bsmtpd_delay_reject\b;<a href="postconf.5.html#smtpd_delay_reject">$&</a>;g; 490 1.1.1.1.2.2 snj s;\bsmtpd_discard_ehlo_keyword_address_maps\b;<a href="postconf.5.html#smtpd_discard_ehlo_keyword_address_maps">$&</a>;g; 491 1.1.1.1.2.2 snj s;\bsmtpd_discard_ehlo_keywords\b;<a href="postconf.5.html#smtpd_discard_ehlo_keywords">$&</a>;g; 492 1.1.1.1.2.2 snj s;\bsmtpd_end_of_data_restrictions\b;<a href="postconf.5.html#smtpd_end_of_data_restrictions">$&</a>;g; 493 1.1.1.1.2.2 snj s;\bsmtpd_error_sleep_time\b;<a href="postconf.5.html#smtpd_error_sleep_time">$&</a>;g; 494 1.1.1.1.2.2 snj s;\bsmtpd_etrn_restrictions\b;<a href="postconf.5.html#smtpd_etrn_restrictions">$&</a>;g; 495 1.1.1.1.2.2 snj s;\bsmtpd_expansion_filter\b;<a href="postconf.5.html#smtpd_expansion_filter">$&</a>;g; 496 1.1.1.1.2.2 snj s;\bsmtpd_forbidden_commands\b;<a href="postconf.5.html#smtpd_forbidden_commands">$&</a>;g; 497 1.1.1.1.2.2 snj s;\bsmtpd_hard_error_limit\b;<a href="postconf.5.html#smtpd_hard_error_limit">$&</a>;g; 498 1.1.1.1.2.2 snj s;\bsmtpd_helo_required\b;<a href="postconf.5.html#smtpd_helo_required">$&</a>;g; 499 1.1.1.1.2.2 snj s;\bsmtpd_helo_restrictions\b;<a href="postconf.5.html#smtpd_helo_restrictions">$&</a>;g; 500 1.1.1.1.2.2 snj s;\bsmtpd_history_flush_threshold\b;<a href="postconf.5.html#smtpd_history_flush_threshold">$&</a>;g; 501 1.1.1.1.2.2 snj s;\bsmtpd_junk_command_limit\b;<a href="postconf.5.html#smtpd_junk_command_limit">$&</a>;g; 502 1.1.1.1.2.2 snj s;\bsmtpd_milters\b;<a href="postconf.5.html#smtpd_milters">$&</a>;g; 503 1.1.1.1.2.2 snj s;\bsmtpd_noop_commands\b;<a href="postconf.5.html#smtpd_noop_commands">$&</a>;g; 504 1.1.1.1.2.2 snj s;\bsmtpd_null_access_lookup_key\b;<a href="postconf.5.html#smtpd_null_access_lookup_key">$&</a>;g; 505 1.1.1.1.2.2 snj s;\bsmtpd_recipient_overshoot_limit\b;<a href="postconf.5.html#smtpd_recipient_overshoot_limit">$&</a>;g; 506 1.1.1.1.2.2 snj s;\bsmtpd_peername_lookup\b;<a href="postconf.5.html#smtpd_peername_lookup">$&</a>;g; 507 1.1.1.1.2.2 snj s;\bsmtpd_policy_service_max_idle\b;<a href="postconf.5.html#smtpd_policy_service_max_idle">$&</a>;g; 508 1.1.1.1.2.2 snj s;\bsmtpd_policy_service_max_ttl\b;<a href="postconf.5.html#smtpd_policy_service_max_ttl">$&</a>;g; 509 1.1.1.1.2.2 snj s;\bsmtpd_policy_service_timeout\b;<a href="postconf.5.html#smtpd_policy_service_timeout">$&</a>;g; 510 1.1.1.1.2.2 snj s;\bsmtpd_proxy_ehlo\b;<a href="postconf.5.html#smtpd_proxy_ehlo">$&</a>;g; 511 1.1.1.1.2.2 snj s;\bsmtpd_proxy_filter\b;<a href="postconf.5.html#smtpd_proxy_filter">$&</a>;g; 512 1.1.1.1.2.2 snj s;\bsmtpd_proxy_timeout\b;<a href="postconf.5.html#smtpd_proxy_timeout">$&</a>;g; 513 1.1.1.1.2.2 snj s;\bsmtpd_recip[-</bB>]*\n* *[<bB>]*ient_limit\b;<a href="postconf.5.html#smtpd_recipient_limit">$&</a>;g; 514 1.1.1.1.2.2 snj s;\bsmtpd_recip[-</bB>]*\n* *[<bB>]*ient_restrictions\b;<a href="postconf.5.html#smtpd_recipient_restrictions">$&</a>;g; 515 1.1.1.1.2.2 snj s;\bsmtpd_reject_unlisted_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#smtpd_reject_unlisted_recipient">$&</a>;g; 516 1.1.1.1.2.2 snj s;\bsmtpd_reject_unlisted_sender\b;<a href="postconf.5.html#smtpd_reject_unlisted_sender">$&</a>;g; 517 1.1.1.1.2.2 snj s;\bsmtpd_restriction_classes\b;<a href="postconf.5.html#smtpd_restriction_classes">$&</a>;g; 518 1.1.1.1.2.2 snj s;\bsmtpd_sasl_path\b;<a href="postconf.5.html#smtpd_sasl_path">$&</a>;g; 519 1.1.1.1.2.2 snj s;\bcyrus_sasl_config_path\b;<a href="postconf.5.html#cyrus_sasl_config_path">$&</a>;g; 520 1.1.1.1.2.2 snj s;\bsmtpd_sasl_auth_enable\b;<a href="postconf.5.html#smtpd_sasl_auth_enable">$&</a>;g; 521 1.1.1.1.2.2 snj s;\bsmtpd_sasl_authenticated_header\b;<a href="postconf.5.html#smtpd_sasl_authenticated_header">$&</a>;g; 522 1.1.1.1.2.2 snj s;\bsmtpd_sasl_exceptions_networks\b;<a href="postconf.5.html#smtpd_sasl_exceptions_networks">$&</a>;g; 523 1.1.1.1.2.2 snj s;\bsmtpd_sasl_local_domain\b;<a href="postconf.5.html#smtpd_sasl_local_domain">$&</a>;g; 524 1.1.1.1.2.2 snj s;\bsmtpd_sasl_secu[-</Bb>]*\n* *[<Bb>]*rity_options\b;<a href="postconf.5.html#smtpd_sasl_security_options">$&</a>;g; 525 1.1.1.1.2.2 snj s;\bsmtpd_sender_login_maps\b;<a href="postconf.5.html#smtpd_sender_login_maps">$&</a>;g; 526 1.1.1.1.2.2 snj s;\bsmtpd_sender_restrictions\b;<a href="postconf.5.html#smtpd_sender_restrictions">$&</a>;g; 527 1.1.1.1.2.2 snj s;\bsmtpd_soft_error_limit\b;<a href="postconf.5.html#smtpd_soft_error_limit">$&</a>;g; 528 1.1.1.1.2.2 snj s;\bsmtpd_timeout\b;<a href="postconf.5.html#smtpd_timeout">$&</a>;g; 529 1.1.1.1.2.2 snj s;\bsoft_bounce\b;<a href="postconf.5.html#soft_bounce">$&</a>;g; 530 1.1.1.1.2.2 snj s;\bstale_lock_time\b;<a href="postconf.5.html#stale_lock_time">$&</a>;g; 531 1.1.1.1.2.2 snj s;\bstrict_7bit_headers\b;<a href="postconf.5.html#strict_7bit_headers">$&</a>;g; 532 1.1.1.1.2.2 snj s;\bstrict_8bitmime\b;<a href="postconf.5.html#strict_8bitmime">$&</a>;g; 533 1.1.1.1.2.2 snj s;\bstrict_8bitmime_body\b;<a href="postconf.5.html#strict_8bitmime_body">$&</a>;g; 534 1.1.1.1.2.2 snj s;\bstrict_mime_encoding_domain\b;<a href="postconf.5.html#strict_mime_encoding_domain">$&</a>;g; 535 1.1.1.1.2.2 snj s;\bstrict_mailbox_ownership\b;<a href="postconf.5.html#strict_mailbox_ownership">$&</a>;g; 536 1.1.1.1.2.2 snj s;\bstrict_rfc821_envelopes\b;<a href="postconf.5.html#strict_rfc821_envelopes">$&</a>;g; 537 1.1.1.1.2.2 snj s;\bsun_mailtool_compatibility\b;<a href="postconf.5.html#sun_mailtool_compatibility">$&</a>;g; 538 1.1.1.1.2.2 snj s;\bswap_bangpath\b;<a href="postconf.5.html#swap_bangpath">$&</a>;g; 539 1.1.1.1.2.2 snj s;\bsyslog_facility\b;<a href="postconf.5.html#syslog_facility">$&</a>;g; 540 1.1.1.1.2.2 snj s;\bsyslog_name\b;<a href="postconf.5.html#syslog_name">$&</a>;g; 541 1.1.1.1.2.2 snj s;\btrace_service_name\b;<a href="postconf.5.html#trace_service_name">$&</a>;g; 542 1.1.1.1.2.2 snj s;\btransport_maps\b;<a href="postconf.5.html#transport_maps">$&</a>;g; 543 1.1.1.1.2.2 snj s;\btransport_retry_time\b;<a href="postconf.5.html#transport_retry_time">$&</a>;g; 544 1.1.1.1.2.2 snj s;\btrigger_timeout\b;<a href="postconf.5.html#trigger_timeout">$&</a>;g; 545 1.1.1.1.2.2 snj s;\btcp_windowsize\b;<a href="postconf.5.html#tcp_windowsize">$&</a>;g; 546 1.1.1.1.2.2 snj s;\bundisclosed_recip[-</bB>]*\n* *[<bB>]*ients_header\b;<a href="postconf.5.html#undisclosed_recipients_header">$&</a>;g; 547 1.1.1.1.2.2 snj s;\bunknown_address_reject_code\b;<a href="postconf.5.html#unknown_address_reject_code">$&</a>;g; 548 1.1.1.1.2.2 snj s;\bunknown_address_tempfail_action\b;<a href="postconf.5.html#unknown_address_tempfail_action">$&</a>;g; 549 1.1.1.1.2.2 snj s;\bunknown_client_reject_code\b;<a href="postconf.5.html#unknown_client_reject_code">$&</a>;g; 550 1.1.1.1.2.2 snj s;\bunknown_hostname_reject_code\b;<a href="postconf.5.html#unknown_hostname_reject_code">$&</a>;g; 551 1.1.1.1.2.2 snj s;\bunknown_helo_hostname_tempfail_action\b;<a href="postconf.5.html#unknown_helo_hostname_tempfail_action">$&</a>;g; 552 1.1.1.1.2.2 snj s;\bunknown_local_recip[-</bB>]*\n* *[<bB>]*ient_reject_code\b;<a href="postconf.5.html#unknown_local_recipient_reject_code">$&</a>;g; 553 1.1.1.1.2.2 snj s;\bunknown_relay_recipi[-</bB>]*\n*[ <bB>]*ent_reject_code\b;<a href="postconf.5.html#unknown_relay_recipient_reject_code">$&</a>;g; 554 1.1.1.1.2.2 snj s;\bunknown_virtual_alias_reject_code\b;<a href="postconf.5.html#unknown_virtual_alias_reject_code">$&</a>;g; 555 1.1.1.1.2.2 snj s;\bunknown_virtual_mail[-</bB>]*\n* *[<bB>]*box_reject_code\b;<a href="postconf.5.html#unknown_virtual_mailbox_reject_code">$&</a>;g; 556 1.1.1.1.2.2 snj s;\bunverified_recip[-</bB>]*\n* *[<bB>]*ient_reject_code\b;<a href="postconf.5.html#unverified_recipient_reject_code">$&</a>;g; 557 1.1.1.1.2.2 snj s;\bunverified_recip[-</bB>]*\n* *[<bB>]*ient_defer_code\b;<a href="postconf.5.html#unverified_recipient_defer_code">$&</a>;g; 558 1.1.1.1.2.2 snj s;\bunverified_recip[-</bB>]*\n* *[<bB>]*ient_tempfail_action\b;<a href="postconf.5.html#unverified_recipient_tempfail_action">$&</a>;g; 559 1.1.1.1.2.2 snj s;\bunverified_sender_reject_code\b;<a href="postconf.5.html#unverified_sender_reject_code">$&</a>;g; 560 1.1.1.1.2.2 snj s;\bunverified_sender_defer_code\b;<a href="postconf.5.html#unverified_sender_defer_code">$&</a>;g; 561 1.1.1.1.2.2 snj s;\bunverified_sender_tempfail_action\b;<a href="postconf.5.html#unverified_sender_tempfail_action">$&</a>;g; 562 1.1.1.1.2.2 snj s;\bunverified_recipient_reject_reason\b;<a href="postconf.5.html#unverified_recipient_reject_reason">$&</a>;g; 563 1.1.1.1.2.2 snj s;\bunverified_sender_reject_reason\b;<a href="postconf.5.html#unverified_sender_reject_reason">$&</a>;g; 564 1.1.1.1.2.2 snj s;\bverp_delimiter_filter\b;<a href="postconf.5.html#verp_delimiter_filter">$&</a>;g; 565 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_alias_domains\b;<a href="postconf.5.html#virtual_alias_domains">$&</a>;g; 566 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_alias_expansion_limit\b;<a href="postconf.5.html#virtual_alias_expansion_limit">$&</a>;g; 567 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_alias_maps\b;<a href="postconf.5.html#virtual_alias_maps">$&</a>;g; 568 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_maps\b;<a href="postconf.5.html#virtual_maps">$&</a>;g; 569 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_alias_recursion_limit\b;<a href="postconf.5.html#virtual_alias_recursion_limit">$&</a>;g; 570 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_gid_maps\b;<a href="postconf.5.html#virtual_gid_maps">$&</a>;g; 571 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_mail[-</bB>]*\n* *[<bB>]*box_base\b;<a href="postconf.5.html#virtual_mailbox_base">$&</a>;g; 572 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_mail[-</bB>]*\n* *[<bB>]*box_domains\b;<a href="postconf.5.html#virtual_mailbox_domains">$&</a>;g; 573 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_mail[-</bB>]*\n* *[<bB>]*box_limit\b;<a href="postconf.5.html#virtual_mailbox_limit">$&</a>;g; 574 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_mail[-</bB>]*\n* *[<bB>]*box_lock\b;<a href="postconf.5.html#virtual_mailbox_lock">$&</a>;g; 575 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_mail[-</bB>]*\n* *[<bB>]*box_maps\b;<a href="postconf.5.html#virtual_mailbox_maps">$&</a>;g; 576 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_minimum_uid\b;<a href="postconf.5.html#virtual_minimum_uid">$&</a>;g; 577 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_transport\b;<a href="postconf.5.html#virtual_transport">$&</a>;g; 578 1.1.1.1.2.2 snj s;\bvir[-</bB>]*\n*[ <bB>]*tual_uid_maps\b;<a href="postconf.5.html#virtual_uid_maps">$&</a>;g; 579 1.1.1.1.2.2 snj 580 1.1.1.1.2.2 snj s;\bsmtp_enforce_tls\b;<a href="postconf.5.html#smtp_enforce_tls">$&</a>;g; 581 1.1.1.1.2.2 snj s;\bsmtp_fallback_relay\b;<a href="postconf.5.html#smtp_fallback_relay">$&</a>;g; 582 1.1.1.1.2.2 snj s;\bsmtp_[-</Bb>]*\n* *[<Bb>]*sasl_[-</Bb>]*\n* *[<Bb>]*tls_[-</Bb>]*\n* *[<Bb>]*secu[-</Bb>]*\n* *[<Bb>]*rity_options\b;<a href="postconf.5.html#smtp_sasl_tls_security_options">$&</a>;g; 583 1.1.1.1.2.2 snj s;\bsmtp_sasl_tls_verified_secu[-</Bb>]*\n* *[<Bb>]*rity_options\b;<a href="postconf.5.html#smtp_sasl_tls_verified_security_options">$&</a>;g; 584 1.1.1.1.2.2 snj s;\bsmtp_sasl_type\b;<a href="postconf.5.html#smtp_sasl_type">$&</a>;g; 585 1.1.1.1.2.2 snj s;\bsmtp_starttls_timeout\b;<a href="postconf.5.html#smtp_starttls_timeout">$&</a>;g; 586 1.1.1.1.2.2 snj s;\bsmtp_tls_CAfile\b;<a href="postconf.5.html#smtp_tls_CAfile">$&</a>;g; 587 1.1.1.1.2.2 snj s;\bsmtp_tls_CApath\b;<a href="postconf.5.html#smtp_tls_CApath">$&</a>;g; 588 1.1.1.1.2.2 snj s;\bsmtp_tls_cert_file\b;<a href="postconf.5.html#smtp_tls_cert_file">$&</a>;g; 589 1.1.1.1.2.2 snj s;\bsmtp_tls_fingerprint_digest\b;<a href="postconf.5.html#smtp_tls_fingerprint_digest">$&</a>;g; 590 1.1.1.1.2.2 snj s;\bsmtp_tls_protocols\b;<a href="postconf.5.html#smtp_tls_protocols">$&</a>;g; 591 1.1.1.1.2.2 snj s;\bsmtp_tls_ciphers\b;<a href="postconf.5.html#smtp_tls_ciphers">$&</a>;g; 592 1.1.1.1.2.2 snj s;\bsmtp_tls_mandatory_ciphers\b;<a href="postconf.5.html#smtp_tls_mandatory_ciphers">$&</a>;g; 593 1.1.1.1.2.2 snj s;\bsmtp_tls_cipherlist\b;<a href="postconf.5.html#smtp_tls_cipherlist">$&</a>;g; 594 1.1.1.1.2.2 snj s;\bsmtp_tls_exclude_ciphers\b;<a href="postconf.5.html#smtp_tls_exclude_ciphers">$&</a>;g; 595 1.1.1.1.2.2 snj s;\bsmtp_tls_mandatory_exclude_ciphers\b;<a href="postconf.5.html#smtp_tls_mandatory_exclude_ciphers">$&</a>;g; 596 1.1.1.1.2.2 snj s;\bsmtp_tls_dcert_file\b;<a href="postconf.5.html#smtp_tls_dcert_file">$&</a>;g; 597 1.1.1.1.2.2 snj s;\bsmtp_tls_dkey_file\b;<a href="postconf.5.html#smtp_tls_dkey_file">$&</a>;g; 598 1.1.1.1.2.2 snj s;\bsmtp_tls_eccert_file\b;<a href="postconf.5.html#smtp_tls_eccert_file">$&</a>;g; 599 1.1.1.1.2.2 snj s;\bsmtp_tls_eckey_file\b;<a href="postconf.5.html#smtp_tls_eckey_file">$&</a>;g; 600 1.1.1.1.2.2 snj s;\bsmtp_tls_enforce_peername\b;<a href="postconf.5.html#smtp_tls_enforce_peername">$&</a>;g; 601 1.1.1.1.2.2 snj s;\bsmtp_tls_key_file\b;<a href="postconf.5.html#smtp_tls_key_file">$&</a>;g; 602 1.1.1.1.2.2 snj s;\bsmtp_tls_loglevel\b;<a href="postconf.5.html#smtp_tls_loglevel">$&</a>;g; 603 1.1.1.1.2.2 snj s;\bsmtp_tls_note_starttls_offer\b;<a href="postconf.5.html#smtp_tls_note_starttls_offer">$&</a>;g; 604 1.1.1.1.2.2 snj s;\bsmtp_tls_per_site\b;<a href="postconf.5.html#smtp_tls_per_site">$&</a>;g; 605 1.1.1.1.2.2 snj s;\bsmtp_tls_policy_maps\b;<a href="postconf.5.html#smtp_tls_policy_maps">$&</a>;g; 606 1.1.1.1.2.2 snj s;\bsmtp_tls_mandatory_protocols\b;<a href="postconf.5.html#smtp_tls_mandatory_protocols">$&</a>;g; 607 1.1.1.1.2.2 snj s;\bsmtp_tls_fingerprint_cert_match\b;<a href="postconf.5.html#smtp_tls_fingerprint_cert_match">$&</a>;g; 608 1.1.1.1.2.2 snj s;\bsmtp_tls_verify_cert_match\b;<a href="postconf.5.html#smtp_tls_verify_cert_match">$&</a>;g; 609 1.1.1.1.2.2 snj s;\bsmtp_tls_secure_cert_match\b;<a href="postconf.5.html#smtp_tls_secure_cert_match">$&</a>;g; 610 1.1.1.1.2.2 snj s;\bsmtp_tls_scert_verifydepth\b;<a href="postconf.5.html#smtp_tls_scert_verifydepth">$&</a>;g; 611 1.1.1.1.2.2 snj s;\bsmtp_tls_security_level\b;<a href="postconf.5.html#smtp_tls_security_level">$&</a>;g; 612 1.1.1.1.2.2 snj s;\bsmtp_tls_session_cache_database\b;<a href="postconf.5.html#smtp_tls_session_cache_database">$&</a>;g; 613 1.1.1.1.2.2 snj s;\bsmtp_tls_session_cache_timeout\b;<a href="postconf.5.html#smtp_tls_session_cache_timeout">$&</a>;g; 614 1.1.1.1.2.2 snj s;\bsmtp_use_tls\b;<a href="postconf.5.html#smtp_use_tls">$&</a>;g; 615 1.1.1.1.2.2 snj s;\bsmtp_header_checks\b;<a href="postconf.5.html#smtp_header_checks">$&</a>;g; 616 1.1.1.1.2.2 snj s;\bsmtp_mime_header_checks\b;<a href="postconf.5.html#smtp_mime_header_checks">$&</a>;g; 617 1.1.1.1.2.2 snj s;\bsmtp_nested_header_checks\b;<a href="postconf.5.html#smtp_nested_header_checks">$&</a>;g; 618 1.1.1.1.2.2 snj s;\bsmtp_body_checks\b;<a href="postconf.5.html#smtp_body_checks">$&</a>;g; 619 1.1.1.1.2.2 snj s;\bsmtpd_enforce_tls\b;<a href="postconf.5.html#smtpd_enforce_tls">$&</a>;g; 620 1.1.1.1.2.2 snj s;\bsmtpd_sasl_tls_security_options\b;<a href="postconf.5.html#smtpd_sasl_tls_security_options">$&</a>;g; 621 1.1.1.1.2.2 snj s;\bsmtpd_sasl_type\b;<a href="postconf.5.html#smtpd_sasl_type">$&</a>;g; 622 1.1.1.1.2.2 snj s;\bsmtpd_starttls_timeout\b;<a href="postconf.5.html#smtpd_starttls_timeout">$&</a>;g; 623 1.1.1.1.2.2 snj s;\bsmtpd_tls_CAfile\b;<a href="postconf.5.html#smtpd_tls_CAfile">$&</a>;g; 624 1.1.1.1.2.2 snj s;\bsmtpd_tls_CApath\b;<a href="postconf.5.html#smtpd_tls_CApath">$&</a>;g; 625 1.1.1.1.2.2 snj s;\bsmtpd_tls_ask_ccert\b;<a href="postconf.5.html#smtpd_tls_ask_ccert">$&</a>;g; 626 1.1.1.1.2.2 snj s;\bsmtpd_tls_auth_only\b;<a href="postconf.5.html#smtpd_tls_auth_only">$&</a>;g; 627 1.1.1.1.2.2 snj s;\bsmtpd_tls_ccert_verifydepth\b;<a href="postconf.5.html#smtpd_tls_ccert_verifydepth">$&</a>;g; 628 1.1.1.1.2.2 snj s;\bsmtpd_tls_cert_file\b;<a href="postconf.5.html#smtpd_tls_cert_file">$&</a>;g; 629 1.1.1.1.2.2 snj s;\bsmtpd_tls_cipherlist\b;<a href="postconf.5.html#smtpd_tls_cipherlist">$&</a>;g; 630 1.1.1.1.2.2 snj s;\bsmtpd_tls_exclude_ciphers\b;<a href="postconf.5.html#smtpd_tls_exclude_ciphers">$&</a>;g; 631 1.1.1.1.2.2 snj s;\bsmtpd_tls_fingerprint_digest\b;<a href="postconf.5.html#smtpd_tls_fingerprint_digest">$&</a>;g; 632 1.1.1.1.2.2 snj s;\bsmtpd_tls_protocols\b;<a href="postconf.5.html#smtpd_tls_protocols">$&</a>;g; 633 1.1.1.1.2.2 snj s;\bsmtpd_tls_ciphers\b;<a href="postconf.5.html#smtpd_tls_ciphers">$&</a>;g; 634 1.1.1.1.2.2 snj s;\bsmtpd_tls_mandatory_ciphers\b;<a href="postconf.5.html#smtpd_tls_mandatory_ciphers">$&</a>;g; 635 1.1.1.1.2.2 snj s;\bsmtpd_tls_mandatory_exclude_ciphers\b;<a href="postconf.5.html#smtpd_tls_mandatory_exclude_ciphers">$&</a>;g; 636 1.1.1.1.2.2 snj s;\bsmtpd_tls_dcert_file\b;<a href="postconf.5.html#smtpd_tls_dcert_file">$&</a>;g; 637 1.1.1.1.2.2 snj s;\bsmtpd_tls_eccert_file\b;<a href="postconf.5.html#smtpd_tls_eccert_file">$&</a>;g; 638 1.1.1.1.2.2 snj s;\bsmtpd_tls_eckey_file\b;<a href="postconf.5.html#smtpd_tls_eckey_file">$&</a>;g; 639 1.1.1.1.2.2 snj s;\bsmtpd_tls_eecdh_grade\b;<a href="postconf.5.html#smtpd_tls_eecdh_grade">$&</a>;g; 640 1.1.1.1.2.2 snj s;\bsmtpd_tls_dh1024_param_file\b;<a href="postconf.5.html#smtpd_tls_dh1024_param_file">$&</a>;g; 641 1.1.1.1.2.2 snj s;\bsmtpd_tls_dh512_param_file\b;<a href="postconf.5.html#smtpd_tls_dh512_param_file">$&</a>;g; 642 1.1.1.1.2.2 snj s;\bsmtpd_tls_dkey_file\b;<a href="postconf.5.html#smtpd_tls_dkey_file">$&</a>;g; 643 1.1.1.1.2.2 snj s;\bsmtpd_tls_key_file\b;<a href="postconf.5.html#smtpd_tls_key_file">$&</a>;g; 644 1.1.1.1.2.2 snj s;\bsmtpd_tls_security_level\b;<a href="postconf.5.html#smtpd_tls_security_level">$&</a>;g; 645 1.1.1.1.2.2 snj s;\bsmtpd_tls_loglevel\b;<a href="postconf.5.html#smtpd_tls_loglevel">$&</a>;g; 646 1.1.1.1.2.2 snj s;\bsmtpd_tls_mandatory_protocols\b;<a href="postconf.5.html#smtpd_tls_mandatory_protocols">$&</a>;g; 647 1.1.1.1.2.2 snj s;\bsmtpd_tls_received_header\b;<a href="postconf.5.html#smtpd_tls_received_header">$&</a>;g; 648 1.1.1.1.2.2 snj s;\bsmtpd_tls_req_ccert\b;<a href="postconf.5.html#smtpd_tls_req_ccert">$&</a>;g; 649 1.1.1.1.2.2 snj s;\bsmtpd_tls_session_cache_database\b;<a href="postconf.5.html#smtpd_tls_session_cache_database">$&</a>;g; 650 1.1.1.1.2.2 snj s;\bsmtpd_tls_session_cache_timeout\b;<a href="postconf.5.html#smtpd_tls_session_cache_timeout">$&</a>;g; 651 1.1.1.1.2.2 snj s;\bsmtpd_tls_always_issue_session_ids\b;<a href="postconf.5.html#smtpd_tls_always_issue_session_ids">$&</a>;g; 652 1.1.1.1.2.2 snj s;\bsmtpd_tls_wrappermode\b;<a href="postconf.5.html#smtpd_tls_wrappermode">$&</a>;g; 653 1.1.1.1.2.2 snj s;\bsmtpd_use_tls\b;<a href="postconf.5.html#smtpd_use_tls">$&</a>;g; 654 1.1.1.1.2.2 snj s;\btls_daemon_random_bytes\b;<a href="postconf.5.html#tls_daemon_random_bytes">$&</a>;g; 655 1.1.1.1.2.2 snj s;\btls_daemon_random_source\b;<a href="postconf.5.html#tls_daemon_random_source">$&</a>;g; 656 1.1.1.1.2.2 snj s;\btls_ran[-</Bb>]*\n* *[<Bb>]*dom_bytes\b;<a href="postconf.5.html#tls_random_bytes">$&</a>;g; 657 1.1.1.1.2.2 snj s;\btls_ran[-</Bb>]*\n* *[<Bb>]*dom_exchange_name\b;<a href="postconf.5.html#tls_random_exchange_name">$&</a>;g; 658 1.1.1.1.2.2 snj s;\btls_ran[-</Bb>]*\n* *[<Bb>]*dom_prng_update_period\b;<a href="postconf.5.html#tls_random_prng_update_period">$&</a>;g; 659 1.1.1.1.2.2 snj s;\btls_ran[-</Bb>]*\n* *[<Bb>]*dom_reseed_period\b;<a href="postconf.5.html#tls_random_reseed_period">$&</a>;g; 660 1.1.1.1.2.2 snj s;\btls_ran[-</Bb>]*\n* *[<Bb>]*dom_source\b;<a href="postconf.5.html#tls_random_source">$&</a>;g; 661 1.1.1.1.2.2 snj s;\btls_high_cipherlist\b;<a href="postconf.5.html#tls_high_cipherlist">$&</a>;g; 662 1.1.1.1.2.2 snj s;\btls_medium_cipherlist\b;<a href="postconf.5.html#tls_medium_cipherlist">$&</a>;g; 663 1.1.1.1.2.2 snj s;\btls_low_cipherlist\b;<a href="postconf.5.html#tls_low_cipherlist">$&</a>;g; 664 1.1.1.1.2.2 snj s;\btls_export_cipherlist\b;<a href="postconf.5.html#tls_export_cipherlist">$&</a>;g; 665 1.1.1.1.2.2 snj s;\btls_null_cipherlist\b;<a href="postconf.5.html#tls_null_cipherlist">$&</a>;g; 666 1.1.1.1.2.2 snj s;\btls_eecdh_strong_curve\b;<a href="postconf.5.html#tls_eecdh_strong_curve">$&</a>;g; 667 1.1.1.1.2.2 snj s;\btls_eecdh_ultra_curve\b;<a href="postconf.5.html#tls_eecdh_ultra_curve">$&</a>;g; 668 1.1.1.1.2.2.2.1 riz s;\btls_append_default_CA\b;<a href="postconf.5.html#tls_append_default_CA">$&</a>;g; 669 1.1.1.1.2.2 snj 670 1.1.1.1.2.2 snj s;\bfrozen_delivered_to\b;<a href="postconf.5.html#frozen_delivered_to">$&</a>;g; 671 1.1.1.1.2.2 snj 672 1.1.1.1.2.2 snj # Transport-dependent magical parameters. 673 1.1.1.1.2.2 snj 674 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_destination_concurrency_failed_cohort_limit)\b;$2<a href="postconf.5.html#transport_destination_concurrency_failed_cohort_limit">$1$3</a>;g; 675 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_destination_concurrency_negative_feedback)\b;$2<a href="postconf.5.html#transport_destination_concurrency_negative_feedback">$1$3</a>;g; 676 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_destination_concurrency_positive_feedback)\b;$2<a href="postconf.5.html#transport_destination_concurrency_positive_feedback">$1$3</a>;g; 677 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_delivery_slot_cost)\b;$2<a href="postconf.5.html#transport_delivery_slot_cost">$1$3</a>;g; 678 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_delivery_slot_discount)\b;$2<a href="postconf.5.html#transport_delivery_slot_discount">$1$3</a>;g; 679 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_delivery_slot_loan)\b;$2<a href="postconf.5.html#transport_delivery_slot_loan">$1$3</a>;g; 680 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_destination_concurrency_limit)\b;$2<a href="postconf.5.html#transport_destination_concurrency_limit">$1$3</a>;g; 681 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_destination_recipient_limit)\b;$2<a href="postconf.5.html#transport_destination_recipient_limit">$1$3</a>;g; 682 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_extra_recipient_limit)\b;$2<a href="postconf.5.html#transport_extra_recipient_limit">$1$3</a>;g; 683 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_initial_destination_concurrency)\b;$2<a href="postconf.5.html#transport_initial_destination_concurrency">$1$3</a>;g; 684 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_minimum_delivery_slots)\b;$2<a href="postconf.5.html#transport_minimum_delivery_slots">$1$3</a>;g; 685 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_recipient_limit)\b;$2<a href="postconf.5.html#transport_recipient_limit">$1$3</a>;g; 686 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_recipient_refill_delay)\b;$2<a href="postconf.5.html#transport_recipient_refill_delay">$1$3</a>;g; 687 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_recipient_refill_limit)\b;$2<a href="postconf.5.html#transport_recipient_refill_limit">$1$3</a>;g; 688 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_time_limit)\b;$2<a href="postconf.5.html#transport_time_limit">$1$3</a>;g; 689 1.1.1.1.2.2 snj s;(<i>transport</i>)(<b>)?(_destination_rate_delay)\b;$2<a href="postconf.5.html#transport_destination_rate_delay">$1$3</a>;g; 690 1.1.1.1.2.2 snj 691 1.1.1.1.2.2 snj # Undo hyperlinks of manual pages with the same name as parameters. 692 1.1.1.1.2.2 snj 693 1.1.1.1.2.2 snj s/<a href="[^"]*">([^<]*)<\/a>\(/$1(/g; 694 1.1.1.1.2.2 snj 695 1.1.1.1.2.2 snj # Undo hyperlinks of pathnames thay collide with parameter names. 696 1.1.1.1.2.2 snj 697 1.1.1.1.2.2 snj s/\/<a href="[^"]*">([^<]*)<\/a>/\/$1/g; 698 1.1.1.1.2.2 snj 699 1.1.1.1.2.2 snj # Hyperlink Postfix manual page references. 700 1.1.1.1.2.2 snj 701 1.1.1.1.2.2 snj s/[<bB>]*anvil[<\/bB>]*\(8\)/<a href="anvil.8.html">$&<\/a>/g; 702 1.1.1.1.2.2 snj s/[<bB>]*bounce[<\/bB>]*\(8\)/<a href="bounce.8.html">$&<\/a>/g; 703 1.1.1.1.2.2 snj s/[<bB>]*cleanup[<\/bB>]*\(8\)/<a href="cleanup.8.html">$&<\/a>/g; 704 1.1.1.1.2.2 snj s/[<bB>]*defer[<\/bB>]*\(8\)/<a href="defer.8.html">$&<\/a>/g; 705 1.1.1.1.2.2 snj s/[<bB>]*dis[-<\/bB>]*\n* *[<bB>]*card[<\/bB>]*\(8\)/<a href="discard.8.html">$&<\/a>/g; 706 1.1.1.1.2.2 snj s/[<bB>]*error[<\/bB>]*\(8\)/<a href="error.8.html">$&<\/a>/g; 707 1.1.1.1.2.2 snj s/[<bB>]*flush[<\/bB>]*\(8\)/<a href="flush.8.html">$&<\/a>/g; 708 1.1.1.1.2.2 snj s/[<bB>]*lmtp[<\/bB>]*\(8\)/<a href="lmtp.8.html">$&<\/a>/g; 709 1.1.1.1.2.2 snj s/[<bB>]*local[<\/bB>]*\(8\)/<a href="local.8.html">$&<\/a>/g; 710 1.1.1.1.2.2 snj s/[<bB>]*mas[-<\/bB>]*\n* *[<bB>]*ter[<\/bB>]*\(8\)/<a href="master.8.html">$&<\/a>/g; 711 1.1.1.1.2.2 snj s/[<bB>]*pickup[<\/bB>]*\(8\)/<a href="pickup.8.html">$&<\/a>/g; 712 1.1.1.1.2.2 snj s/[<bB>]*pipe[<\/bB>]*\(8\)/<a href="pipe.8.html">$&<\/a>/g; 713 1.1.1.1.2.2 snj s/[<bB>]*oqmgr[<\/bB>]*\(8\)/<a href="qmgr.8.html">$&<\/a>/g; 714 1.1.1.1.2.2 snj s/[<bB>]*\bqmgr[<\/bB>]*\(8\)/<a href="qmgr.8.html">$&<\/a>/g; 715 1.1.1.1.2.2 snj s/[<bB>]*qmqpd[<\/bB>]*\(8\)/<a href="qmqpd.8.html">$&<\/a>/g; 716 1.1.1.1.2.2 snj s/[<bB>]*showq[<\/bB>]*\(8\)/<a href="showq.8.html">$&<\/a>/g; 717 1.1.1.1.2.2 snj s/[<bB>]*smtp[<\/bB>]*\(8\)/<a href="smtp.8.html">$&<\/a>/g; 718 1.1.1.1.2.2 snj s/[<bB>]*smtpd[<\/bB>]*\(8\)/<a href="smtpd.8.html">$&<\/a>/g; 719 1.1.1.1.2.2 snj s/[<bB>]*spawn[<\/bB>]*\(8\)/<a href="spawn.8.html">$&<\/a>/g; 720 1.1.1.1.2.2 snj s/[<bB>]*tlsmgr[<\/bB>]*\(8\)/<a href="tlsmgr.8.html">$&<\/a>/g; 721 1.1.1.1.2.2 snj s/[<bB>]*trace[<\/bB>]*\(8\)/<a href="trace.8.html">$&<\/a>/g; 722 1.1.1.1.2.2 snj s/[<bB>]*trivial- *<br> *rewrite[<\/bB>]*\(8\)/<a href="trivial-rewrite.8.html">$&<\/a>/g; 723 1.1.1.1.2.2 snj s/[<bB>]*triv[-<\/bB>]*\n* *[<bB>]*ial-[<\/bB>]*\n* *[<bB>]*re[-<\/bB>]*\n*[ <bB>]*write[<\/bB>]*\(8\)/<a href="trivial-rewrite.8.html">$&<\/a>/g; 724 1.1.1.1.2.2 snj s/[<bB>]*mailq[<\/bB>]*\(1\)/<a href="mailq.1.html">$&<\/a>/g; 725 1.1.1.1.2.2 snj s/[<bB>]*newaliases[<\/bB>]*\(1\)/<a href="newaliases.1.html">$&<\/a>/g; 726 1.1.1.1.2.2 snj s/[<bB>]*postalias[<\/bB>]*\(1\)/<a href="postalias.1.html">$&<\/a>/g; 727 1.1.1.1.2.2 snj s/[<bB>]*postcat[<\/bB>]*\(1\)/<a href="postcat.1.html">$&<\/a>/g; 728 1.1.1.1.2.2 snj s/[<bB>]*post[-<\/bB>]*\n*[ <bB>]*conf[<\/bB>]*\(1\)/<a href="postconf.1.html">$&<\/a>/g; 729 1.1.1.1.2.2 snj s/[<bB>]*postdrop[<\/bB>]*\(1\)/<a href="postdrop.1.html">$&<\/a>/g; 730 1.1.1.1.2.2 snj s/[<bB>]*post[-<\/bB>]*\n* *[<bB>]*fix[<\/bB>]*\(1\)/<a href="postfix.1.html">$&<\/a>/g; 731 1.1.1.1.2.2 snj s/[<bB>]*postkick[<\/bB>]*\(1\)/<a href="postkick.1.html">$&<\/a>/g; 732 1.1.1.1.2.2 snj s/[<bB>]*postlock[<\/bB>]*\(1\)/<a href="postlock.1.html">$&<\/a>/g; 733 1.1.1.1.2.2 snj s/[<bB>]*postlog[<\/bB>]*\(1\)/<a href="postlog.1.html">$&<\/a>/g; 734 1.1.1.1.2.2 snj s/[<bB>]*postmap[<\/bB>]*\(1\)/<a href="postmap.1.html">$&<\/a>/g; 735 1.1.1.1.2.2 snj s/[<bB>]*postmulti[<\/bB>]*\(1\)/<a href="postmulti.1.html">$&<\/a>/g; 736 1.1.1.1.2.2 snj s/[<bB>]*postqueue[<\/bB>]*\(1\)/<a href="postqueue.1.html">$&<\/a>/g; 737 1.1.1.1.2.2 snj s/[<bB>]*postsuper[<\/bB>]*\(1\)/<a href="postsuper.1.html">$&<\/a>/g; 738 1.1.1.1.2.2 snj s/[<bB>]*send[-<\/bB>]*\n*[ <bB>]*mail[<\/bB>]*\(1\)/<a href="sendmail.1.html">$&<\/a>/g; 739 1.1.1.1.2.2 snj s/[<bB>]*smtp-[<\/bB>]*\n* *[<bB>]*source[<\/bB>]*\(1\)/<a href="smtp-source.1.html">$&<\/a>/g; 740 1.1.1.1.2.2 snj s/[<bB>]*smtp-[<\/bB>]*\n* *[<bB>]*sink[<\/bB>]*\(1\)/<a href="smtp-sink.1.html">$&<\/a>/g; 741 1.1.1.1.2.2 snj s/[<bB>]*qmqp-[<\/bB>]*\n* *[<bB>]*source[<\/bB>]*\(1\)/<a href="qmqp-source.1.html">$&<\/a>/g; 742 1.1.1.1.2.2 snj s/[<bB>]*qmqp-[<\/bB>]*\n* *[<bB>]*sink[<\/bB>]*\(1\)/<a href="qmqp-sink.1.html">$&<\/a>/g; 743 1.1.1.1.2.2 snj s/[<bB>]*qshape[<\/bB>]*\(1\)/<a href="qshape.1.html">$&<\/a>/g; 744 1.1.1.1.2.2 snj s/[<bB>]*access[<\/bB>]*\(5\)/<a href="access.5.html">$&<\/a>/g; 745 1.1.1.1.2.2 snj s/[<bB>]*aliases[<\/bB>]*\(5\)/<a href="aliases.5.html">$&<\/a>/g; 746 1.1.1.1.2.2 snj s/[<bB>]*bounce[<\/bB>]*\(5\)/<a href="bounce.5.html">$&<\/a>/g; 747 1.1.1.1.2.2 snj s/[<bB>]*canonical[<\/bB>]*\(5\)/<a href="canonical.5.html">$&<\/a>/g; 748 1.1.1.1.2.2 snj s/[<bB>]*gener[-<\/bB>]*\n* *[<bB>]*ic[<\/bB>]*\(5\)/<a href="generic.5.html">$&<\/a>/g; 749 1.1.1.1.2.2 snj s/[<bB>]*ldap[<\/bBiI>]*_[<\/iIbB>]*ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="ldap_table.5.html">$&<\/a>/g; 750 1.1.1.1.2.2 snj s/[<bB>]*mas[-<\/bB>]*\n* *[<bB>]*ter[<\/bB>]*\(5\)/<a href="master.5.html">$&<\/a>/g; 751 1.1.1.1.2.2 snj s/[<bB>]*mysql[<\/bBiI>]*_[<\/iIbB>]*ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="mysql_table.5.html">$&<\/a>/g; 752 1.1.1.1.2.2 snj s/[<bB>]*nisplus[<\/bBiI>]*_[<\/iIbB>]*ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="nisplus_table.5.html">$&<\/a>/g; 753 1.1.1.1.2.2 snj s/[<bB>]*pcre[<\/bBiI>]*_[<\/iIbB>]*ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="pcre_table.5.html">$&<\/a>/g; 754 1.1.1.1.2.2 snj s/[<bB>]*pgsql[<\/bBiI>]*_[<\/iIbB>]*ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="pgsql_table.5.html">$&<\/a>/g; 755 1.1.1.1.2.2 snj s/[<bB>]*postconf[<\/bB>]*\(5\)/<a href="postconf.5.html">$&<\/a>/g; 756 1.1.1.1.2.2 snj s/[<bB>]*postfix-wrapper[<\/bB>]*\(5\)/<a href="postfix-wrapper.5.html">$&<\/a>/g; 757 1.1.1.1.2.2 snj s/[<bB>]*prox[-<\/bB>]*\n*[ <bB>]*ymap[<\/bB>]*\(8\)/<a href="proxymap.8.html">$&<\/a>/g; 758 1.1.1.1.2.2 snj s/[<bB>]*reg[-<\/bB>]*\n*[ <bB>]*exp[<\/bBiI>]*_[<\/iIbB>]*ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="regexp_table.5.html">$&<\/a>/g; 759 1.1.1.1.2.2 snj s/[<bB>]*relocated[<\/bB>]*\(5\)/<a href="relocated.5.html">$&<\/a>/g; 760 1.1.1.1.2.2 snj s/[<bB>]*scache[<\/bB>]*\(8\)/<a href="scache.8.html">$&<\/a>/g; 761 1.1.1.1.2.2 snj s/[<bB>]*trans[-<\/bB>]*\n*[ <bB>]*port[<\/bB>]*\(5\)/<a href="transport.5.html">$&<\/a>/g; 762 1.1.1.1.2.2 snj s/[<bB>]*verify[<\/bB>]*\(8\)/<a href="verify.8.html">$&<\/a>/g; 763 1.1.1.1.2.2 snj s/[<bB>]*vir[-<\/bB>]*\n*[ <bB>]*tual[<\/bB>]*\(5\)/<a href="virtual.5.html">$&<\/a>/g; 764 1.1.1.1.2.2 snj s/[<bB>]*vir[-<\/bB>]*\n*[ <bB>]*tual[<\/bB>]*\(8\)/<a href="virtual.8.html">$&<\/a>/g; 765 1.1.1.1.2.2 snj s/[<bB>]*cidr_ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="cidr_table.5.html">$&<\/a>/g; 766 1.1.1.1.2.2 snj s/[<bB>]*tcp_ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="tcp_table.5.html">$&<\/a>/g; 767 1.1.1.1.2.2 snj # Workaround... 768 1.1.1.1.2.2 snj s/<b><a href="postconf.5.html#body_checks">body_checks<\/a><\/b>\(5\)/<b>body_checks<\/b>(5)/; 769 1.1.1.1.2.2 snj s/<b><a href="postconf.5.html#header_checks">header_checks<\/a><\/b>\(5\)/<b>header_checks<\/b>(5)/; 770 1.1.1.1.2.2 snj s/[<bB>]*body_checks[<\/bB>]*\(5\)/<a href="header_checks.5.html">$&<\/a>/g; 771 1.1.1.1.2.2 snj s/[<bB>]*header_checks[<\/bB>]*\(5\)/<a href="header_checks.5.html">$&<\/a>/g; 772 1.1.1.1.2.2 snj 773 1.1.1.1.2.2 snj s/[<bB>]*main\.cf[<\/bB>]*/<a href="postconf.5.html">$&<\/a>/g; 774 1.1.1.1.2.2 snj s/[<bB>]*master\.cf[<\/bB>]*/<a href="master.5.html">$&<\/a>/g; 775 1.1.1.1.2.2 snj 776 1.1.1.1.2.2 snj # Hyperlink README document names 777 1.1.1.1.2.2 snj 778 1.1.1.1.2.2 snj s/\b([A-Z][A-Z0-9_]*)[-]*\n*[ ]*([A-Z0-9_]*_README)\b/<a href="$1$2.html">$&<\/a>/g; 779 1.1.1.1.2.2 snj s/\bINSTALL\b/<a href="$&.html">$&<\/a>/g; 780 1.1.1.1.2.2 snj s/\bOVERVIEW\b/<a href="$&.html">$&<\/a>/g; 781 1.1.1.1.2.2 snj s/\btype:table\b/<a href="DATABASE_README.html">type:table<\/a>/g; 782 1.1.1.1.2.2 snj 783 1.1.1.1.2.2 snj # Split manual page hyperlinks across newlines 784 1.1.1.1.2.2 snj 785 1.1.1.1.2.2 snj s/(<a href="[^"]*">)([<bB>]*[-a-z0-9_]*[-<\/bB>]*)(\n *)([<bB>]*[-a-z0-9_]*[<\/bB>]*\(\d\))(<\/a>)/$1$2$5$3$1$4$5/; 786 1.1.1.1.2.2 snj 787 1.1.1.1.2.2 snj # Access restrictions - generic 788 1.1.1.1.2.2 snj 789 1.1.1.1.2.2 snj s;\bcheck_address_map\b;<a href="postconf.5.html#check_address_map">$&</a>;g; 790 1.1.1.1.2.2 snj s;\bcheck_policy_service\b;<a href="postconf.5.html#check_policy_service">$&</a>;g; 791 1.1.1.1.2.2 snj s;\bdefer_if_permit\b;<a href="postconf.5.html#defer_if_permit">$&</a>;g; 792 1.1.1.1.2.2 snj s;\bdefer_if_reject\b;<a href="postconf.5.html#defer_if_reject">$&</a>;g; 793 1.1.1.1.2.2 snj s;\breject_multi_recip[-</bB>]*\n* *[<bB>]*ient_bounce\b;<a href="postconf.5.html#reject_multi_recipient_bounce">$&</a>;g; 794 1.1.1.1.2.2 snj s;\breject_plaintext_session\b;<a href="postconf.5.html#reject_plaintext_session">$&</a>;g; 795 1.1.1.1.2.2 snj s;\breject_unauth_pipelining\b;<a href="postconf.5.html#reject_unauth_pipelining">$&</a>;g; 796 1.1.1.1.2.2 snj s;\bwarn_if_reject\b;<a href="postconf.5.html#warn_if_reject">$&</a>;g; 797 1.1.1.1.2.2 snj 798 1.1.1.1.2.2 snj # Access restrictions - client 799 1.1.1.1.2.2 snj 800 1.1.1.1.2.2 snj s;\bcheck_client_access\b;<a href="postconf.5.html#check_client_access">$&</a>;g; 801 1.1.1.1.2.2 snj s;\bcheck_ccert_access\b;<a href="postconf.5.html#check_ccert_access">$&</a>;g; 802 1.1.1.1.2.2 snj s;\bpermit_inet_interfaces\b;<a href="postconf.5.html#permit_inet_interfaces">$&</a>;g; 803 1.1.1.1.2.2 snj s;\bpermit_mynetworks\b;<a href="postconf.5.html#permit_mynetworks">$&</a>;g; 804 1.1.1.1.2.2 snj s;\bpermit_sasl_authenticated\b;<a href="postconf.5.html#permit_sasl_authenticated">$&</a>;g; 805 1.1.1.1.2.2 snj s;\bpermit_tls_clientcerts\b;<a href="postconf.5.html#permit_tls_clientcerts">$&</a>;g; 806 1.1.1.1.2.2 snj s;\bpermit_tls_all_clientcerts\b;<a href="postconf.5.html#permit_tls_all_clientcerts">$&</a>;g; 807 1.1.1.1.2.2 snj s;\breject_unknown_client_hostname\b;<a href="postconf.5.html#reject_unknown_client_hostname">$&</a>;g; 808 1.1.1.1.2.2 snj s;\breject_unknown_client\b;<a href="postconf.5.html#reject_unknown_client_hostname">$&</a>;g; 809 1.1.1.1.2.2 snj s;\breject_unknown_reverse_client_hostname\b;<a href="postconf.5.html#reject_unknown_reverse_client_hostname">$&</a>;g; 810 1.1.1.1.2.2 snj s;\breject_unknown_forward_client_hostname\b;<a href="postconf.5.html#reject_unknown_forward_client_hostname">$&</a>;g; 811 1.1.1.1.2.2 snj s;\breject_rbl_client\b;<a href="postconf.5.html#reject_rbl_client">$&</a>;g; 812 1.1.1.1.2.2 snj s;\breject_rhsbl_client\b;<a href="postconf.5.html#reject_rhsbl_client">$&</a>;g; 813 1.1.1.1.2.2 snj 814 1.1.1.1.2.2 snj # Access restrictions - helo 815 1.1.1.1.2.2 snj 816 1.1.1.1.2.2 snj s;\bcheck_helo_access\b;<a href="postconf.5.html#check_helo_access">$&</a>;g; 817 1.1.1.1.2.2 snj s;\breject_invalid_helo_hostname\b;<a href="postconf.5.html#reject_invalid_helo_hostname">$&</a>;g; 818 1.1.1.1.2.2 snj s;\breject_invalid_hostname\b;<a href="postconf.5.html#reject_invalid_helo_hostname">$&</a>;g; 819 1.1.1.1.2.2 snj s;\breject_non_fqdn_helo_hostname\b;<a href="postconf.5.html#reject_non_fqdn_helo_hostname">$&</a>;g; 820 1.1.1.1.2.2 snj s;\breject_non_fqdn_hostname\b;<a href="postconf.5.html#reject_non_fqdn_helo_hostname">$&</a>;g; 821 1.1.1.1.2.2 snj s;\breject_rhsbl_helo\b;<a href="postconf.5.html#reject_rhsbl_helo">$&</a>;g; 822 1.1.1.1.2.2 snj s;\breject_unknown_helo_hostname\b;<a href="postconf.5.html#reject_unknown_helo_hostname">$&</a>;g; 823 1.1.1.1.2.2 snj s;\breject_unknown_hostname\b;<a href="postconf.5.html#reject_unknown_helo_hostname">$&</a>;g; 824 1.1.1.1.2.2 snj 825 1.1.1.1.2.2 snj # Access restrictions - sender 826 1.1.1.1.2.2 snj 827 1.1.1.1.2.2 snj s;\bcheck_sender_access\b;<a href="postconf.5.html#check_sender_access">$&</a>;g; 828 1.1.1.1.2.2 snj s;\b(reject_authenti)([-</bB>]*\n*[ <bB>]*)(cated_sender_login_mismatch)\b;<a href="postconf.5.html#reject_authenticated_sender_login_mismatch">$1<\/a>$2<a href="postconf.5.html#reject_authenticated_sender_login_mismatch">$3</a>;g; 829 1.1.1.1.2.2 snj s;\breject_non_fqdn_sender\b;<a href="postconf.5.html#reject_non_fqdn_sender">$&</a>;g; 830 1.1.1.1.2.2 snj s;\breject_rhsbl_sender\b;<a href="postconf.5.html#reject_rhsbl_sender">$&</a>;g; 831 1.1.1.1.2.2 snj s;\breject_sender_login_mis[-</bB>]*\n*[ <bB>]*match\b;<a href="postconf.5.html#reject_sender_login_mismatch">$&</a>;g; 832 1.1.1.1.2.2 snj s;\breject_unauthenticated_sender_login_mismatch\b;<a href="postconf.5.html#reject_unauthenticated_sender_login_mismatch">$&</a>;g; 833 1.1.1.1.2.2 snj s;\breject_unknown_sender_domain\b;<a href="postconf.5.html#reject_unknown_sender_domain">$&</a>;g; 834 1.1.1.1.2.2 snj s;\breject_unlisted_sender\b;<a href="postconf.5.html#reject_unlisted_sender">$&</a>;g; 835 1.1.1.1.2.2 snj s;\breject_unver[-</bB>]*\n*[ <bB>]*ified_sender\b;<a href="postconf.5.html#reject_unverified_sender">$&</a>;g; 836 1.1.1.1.2.2 snj 837 1.1.1.1.2.2 snj # Access restrictions - recipient 838 1.1.1.1.2.2 snj 839 1.1.1.1.2.2 snj s;\bcheck_recip[-</bB>]*\n* *[<bB>]*ient_access\b;<a href="postconf.5.html#check_recipient_access">$&</a>;g; 840 1.1.1.1.2.2 snj s;\bcheck_recip[-</bB>]*\n* *[<bB>]*ient_mx_access\b;<a href="postconf.5.html#check_recipient_mx_access">$&</a>;g; 841 1.1.1.1.2.2 snj s;\bcheck_recip[-</bB>]*\n* *[<bB>]*ient_ns_access\b;<a href="postconf.5.html#check_recipient_ns_access">$&</a>;g; 842 1.1.1.1.2.2 snj s;\bpermit_auth_destination\b;<a href="postconf.5.html#permit_auth_destination">$&</a>;g; 843 1.1.1.1.2.2 snj s;\bpermit_mx_backup\b;<a href="postconf.5.html#permit_mx_backup">$&</a>;g; 844 1.1.1.1.2.2 snj s;\breject_non_fqdn_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#reject_non_fqdn_recipient">$&</a>;g; 845 1.1.1.1.2.2 snj s;\breject_rhsbl_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#reject_rhsbl_recipient">$&</a>;g; 846 1.1.1.1.2.2 snj s;\breject_unauth_destination\b;<a href="postconf.5.html#reject_unauth_destination">$&</a>;g; 847 1.1.1.1.2.2 snj s;\breject_unknown_recipi[-</bB>]*\n*[ <bB>]*ent_domain\b;<a href="postconf.5.html#reject_unknown_recipient_domain">$&</a>;g; 848 1.1.1.1.2.2 snj s;\breject_unlisted_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#reject_unlisted_recipient">$&</a>;g; 849 1.1.1.1.2.2 snj s;\breject_unver[-</bB>]*\n*[ <bB>]*ified_recip[-</bB>]*\n* *[<bB>]*ient\b;<a href="postconf.5.html#reject_unverified_recipient">$&</a>;g; 850 1.1.1.1.2.2 snj 851 1.1.1.1.2.2 snj # Access restrictions - etrn 852 1.1.1.1.2.2 snj 853 1.1.1.1.2.2 snj s;\bcheck_etrn_access\b;<a href="postconf.5.html#check_etrn_access">$&</a>;g; 854 1.1.1.1.2.2 snj 855 1.1.1.1.2.2 snj # Milters. 856 1.1.1.1.2.2 snj 857 1.1.1.1.2.2 snj s;\bmilter_macro_daemon_name\b;<a href="postconf.5.html#milter_macro_daemon_name">$&</a>;g; 858 1.1.1.1.2.2 snj s;\bmilter_macro_v\b;<a href="postconf.5.html#milter_macro_v">$&</a>;g; 859 1.1.1.1.2.2 snj s;\bmilter_connect_timeout\b;<a href="postconf.5.html#milter_connect_timeout">$&</a>;g; 860 1.1.1.1.2.2 snj s;\bmilter_command_timeout\b;<a href="postconf.5.html#milter_command_timeout">$&</a>;g; 861 1.1.1.1.2.2 snj s;\bmilter_content_timeout\b;<a href="postconf.5.html#milter_content_timeout">$&</a>;g; 862 1.1.1.1.2.2 snj s;\bmilter_protocol\b;<a href="postconf.5.html#milter_protocol">$&</a>;g; 863 1.1.1.1.2.2 snj s;\bmilter_default_action\b;<a href="postconf.5.html#milter_default_action">$&</a>;g; 864 1.1.1.1.2.2 snj s;\bmilter_connect_macros\b;<a href="postconf.5.html#milter_connect_macros">$&</a>;g; 865 1.1.1.1.2.2 snj s;\bmilter_helo_macros\b;<a href="postconf.5.html#milter_helo_macros">$&</a>;g; 866 1.1.1.1.2.2 snj s;\bmilter_mail_macros\b;<a href="postconf.5.html#milter_mail_macros">$&</a>;g; 867 1.1.1.1.2.2 snj s;\bmilter_rcpt_macros\b;<a href="postconf.5.html#milter_rcpt_macros">$&</a>;g; 868 1.1.1.1.2.2 snj s;\bmilter_data_macros\b;<a href="postconf.5.html#milter_data_macros">$&</a>;g; 869 1.1.1.1.2.2 snj s;\bmilter_unknown_command_macros\b;<a href="postconf.5.html#milter_unknown_command_macros">$&</a>;g; 870 1.1.1.1.2.2 snj s;\bmilter_end_of_data_macros\b;<a href="postconf.5.html#milter_end_of_data_macros">$&</a>;g; 871 1.1.1.1.2.2 snj s;\bmilter_end_of_header_macros\b;<a href="postconf.5.html#milter_end_of_header_macros">$&</a>;g; 872 1.1.1.1.2.2 snj 873 1.1.1.1.2.2 snj # Multi-instance support 874 1.1.1.1.2.2 snj s;\bmulti_instance_directo[-</bB>]*\n*[ <bB>]*ries\b;<a href="postconf.5.html#multi_instance_directories">$&</a>;g; 875 1.1.1.1.2.2 snj s;\bmulti_instance_wrapper\b;<a href="postconf.5.html#multi_instance_wrapper">$&</a>;g; 876 1.1.1.1.2.2 snj s;\bmulti_instance_group\b;<a href="postconf.5.html#multi_instance_group">$&</a>;g; 877 1.1.1.1.2.2 snj s;\bmulti_instance_name\b;<a href="postconf.5.html#multi_instance_name">$&</a>;g; 878 1.1.1.1.2.2 snj s;\bmulti_instance_enable\b;<a href="postconf.5.html#multi_instance_enable">$&</a>;g; 879 1.1.1.1.2.2 snj 880 1.1.1.1.2.2 snj 881 1.1.1.1.2.2 snj # Hyperlink URLs and RFC documents 882 1.1.1.1.2.2 snj 883 1.1.1.1.2.2 snj s/(http:\/\/[^ ,"\(\)]*[^ ,"\(\):;!?.])/<a href="$1">$1<\/a>/; 884 1.1.1.1.2.2 snj s/(ftp:\/\/[^ ,"\(\)]*[^ ,"\(\):;!?.])/<a href="$1">$1<\/a>/; 885 1.1.1.1.2.2 snj s/\bRFC\s*([1-9]\d*)/<a href="http:\/\/tools.ietf.org\/html\/rfc$1">$&<\/a>/; 886 1.1.1.1.2.2 snj 887 1.1.1.1.2.2 snj # Split README/RFC/parameter/restriction hyperlinks that span line breaks 888 1.1.1.1.2.2 snj 889 1.1.1.1.2.2 snj s/(<a href="[^"]*">)([-A-Za-z0-9_]*)\b([-<\/bB>]*\n *[<bB>]*)\b([-A-Za-z0-9_]*)(<\/a>)/$1$2$5$3$1$4$5/; 890 1.1.1.1.2.2 snj 891 1.1.1.1.2.2 snj # Glue manual/parameter/restriction hyperlinks without line breaks. 892 1.1.1.1.2.2 snj 893 1.1.1.1.2.2 snj s/(<a href="[^"]*">)([<bB>]*[-a-zA-Z0-9._]*[<bB>]*)<\/a>\1/$1$2/g; 894 1.1.1.1.2.2 snj # One more time: 895 1.1.1.1.2.2 snj s/(<a href="[^"]*">)([<bB>]*[-a-zA-Z0-9._]*[<bB>]*)<\/a>\1/$1$2/g; 896 1.1.1.1.2.2 snj 897 1.1.1.1.2.2 snj # Hyperlink phrases not in headers. 898 1.1.1.1.2.2 snj 899 1.1.1.1.2.2 snj if (/<\/*h\d>/) { 900 1.1.1.1.2.2 snj print; 901 1.1.1.1.2.2 snj $printit = 0; 902 1.1.1.1.2.2 snj next LINE; 903 1.1.1.1.2.2 snj } 904 1.1.1.1.2.2 snj s/canonical domains*/<a href="VIRTUAL_README.html#canonical">$&<\/a>/; 905 1.1.1.1.2.2 snj s/hosted domains*/<a href="VIRTUAL_README.html#canonical">$&<\/a>/; 906 1.1.1.1.2.2 snj #s/other domains*/<a href="VIRTUAL_README.html#canonical">&<\/a>/ 907 1.1.1.1.2.2 snj s/virtual alias example/<a href="VIRTUAL_README.html#virtual_alias">$&<\/a>/; 908 1.1.1.1.2.2 snj s/virtual mailbox example/<a href="VIRTUAL_README.html#virtual_mailbox">$&<\/a>/; 909 1.1.1.1.2.2 snj s/local domains*/<a href="ADDRESS_CLASS_README.html#local_domain_class">$&<\/a>/; 910 1.1.1.1.2.2 snj s/virtual alias domains*/<a href="ADDRESS_CLASS_README.html#virtual_alias_class">$&<\/a>/; 911 1.1.1.1.2.2 snj s/virtual ALIAS domains*/<a href="ADDRESS_CLASS_README.html#virtual_alias_class">$&<\/a>/; 912 1.1.1.1.2.2 snj s/virtual mailbox domains*/<a href="ADDRESS_CLASS_README.html#virtual_mailbox_class">$&<\/a>/; 913 1.1.1.1.2.2 snj s/virtual MAILBOX domains*/<a href="ADDRESS_CLASS_README.html#virtual_mailbox_class">$&<\/a>/; 914 1.1.1.1.2.2 snj s/relay domains*/<a href="ADDRESS_CLASS_README.html#relay_domain_class">$&<\/a>/; 915 1.1.1.1.2.2 snj s/default domains*/<a href="ADDRESS_CLASS_README.html#default_domain_class">$&<\/a>/; 916 1.1.1.1.2.2 snj s/mydestination domains*/<a href="ADDRESS_CLASS_README.html#local_domain_class">$&<\/a>/; 917 1.1.1.1.2.2 snj s/\b"*maildrop"* *queues*\b/<a href="QSHAPE_README.html#maildrop_queue">$&<\/a>/; 918 1.1.1.1.2.2 snj s/\b("*maildrop"*),/<a href="QSHAPE_README.html#maildrop_queue">$1<\/a>,/; 919 1.1.1.1.2.2 snj s/\b("*incoming"*) and\b/<a href="QSHAPE_README.html#incoming_queue">$1<\/a> and/; 920 1.1.1.1.2.2 snj s/\b("*incoming"*) or\b/<a href="QSHAPE_README.html#incoming_queue">$1<\/a> or/; 921 1.1.1.1.2.2 snj s/\b"*incoming"* *queues*\b/<a href="QSHAPE_README.html#incoming_queue">$&<\/a>/; 922 1.1.1.1.2.2 snj s/<b> *incoming *<\/b> *queues*\b/<a href="QSHAPE_README.html#incoming_queue">$&<\/a>/; 923 1.1.1.1.2.2 snj s/\b"*active"* *queues*\b/<a href="QSHAPE_README.html#active_queue">$&<\/a>/; 924 1.1.1.1.2.2 snj s/\b"*deferred"* *queues*\b/<a href="QSHAPE_README.html#deferred_queue">$&<\/a>/; 925 1.1.1.1.2.2 snj s/\b"*hold"* *queues*\b/<a href="QSHAPE_README.html#hold_queue">$&<\/a>/; 926 1.1.1.1.2.2 snj s/\b("*hold"*),/<a href="QSHAPE_README.html#hold_queue">$1<\/a>,/; 927 1.1.1.1.2.2 snj 928 1.1.1.1.2.2 snj # Hyperlink map types. 929 1.1.1.1.2.2 snj 930 1.1.1.1.2.2 snj s/\b(cdb):/<a href="CDB_README.html">$1<\/a>:/g; 931 1.1.1.1.2.2 snj s/\b(cidr):/<a href="cidr_table.5.html">$1<\/a>:/g; 932 1.1.1.1.2.2 snj s/\b(pcre):/<a href="pcre_table.5.html">$1<\/a>:/g; 933 1.1.1.1.2.2 snj s/\b(proxy):/<a href="proxymap.8.html">$1<\/a>:/g; 934 1.1.1.1.2.2 snj s/\b(pgsql):/<a href="pgsql_table.5.html">$1<\/a>:/g; 935 1.1.1.1.2.2 snj s/\b(mysql):/<a href="mysql_table.5.html">$1<\/a>:/g; 936 1.1.1.1.2.2 snj s/\b(nisplus):/<a href="nisplus_table.5.html">$1<\/a>:/g; 937 1.1.1.1.2.2 snj s/\b(ldap):/<a href="ldap_table.5.html">$1<\/a>:/g; 938 1.1.1.1.2.2 snj s/\b(regexp):/<a href="regexp_table.5.html">$1<\/a>:/g; 939 1.1.1.1.2.2 snj s/\b(tcp):/<a href="tcp_table.5.html">$1<\/a>:/g; 940 1.1.1.1.2.2 snj 941 1.1.1.1.2.2 snj # Do nice links for smtp:host:port etc. 942 1.1.1.1.2.2 snj 943 1.1.1.1.2.2 snj s/\b(error):/<a href="error.8.html">$1<\/a>:/g; 944 1.1.1.1.2.2 snj s/\b(smtp):/<a href="smtp.8.html">$1<\/a>:/g; 945 1.1.1.1.2.2 snj s/\b(lmtp):/<a href="lmtp.8.html">$1<\/a>:/g; 946 1.1.1.1.2.2 snj s/\b(local):/<a href="local.8.html">$1<\/a>:/g; 947 1.1.1.1.2.2 snj s/\b(virtual):/<a href="virtual.8.html">$1<\/a>:/g; 948 1.1.1.1.2.2 snj } 949 1.1.1.1.2.2 snj continue { 950 1.1.1.1.2.2 snj if ($printit) 951 1.1.1.1.2.2 snj { print; } 952 1.1.1.1.2.2 snj else 953 1.1.1.1.2.2 snj { $printit++ unless $nflag; } 954 1.1.1.1.2.2 snj } 955