smtpd likely remains stuck in an unclassified userspace loop. A diagnosis report and patch proposal were created locally.
Published session
Prompt
## Plan Pass
You are planning a fixer patch before any edits happen.
Read the evidence bundle at `./evidence.json`. The prepared workspace is `./workspace` and it was acquired via `debian-source`. The original pre-edit snapshot is available at `./source` if you need to inspect it. For interpreter processes, plan from the script/application entrypoint evidence first and include the runtime only as a second investigation target unless the evidence proves a runtime bug.
Validation expectation: try the project-level build/test entrypoint from the workspace root before reporting only a focused leaf compile. Detected candidate(s): `make` and, if available, `make check`. If the project-level command fails because dependencies or generated files are missing, include the exact command and failure reason in `## Validation`, then run the narrowest relevant compile/test that is still reproducible from a clean checkout.
Upstream-style expectation: before planning or editing, check for contribution/style docs (`CONTRIBUTING`, `HACKING`, `README-hacking`, `README.md`, `docs/`, `dev-docs/`) and scan the touched subsystem for local helpers. If the project has wrappers for file IO, path-relative IO, process spawning, memory allocation, logging, locking, or platform compatibility, prefer those wrappers over generic libc/std APIs. Do not invent a reproducer or user-visible failure that is not in the evidence bundle; if the evidence is profiler-only or indirect, describe it as a targeted mitigation or stop with a diagnosis instead of presenting a speculative patch as a confirmed bug fix. In the plan and final validation, name any such helper, convention, or evidence limit you found, or say that no relevant local helper was found. Treat this as a `postfix` upstream patch, not just a Debian-local workaround. Inspect the relevant code, nearby callers, project contribution docs, and local helper/compat APIs, but do not edit files in this pass.
Return a short markdown plan with these exact sections:
## Problem
## Evidence Confidence
## Proposed Subject
## Patch Plan
## Risks
## Validation
Classify `## Evidence Confidence` as exactly one of `reproduced`, `observed`, or `inferred`. Use `inferred` only for a no-patch diagnosis/report plan unless you can name the extra evidence you will collect before editing; inferred source patches are blocked by Fixer because they are not pull-request-ready. For `observed` source-patch plans, plan to say in the final `## Issue Connection` that the failure was observed by Fixer and not independently reproduced. The plan must explain how the proposed code change addresses the observed issue evidence, call out any prior Fixer patch that should be improved or replaced, reject awkward control flow such as avoidable `goto` if there is a cleaner bounded alternative, name any local helper APIs or maintainer conventions the patch should follow, and keep the intended maintainer-facing explanation clear enough that someone unfamiliar with the local complaint wording can still follow the fix. In `## Validation`, name the reproducible configure/build/test entrypoint you will try from the workspace root before any focused leaf compile or smoke check, and include one bounded independent reproduction attempt for the collected failure signal when it is safe and cheap. Do not plan to claim `reproduced` unless that reproduction command or test can actually show the failure.
## Patch Pass
You are working on a bounded fixer proposal.
Read the evidence bundle at `./evidence.json`. The prepared workspace is `./workspace` and it was acquired via `debian-source`. Produce the smallest reasonable patch for the target repository, keep the change upstreamable, prefer the clearest control flow available, and do not keep avoidable `goto` when a simpler structure would read better. Before introducing new file, process, allocation, locking, networking, or platform APIs, inspect nearby code and project contribution docs for existing helpers or compatibility wrappers and use those local patterns unless you can explain why they do not fit. Validate from a reproducible workspace-root entrypoint before falling back to focused leaf commands; if a build or test cannot run, report the exact command, the exact blocker, and any narrower check you ran instead. During validation, also try one bounded independent reproduction of the collected failure signal when it is safe and cheap, such as a failing test, smoke command, perf/strace comparison, or before/after runtime check. Only use `reproduced` if that command or test actually reproduced the failure; otherwise keep `observed` and report the reproduction blocker. The final explanation must connect the observed issue evidence to the actual code change, not just paraphrase the diff. Write like a maintainer is going to read the patch mail cold: explain the bug in plain language, define subsystem-specific jargon the first time you need it, and make the causal story obvious. Explicitly classify evidence confidence as `reproduced`, `observed`, or `inferred`: `reproduced` means you reproduced the failure locally; `observed` means Fixer has direct crash/log/trace evidence but you did not independently reproduce it; `inferred` means the source patch is not pull-request-ready, so do not leave a source diff unless you first gather stronger observed/reproduced evidence; otherwise return a no-patch diagnosis/report. For any source-changing `observed` patch, say explicitly in `## Issue Connection` that the failure was observed by Fixer and not independently reproduced. If you introduce non-obvious state translation, index remapping, or backend split logic, add a short source comment that explains the invariant being preserved.
Start by explaining the likely root cause from the collected perf, strace, and /proc evidence. If you cannot land a safe patch, leave a diagnosis that is strong enough for an upstream bug report.
Validation expectation: try the project-level build/test entrypoint from the workspace root before reporting only a focused leaf compile. Detected candidate(s): `make` and, if available, `make check`. If the project-level command fails because dependencies or generated files are missing, include the exact command and failure reason in `## Validation`, then run the narrowest relevant compile/test that is still reproducible from a clean checkout.
Upstream-style expectation: before planning or editing, check for contribution/style docs (`CONTRIBUTING`, `HACKING`, `README-hacking`, `README.md`, `docs/`, `dev-docs/`) and scan the touched subsystem for local helpers. If the project has wrappers for file IO, path-relative IO, process spawning, memory allocation, logging, locking, or platform compatibility, prefer those wrappers over generic libc/std APIs. Do not invent a reproducer or user-visible failure that is not in the evidence bundle; if the evidence is profiler-only or indirect, describe it as a targeted mitigation or stop with a diagnosis instead of presenting a speculative patch as a confirmed bug fix. In the plan and final validation, name any such helper, convention, or evidence limit you found, or say that no relevant local helper was found. Treat this as a `postfix` upstream patch, not just a Debian-local workaround.
Keep the change narrowly scoped and summarize validation clearly.
In every authoring pass, your final response must start with `Subject: <single-line git commit subject>` and then include these markdown sections exactly:
## Commit Message
A short upstream-friendly explanation of what changed and why. Write it in plain language that a maintainer can follow without local complaint context. If you use subsystem jargon, define it immediately.
## Evidence Confidence
Exactly one word: `reproduced`, `observed`, or `inferred`. Use `reproduced` only when you reproduced the failure locally with a command or test, and include that command/test in `## Validation`. Use `observed` when Fixer has direct crash/log/trace evidence but you did not independently reproduce it. If `## Git Add Paths` lists source files for an `observed` patch, `## Issue Connection` must explicitly say the failure was observed by Fixer and not independently reproduced. Use `inferred` for profiler/strace/indirect evidence; inferred responses may be no-patch diagnoses or reports, but inferred source patches are not pull-request-ready until stronger evidence is gathered.
## Issue Connection
Write this as maintainer-facing patch mail, not as local Fixer notes. Cover four things explicitly in readable sentences: the user-visible symptom or the exact collected signal, the code-level cause or the cautious inference from evidence, the specific change you made, and the expected effect. Do not invent a reproducer, command line, crash, or user-visible failure that is not present in the evidence bundle. If the evidence is direct-but-not-reproduced, say it was observed by Fixer and not independently reproduced. If the evidence is indirect and you did not gather stronger evidence, do not leave a source diff; write a no-patch diagnosis/report instead. Include an explicit effect sentence such as `The expected effect is ...`, `This should reduce ...`, or `This prevents ...` for source patches. If the logic is non-obvious in code, mention that you added a short explanatory comment.
## Git Add Paths
List the repo-relative paths that belong in the final patch, one per line. Use `None` only when you intentionally made no source changes. Include intentionally new files, and do not list generated build artifacts.
## Validation
List the checks you ran, or say clearly that you could not run them. Include the independent reproduction command/test and result when `## Evidence Confidence` is `reproduced`; if reproduction was attempted but blocked, name the exact blocker and keep confidence at `observed` or `inferred`.
Before editing, read the plan at `./plan-output.txt` and follow it unless the code proves part of it wrong. If you change course, say so explicitly in the final write-up instead of silently drifting from the plan.
## Review Pass 1 (local metadata check)
Local metadata consistency check
## Refinement Pass 1
You are refining a fixer patch after an explicit code review.
Read the evidence bundle at `./evidence.json`. The prepared workspace is `./workspace` and it was acquired via `debian-source`. Read the latest author response at `./patch-output.txt`. Read the review report at `./review-1-output.txt`. This is refinement round 1. The original pre-edit snapshot is available at `./source` if you need to compare the current patch against it. Re-read the planning pass at `./plan-output.txt` before editing. The workspace currently changes these repo-relative paths: bin/postalias, bin/postcat, bin/postconf, bin/postdrop, bin/postfix, bin/postkick, bin/postlock, bin/postlog, bin/postmap, bin/postmulti, bin/postqueue, bin/postsuper, bin/posttls-finger, bin/qmqp-sink, bin/qmqp-source, bin/rmail, bin/sendmail, bin/smtp-sink, bin/smtp-source, conf/bounce.cf.default, conf/main.cf.default, conf/makedefs.out, include/abounce.h, include/addr_match_list.h, include/allowed_prefix.h, include/anvil_clnt.h, include/argv.h, include/argv_attr.h, include/ascii_header_text.h, include/attr.h, include/attr_clnt.h, include/attr_override.h, include/auto_clnt.h, include/base32_code.h, include/base64_code.h, include/been_here.h, include/binhash.h, include/bounce.h, include/bounce_log.h, include/byte_mask.h, include/canon_addr.h, include/cfg_parser.h, include/check_arg.h, include/chroot_uid.h, include/cidr_match.h, include/clean_ascii_cntrl_space.h, include/clean_env.h, include/cleanup_user.h, include/clnt_stream.h, include/compat_level.h, include/compat_va_copy.h, include/config.h, include/config_known_tcp_ports.h, include/connect.h, include/conv_time.h, include/ctable.h, include/data_redirect.h, include/db_common.h, include/debug_peer.h, include/debug_process.h, include/defer.h, include/deliver_completed.h, include/deliver_flock.h, include/deliver_pass.h, include/deliver_request.h, include/delivered_hdr.h, include/dict.h, include/dict_cache.h, include/dict_cdb.h, include/dict_cidr.h, include/dict_db.h, include/dict_dbm.h, include/dict_debug.h, include/dict_env.h, include/dict_fail.h, include/dict_ht.h, include/dict_inline.h, include/dict_ldap.h, include/dict_lmdb.h, include/dict_memcache.h, include/dict_mongodb.h, include/dict_mysql.h, include/dict_ni.h, include/dict_nis.h, include/dict_nisplus.h, include/dict_pcre.h, include/dict_pgsql.h, include/dict_pipe.h, include/dict_proxy.h, include/dict_random.h, include/dict_regexp.h, include/dict_sdbm.h, include/dict_sockmap.h, include/dict_sqlite.h, include/dict_static.h, include/dict_tcp.h, include/dict_test_helper.h, include/dict_thash.h, include/dict_union.h, include/dict_unix.h, include/dir_forest.h, include/dns.h, include/domain_list.h, include/dot_lockfile.h, include/dot_lockfile_as.h, include/dsb_scan.h, include/dsn.h, include/dsn_buf.h, include/dsn_filter.h, include/dsn_mask.h, include/dsn_print.h, include/dsn_util.h, include/dynamicmaps.h, include/edit_file.h, include/ehlo_mask.h, include/events.h, include/exec_command.h, include/ext_prop.h, include/file_id.h, include/find_inet.h, include/flush_clnt.h, include/fold_addr.h, include/format_tv.h, include/fsspace.h, include/fullname.h, include/get_domainname.h, include/get_hostname.h, include/haproxy_srvr.h, include/hash_fnv.h, include/header_body_checks.h, include/header_opts.h, include/header_token.h, include/hex_code.h, include/hex_quote.h, include/hfrom_format.h, include/host_port.h, include/htable.h, include/inet_addr_host.h, include/inet_addr_list.h, include/inet_addr_local.h, include/inet_addr_sizes.h, include/inet_prefix_top.h, include/inet_proto.h, include/info_log_addr_form.h, include/input_transp.h, include/int_filt.h, include/iostuff.h, include/ip_match.h, include/is_header.h, include/killme_after.h, include/known_tcp_ports.h, include/ldseed.h, include/lex_822.h, include/line_number.h, include/line_wrap.h, include/listen.h, include/load_file.h, include/load_lib.h, include/log_adhoc.h, include/login_sender_match.h, include/logwriter.h, include/lstat_as.h, include/mac_expand.h, include/mac_midna.h, include/mac_parse.h, include/mail_addr.h, include/mail_addr_crunch.h, include/mail_addr_find.h, include/mail_addr_form.h, include/mail_addr_map.h, include/mail_conf.h, include/mail_copy.h, include/mail_date.h, include/mail_dict.h, include/mail_error.h, include/mail_flow.h, include/mail_flush.h, include/mail_open_ok.h, include/mail_params.h, include/mail_parm_split.h, include/mail_proto.h, include/mail_queue.h, include/mail_run.h, include/mail_scan_dir.h, include/mail_server.h, include/mail_stream.h, include/mail_task.h, include/mail_version.h, include/maillog_client.h, include/make_dirs.h, include/map_search.h, include/maps.h, include/mark_corrupt.h, include/mask_addr.h, include/master_proto.h, include/match_list.h, include/match_parent_style.h, include/match_service.h, include/mbox_conf.h, include/mbox_open.h, include/memcache_proto.h, include/midna_adomain.h, include/midna_domain.h, include/milter.h, include/mime_state.h, include/mkmap.h, include/mock_dict.h, include/mock_open_as.h, include/mock_spawn_command.h, include/mock_stat.h, include/msg.h, include/msg_capture.h, include/msg_logger.h, include/msg_output.h, include/msg_stats.h, include/msg_syslog.h, include/msg_vstream.h, include/mvect.h, include/myaddrinfo.h, include/myflock.h, include/mymalloc.h, include/mynetworks.h, include/mypwd.h, include/myrand.h, include/namadr_list.h, include/name_code.h, include/name_mask.h, include/nbbio.h, include/nbdb_clnt.h, include/nbdb_redirect.h, include/nbdb_surrogate.h, include/nbdb_util.h, include/netstring.h, include/normalize_mailhost_addr.h, include/normalize_v4mapped_addr.h, include/nvtable.h, include/off_cvt.h, include/open_as.h, include/open_lock.h, include/opened.h, include/ossl_digest.h, include/own_inet_addr.h, include/parse_utf8_char.h, include/pipe_command.h, include/pol_stats.h, include/posix_signals.h, include/post_mail.h, include/qmgr_user.h, include/qmqp_proto.h, include/quote_821_local.h, include/quote_822_local.h, include/quote_flags.h, include/rcpt_buf.h, include/rcpt_print.h, include/readlline.h, include/rec_attr_map.h, include/rec_streamlf.h, include/rec_type.h, include/recipie
[truncated 31096 bytes]
Response
## Plan Pass
## Problem
Fixer observed `smtpd` with a stack in the SMTP input path: `smtp_get()` -> `smtp_get_noexcept()` -> `vstring_get_flags_bound()` -> `timed_read()` -> `poll_fd()` -> `poll()`. The same bundle reports `State: S (sleeping)`, `wchan: poll_schedule_timeout`, one `restart_syscall` over 5 seconds, and only `1.7%` sampled CPU. That does not establish a Postfix busy loop.
## Evidence Confidence
inferred
## Proposed Subject
No upstream source patch yet: diagnose `smtpd` poll-wait evidence as insufficient for a safe Postfix code change.
## Patch Plan
Do not edit source from this evidence. The collected signal is indirect/profiler-heavy and internally points to a blocked read path, not a proven runaway userspace loop.
Relevant conventions found: no `CONTRIBUTING`, `HACKING`, `README-hacking`, `README.md`, `docs/`, or `dev-docs`; repo guidance exists in `AAAREADME`, `TESTING`, `PORTING`, and `.indent.pro`. The touched subsystem uses Postfix wrappers: `VSTREAM`/`VSTRING`, `smtp_stream_setup()`, `smtp_timeout_reset()`, `smtp_get()`, `smtp_get_noexcept()`, `timed_read()`, `poll_fd()`, `msg_*()` logging, and `mymalloc()`/`myfree()` allocation. Any future patch should preserve those helpers and avoid raw libc I/O or avoidable `goto` control flow.
Prior Fixer work already produced a no-patch diagnosis; improve/replace it only with clearer maintainer-facing evidence limits and validation notes, not a speculative Debian-local workaround.
## Risks
A premature patch could weaken SMTP timeout/deadline behavior, especially `smtpd_timeout`, `smtpd_per_request_deadline`, and minimum data-rate accounting. The observed installed binary was `3.10.6-1`, while this workspace is `3.11.2`, so unsymbolized offsets may not map cleanly.
## Validation
Before any focused check, try from the workspace root: `make`, then `make check` if available. If `make check` is unavailable, try the project test entrypoint `make tests`.
If the project-level command fails because dependencies or generated files are missing, record the exact command and blocker, then fall back to the narrowest relevant target such as `make makefiles ... && make`, `make -C src/global test`, `make -C src/util test`, or `make -C src/smtpd test`.
Bounded independent reproduction attempt: after build, run a short local `smtpd` smoke/trace invocation matching the evidence command when sandbox permissions allow it, and report whether it actually spins or simply blocks/exits. Do not claim `reproduced` unless that command shows the failure.
## Patch Pass
Subject: diagnose smtpd poll wait evidence as insufficient for patch
## Commit Message
No source change was made. The collected `smtpd` evidence points to a process blocked in Postfix’s SMTP stream input path, not to a confirmed tight userspace loop, so an upstream patch would be speculative without stronger evidence.
## Evidence Confidence
inferred
## Issue Connection
Fixer sampled an installed `smtpd` process whose stack passed through `smtp_get()`, `smtp_get_noexcept()`, `vstring_get_flags_bound()`, `timed_read()`, `poll_fd()`, and `poll()`. The same bundle reports `State: S (sleeping)`, `wchan: poll_schedule_timeout`, one `restart_syscall` over 5 seconds, and only `1.7%` sampled CPU.
The cautious inference is that `smtpd` was waiting for SMTP input through Postfix’s normal buffered I/O path. The `gettimeofday@plt` sample is consistent with `VSTREAM` deadline accounting, but the evidence does not prove a Postfix busy loop or timeout-accounting bug.
I followed the saved plan and left no source diff. Relevant local conventions found: no `CONTRIBUTING`, `HACKING`, `README-hacking`, `README.md`, `docs/`, or `dev-docs`; guidance is in `AAAREADME`, `TESTING`, `PORTING`, and `.indent.pro`. The implicated code uses Postfix helpers such as `VSTREAM`/`VSTRING`, `smtp_stream_setup()`, `smtp_timeout_reset()`, `timed_read()`, `poll_fd()`, `msg_*()`, and `mymalloc()`/`myfree()`.
The expected effect of this no-patch result is to avoid weakening SMTP timeout/deadline behavior based on indirect profiler evidence. A source patch needs stronger observed or reproduced evidence, such as a symbolized repeating userspace stack or a reproducible SMTP session that shows spinning rather than blocking in `poll`.
## Git Add Paths
None
## Validation
`make check`: failed because this tree has no `check` target: `make: *** No rule to make target 'check'. Stop.`
`make`: failed from the workspace root because Berkeley DB headers are missing: `No <db.h> include file found.`
`make makefiles CCARGS='-DNO_DB -DNO_NIS' default_database_type=cdb default_cache_db_type=cdb && make`: completed successfully.
`make tests`: failed in `src/util` during `dict_test` because `postmap` could not open `/etc/postfix/main.cf`: `postmap: fatal: open /etc/postfix/main.cf: No such file or directory`.
Independent reproduction attempt: `timeout 5s strace -f -tt -e trace=poll,restart_syscall,read ./libexec/smtpd -n smtp -t inet -u -c -o stress= -s 2` was blocked by ptrace restrictions: `PTRACE_TRACEME: Operation not permitted`. Running `timeout 5s ./libexec/smtpd -n smtp -t inet -u -c -o stress= -s 2` exited with status 1 and did not reproduce the collected poll-wait signal.
## Review Pass 1 (local metadata check)
RESULT: fix-needed
## Findings
1. Patch metadata drift: the workspace currently changes `bin/postalias`, `bin/postcat`, `bin/postconf`, `bin/postdrop`, `bin/postfix`, `bin/postkick`, `bin/postlock`, `bin/postlog`, `bin/postmap`, `bin/postmulti`, `bin/postqueue`, `bin/postsuper`, `bin/posttls-finger`, `bin/qmqp-sink`, `bin/qmqp-source`, `bin/rmail`, `bin/sendmail`, `bin/smtp-sink`, `bin/smtp-source`, `conf/bounce.cf.default`, `conf/main.cf.default`, `conf/makedefs.out`, `include/abounce.h`, `include/addr_match_list.h`, `include/allowed_prefix.h`, `include/anvil_clnt.h`, `include/argv.h`, `include/argv_attr.h`, `include/ascii_header_text.h`, `include/attr.h`, `include/attr_clnt.h`, `include/attr_override.h`, `include/auto_clnt.h`, `include/base32_code.h`, `include/base64_code.h`, `include/been_here.h`, `include/binhash.h`, `include/bounce.h`, `include/bounce_log.h`, `include/byte_mask.h`, `include/canon_addr.h`, `include/cfg_parser.h`, `include/check_arg.h`, `include/chroot_uid.h`, `include/cidr_match.h`, `include/clean_ascii_cntrl_space.h`, `include/clean_env.h`, `include/cleanup_user.h`, `include/clnt_stream.h`, `include/compat_level.h`, `include/compat_va_copy.h`, `include/config.h`, `include/config_known_tcp_ports.h`, `include/connect.h`, `include/conv_time.h`, `include/ctable.h`, `include/data_redirect.h`, `include/db_common.h`, `include/debug_peer.h`, `include/debug_process.h`, `include/defer.h`, `include/deliver_completed.h`, `include/deliver_flock.h`, `include/deliver_pass.h`, `include/deliver_request.h`, `include/delivered_hdr.h`, `include/dict.h`, `include/dict_cache.h`, `include/dict_cdb.h`, `include/dict_cidr.h`, `include/dict_db.h`, `include/dict_dbm.h`, `include/dict_debug.h`, `include/dict_env.h`, `include/dict_fail.h`, `include/dict_ht.h`, `include/dict_inline.h`, `include/dict_ldap.h`, `include/dict_lmdb.h`, `include/dict_memcache.h`, `include/dict_mongodb.h`, `include/dict_mysql.h`, `include/dict_ni.h`, `include/dict_nis.h`, `include/dict_nisplus.h`, `include/dict_pcre.h`, `include/dict_pgsql.h`, `include/dict_pipe.h`, `include/dict_proxy.h`, `include/dict_random.h`, `include/dict_regexp.h`, `include/dict_sdbm.h`, `include/dict_sockmap.h`, `include/dict_sqlite.h`, `include/dict_static.h`, `include/dict_tcp.h`, `include/dict_test_helper.h`, `include/dict_thash.h`, `include/dict_union.h`, `include/dict_unix.h`, `include/dir_forest.h`, `include/dns.h`, `include/domain_list.h`, `include/dot_lockfile.h`, `include/dot_lockfile_as.h`, `include/dsb_scan.h`, `include/dsn.h`, `include/dsn_buf.h`, `include/dsn_filter.h`, `include/dsn_mask.h`, `include/dsn_print.h`, `include/dsn_util.h`, `include/dynamicmaps.h`, `include/edit_file.h`, `include/ehlo_mask.h`, `include/events.h`, `include/exec_command.h`, `include/ext_prop.h`, `include/file_id.h`, `include/find_inet.h`, `include/flush_clnt.h`, `include/fold_addr.h`, `include/format_tv.h`, `include/fsspace.h`, `include/fullname.h`, `include/get_domainname.h`, `include/get_hostname.h`, `include/haproxy_srvr.h`, `include/hash_fnv.h`, `include/header_body_checks.h`, `include/header_opts.h`, `include/header_token.h`, `include/hex_code.h`, `include/hex_quote.h`, `include/hfrom_format.h`, `include/host_port.h`, `include/htable.h`, `include/inet_addr_host.h`, `include/inet_addr_list.h`, `include/inet_addr_local.h`, `include/inet_addr_sizes.h`, `include/inet_prefix_top.h`, `include/inet_proto.h`, `include/info_log_addr_form.h`, `include/input_transp.h`, `include/int_filt.h`, `include/iostuff.h`, `include/ip_match.h`, `include/is_header.h`, `include/killme_after.h`, `include/known_tcp_ports.h`, `include/ldseed.h`, `include/lex_822.h`, `include/line_number.h`, `include/line_wrap.h`, `include/listen.h`, `include/load_file.h`, `include/load_lib.h`, `include/log_adhoc.h`, `include/login_sender_match.h`, `include/logwriter.h`, `include/lstat_as.h`, `include/mac_expand.h`, `include/mac_midna.h`, `include/mac_parse.h`, `include/mail_addr.h`, `include/mail_addr_crunch.h`, `include/mail_addr_find.h`, `include/mail_addr_form.h`, `include/mail_addr_map.h`, `include/mail_conf.h`, `include/mail_copy.h`, `include/mail_date.h`, `include/mail_dict.h`, `include/mail_error.h`, `include/mail_flow.h`, `include/mail_flush.h`, `include/mail_open_ok.h`, `include/mail_params.h`, `include/mail_parm_split.h`, `include/mail_proto.h`, `include/mail_queue.h`, `include/mail_run.h`, `include/mail_scan_dir.h`, `include/mail_server.h`, `include/mail_stream.h`, `include/mail_task.h`, `include/mail_version.h`, `include/maillog_client.h`, `include/make_dirs.h`, `include/map_search.h`, `include/maps.h`, `include/mark_corrupt.h`, `include/mask_addr.h`, `include/master_proto.h`, `include/match_list.h`, `include/match_parent_style.h`, `include/match_service.h`, `include/mbox_conf.h`, `include/mbox_open.h`, `include/memcache_proto.h`, `include/midna_adomain.h`, `include/midna_domain.h`, `include/milter.h`, `include/mime_state.h`, `include/mkmap.h`, `include/mock_dict.h`, `include/mock_open_as.h`, `include/mock_spawn_command.h`, `include/mock_stat.h`, `include/msg.h`, `include/msg_capture.h`, `include/msg_logger.h`, `include/msg_output.h`, `include/msg_stats.h`, `include/msg_syslog.h`, `include/msg_vstream.h`, `include/mvect.h`, `include/myaddrinfo.h`, `include/myflock.h`, `include/mymalloc.h`, `include/mynetworks.h`, `include/mypwd.h`, `include/myrand.h`, `include/namadr_list.h`, `include/name_code.h`, `include/name_mask.h`, `include/nbbio.h`, `include/nbdb_clnt.h`, `include/nbdb_redirect.h`, `include/nbdb_surrogate.h`, `include/nbdb_util.h`, `include/netstring.h`, `include/normalize_mailhost_addr.h`, `include/normalize_v4mapped_addr.h`, `include/nvtable.h`, `include/off_cvt.h`, `include/open_as.h`, `include/open_lock.h`, `include/opened.h`, `include/ossl_digest.h`, `include/own_inet_addr.h`, `include/parse_utf8_char.h`, `include/pipe_command.h`, `include/pol_stats.h`, `include/posix_signals.h`, `include/post_mail.h`, `include/qmgr_user.h`, `include/qmqp_proto.h`, `include/quote_821_local.h`, `include/quote_822_local.h`, `include/quote_flags.h`, `include/rcpt_buf.h`, `include/rcpt_print.h`, `include/readlline.h`, `include/rec_attr_map.h`, `include/rec_streamlf.h`, `include/rec_type.h`, `include/recipient_list.h`, `include/record.h`, `include/resolve_clnt.h`, `include/resolve_local.h`, `include/rewrite_clnt.h`, `include/rfc2047_code.h`, `include/ring.h`, `include/safe.h`, `include/safe_open.h`, `include/safe_ultostr.h`, `include/sane_accept.h`, `include/sane_connect.h`, `include/sane_fsops.h`, `include/sane_socketpair.h`, `include/sane_strtol.h`, `include/sane_time.h`, `include/sasl_mech_filter.h`, `include/scache.h`, `include/scan_dir.h`, `include/sendopts.h`, `include/sent.h`, `include/server_acl.h`, `include/set_eugid.h`, `include/set_ugid.h`, `include/sigdelay.h`, `include/slmdb.h`, `include/smtp_reply_footer.h`, `include/smtp_stream.h`, `include/smtputf8.h`, `include/sock_addr.h`, `include/spawn_command.h`, `include/split_addr.h`, `include/split_at.h`, `include/stat_as.h`, `include/string_list.h`, `include/stringops.h`, `include/strip_addr.h`, `include/sys_defs.h`, `include/sys_exits.h`, `include/test_main.h`, `include/timecmp.h`, `include/timed_connect.h`, `include/timed_ipc.h`, `include/timed_wait.h`, `include/tls.h`, `include/tls_mgr.h`, `include/tls_prng.h`, `include/tls_proxy.h`, `include/tls_scache.h`, `include/tlsrpt_wrapper.h`, `include/tok822.h`, `include/trace.h`, `include/trigger.h`, `include/user_acl.h`, `include/username.h`, `include/uxtext.h`, `include/valid_hostname.h`, `include/valid_mailhost_addr.h`, `include/valid_uri_scheme.h`, `include/valid_utf8_hostname.h`, `include/vbuf.h`, `include/vbuf_print.h`, `include/verify.h`, `include/verify_clnt.h`, `include/verify_sender_addr.h`, `include/verp_sender.h`, `include/vstream.h`, `include/vstring.h`, `include/vstring_vstream.h`, `include/warn_stat.h`, `include/watchdog.h`, `include/wildcard_inet_addr.h`, `include/wrap_stat.h`, `include/xsasl.h`, `include/xtext.h`, `lib/libdns.a`, `lib/libglobal.a`, `lib/libmaster.a`, `lib/libmilter.a`, `lib/libtesting.a`, `lib/libtls.a`, `lib/libutil.a`, `lib/libxsasl.a`, `lib/nosleep.so`, `libexec/anvil`, `libexec/bounce`, `libexec/cleanup`, `libexec/discard`, `libexec/dnsblog`, `libexec/error`, `libexec/flush`, `libexec/fsstone`, `libexec/local`, `libexec/master`, `libexec/nbdb_reindexd`, `libexec/oqmgr`, `libexec/pickup`, `libexec/pipe`, `libexec/post-install`, `libexec/postfix-non-bdb-script`, `libexec/postfix-script`, `libexec/postfix-tls-script`, `libexec/postfix-wrapper`, `libexec/postlogd`, `libexec/postmulti-script`, `libexec/postscreen`, `libexec/proxymap`, `libexec/qmgr`, `libexec/qmqpd`, `libexec/scache`, `libexec/showq`, `libexec/smtp`, `libexec/smtpd`, `libexec/spawn`, `libexec/tlsmgr`, `libexec/tlsproxy`, `libexec/trivial-rewrite`, `libexec/verify`, `libexec/virtual`, `meta/main.cf.proto`, `meta/makedefs.out`, `meta/master.cf.proto`, `meta/postfix-files`, `rmail/Makefile`, `rmail/rmail`, `rmail/rmail.o`, `src/anvil/Makefile`, `src/anvil/anvil`, `src/anvil/anvil.o`, `src/bounce/Makefile`, `src/bounce/bounce`, `src/bounce/bounce.o`, `src/bounce/bounce_append_service.o`, `src/bounce/bounce_cleanup.o`, `src/bounce/bounce_notify_service.o`, `src/bounce/bounce_notify_util.o`, `src/bounce/bounce_notify_verp.o`, `src/bounce/bounce_one_service.o`, `src/bounce/bounce_template.o`, `src/bounce/bounce_templates.o`, `src/bounce/bounce_trace_service.o`, `src/bounce/bounce_warn_service.o`, `src/cleanup/Makefile`, `src/cleanup/cleanup`, `src/cleanup/cleanup.o`, `src/cleanup/cleanup_addr.o`, `src/cleanup/cleanup_api.o`, `src/cleanup/cleanup_body_edit.o`, `src/cleanup/cleanup_bounce.o`, `src/cleanup/cleanup_envelope.o`, `src/cleanup/cleanup_extracted.o`, `src/cleanup/cleanup_final.o`, `src/cleanup/cleanup_init.o`, `src/cleanup/cleanup_map11.o`, `src/cleanup/cleanup_map1n.o`, `src/cleanup/cleanup_masquerade.o`, `src/cleanup/cleanup_message.o`, `src/cleanup/cleanup_milter.o`, `src/cleanup/cleanup_out.o`, `src/cleanup/cleanup_out_recipient.o`, `src/cleanup/cleanup_region.o`, `src/cleanup/cleanup_rewrite.o`, `src/cleanup/cleanup_state.o`, `src/discard/Makefile`, `src/discard/discard`, `src/discard/discard.o`, `src/dns/Makefile`, `src/dns/dns_lookup.o`, `src/dns/dns_rr.o`, `src/dns/dns_rr_eq_sa.o`, `src/dns/dns_rr_filter.o`, `src/dns/dns_rr_to_pa.o`, `src/dns/dns_rr_to_sa.o`, `src/dns/dns_sa_to_rr.o`, `src/dns/dns_sec.o`, `src/dns/dns_str_resflags.o`, `src/dns/dns_strerror.o`, `src/dns/dns_strrecord.o`, `src/dns/dns_strtype.o`, `src/dns/libdns.a`, `src/dnsblog/Makefile`, `src/dnsblog/dnsblog`, `src/dnsblog/dnsblog.o`, `src/error/Makefile`, `src/error/error`, `src/error/error.o`, `src/flush/Makefile`, `src/flush/flush`, `src/flush/flush.o`, `src/fsstone/Makefile`, `src/fsstone/fsstone`, `src/fsstone/fsstone.o`, `src/global/Makefile`, `src/global/abounce.o`, `src/global/addr_match_list.o`, `src/global/allowed_prefix.o`, `src/global/anvil_clnt.o`, `src/global/ascii_header_text.o`, `src/global/attr_override.o`, `src/global/been_here.o`, `src/global/bounce.o`, `src/global/bounce_log.o`, `src/global/canon_addr.o`, `src/global/cfg_parser.o`, `src/global/cleanup_strerror.o`, `src/global/cleanup_strflags.o`, `src/global/clnt_stream.o`, `src/global/compat_level.o`, `src/global/config_known_tcp_ports.o`, `src/global/conv_time.o`, `src/global/data_redirect.o`, `src/global/db_common.o`, `src/global/debug_peer.o`, `src/global/debug_process.o`, `src/global/defer.o`, `src/global/deliver_completed.o`, `src/global/deliver_flock.o`, `src/global/deliver_pass.o`, `src/global/deliver_request.o`, `src/global/delivered_hdr.o`, `src/global/dict_ldap.o`, `src/global/dict_memcache.o`, `src/global/dict_mongodb.o`, `src/global/dict_mysql.o`, `src/global/dict_pgsql.o`, `src/global/dict_proxy.o`, `src/global/dict_sqlite.o`, `src/global/domain_list.o`, `src/global/dot_lockfile.o`, `src/global/dot_lockfile_as.o`, `src/global/dsb_scan.o`, `src/global/dsn.o`, `src/global/dsn_buf.o`, `src/global/dsn_filter.o`, `src/global/dsn_mask.o`, `src/global/dsn_print.o`, `src/global/dsn_util.o`, `src/global/dynamicmaps.o`, `src/global/ehlo_mask.o`, `src/global/ext_prop.o`, `src/global/file_id.o`, `src/global/flush_clnt.o`, `src/global/fold_addr.o`, `src/global/haproxy_srvr.o`, `src/global/header_body_checks.o`, `src/global/header_opts.o`, `src/global/header_token.o`, `src/global/hfrom_format.o`, `src/global/info_log_addr_form.o`, `src/global/input_transp.o`, `src/global/int_filt.o`, `src/global/is_header.o`, `src/global/libglobal.a`, `src/global/log_adhoc.o`, `src/global/login_sender_match.o`, `src/global/mail_addr.o`, `src/global/mail_addr_crunch.o`, `src/global/mail_addr_find.o`, `src/global/mail_addr_form.o`, `src/global/mail_addr_map.o`, `src/global/mail_command_client.o`, `src/global/mail_command_server.o`, `src/global/mail_conf.o`, `src/global/mail_conf_bool.o`, `src/global/mail_conf_int.o`, `src/global/mail_conf_long.o`, `src/global/mail_conf_nbool.o`, `src/global/mail_conf_nint.o`, `src/global/mail_conf_raw.o`, `src/global/mail_conf_str.o`, `src/global/mail_conf_time.o`, `src/global/mail_connect.o`, `src/global/mail_copy.o`, `src/global/mail_date.o`, `src/global/mail_dict.o`, `src/global/mail_error.o`, `src/global/mail_flush.o`, `src/global/mail_open_ok.o`, `src/global/mail_params.o`, `src/global/mail_parm_split.o`, `src/global/mail_pathname.o`, `src/global/mail_queue.o`, `src/global/mail_run.o`, `src/global/mail_scan_dir.o`, `src/global/mail_stream.o`, `src/global/mail_task.o`, `src/global/mail_trigger.o`, `src/global/mail_version.o`, `src/global/maillog_client.o`, `src/global/map_search.o`, `src/global/maps.o`, `src/global/mark_corrupt.o`, `src/global/match_parent_style.o`, `src/global/match_service.o`, `src/global/mbox_conf.o`, `src/global/mbox_open.o`, `src/global/memcache_proto.o`, `src/global/midna_adomain.o`, `src/global/mime_state.o`, `src/global/mkmap_proxy.o`, `src/global/msg_stats_print.o`, `src/global/msg_stats_scan.o`, `src/global/mynetworks.o`, `src/global/mypwd.o`, `src/global/namadr_list.o`, `src/global/nbdb_clnt.o`, `src/global/nbdb_redirect.o`, `src/global/nbdb_surrogate.o`, `src/global/nbdb_util.o`, `src/global/normalize_mailhost_addr.o`, `src/global/off_cvt.o`, `src/global/opened.o`, `src/global/own_inet_addr.o`, `src/global/pipe_command.o`, `src/global/pol_stats.o`, `src/global/post_mail.o`, `src/global/quote_821_local.o`, `src/global/quote_822_local.o`, `src/global/quote_flags.o`, `src/global/rcpt_buf.o`, `src/global/rcpt_print.o`, `src/global/rec_attr_map.o`, `src/global/rec_streamlf.o`, `src/global/rec_type.o`, `src/global/recipient_list.o`, `src/global/record.o`, `src/global/reject_deliver_request.o`, `src/global/remove.o`, `src/global/resolve_clnt.o`, `src/global/resolve_local.o`, `src/global/rewrite_clnt.o`, `src/global/rfc2047_code.o`, `src/global/safe_ultostr.o`, `src/global/sasl_mech_filter.o`, `src/global/scache_clnt.o`, `src/global/scache_multi.o`, `src/global/scache_single.o`, `src/global/sendopts.o`, `src/global/sent.o`, `src/global/server_acl.o`, `src/global/smtp_reply_footer.o`, `src/global/smtp_stream.o`, `src/global/smtputf8.o`, `src/global/split_addr.o`, `src/global/string_list.o`, `src/global/strip_addr.o`, `src/global/sys_exits.o`, `src/global/test_main.o`, `src/global/timed_ipc.o`, `src/global/tok822_find.o`, `src/global/tok822_node.o`, `src/global/tok822_parse.o`, `src/global/tok822_resolve.o`, `src/global/tok822_rewrite.o`, `src/global/tok822_tree.o`, `src/global/trace.o`, `src/global/user_acl.o`, `src/global/uxtext.o`, `src/global/valid_mailhost_addr.o`, `src/global/verify.o`, `src/global/verify_clnt.o`, `src/global/verify_sender_addr.o`, `src/global/verp_sender.o`, `src/global/wildcard_inet_addr.o`, `src/global/xtext.o`, `src/local/Makefile`, `src/local/alias.o`, `src/local/biff_notify.o`, `src/local/command.o`, `src/local/deliver_attr.o`, `src/local/dotforward.o`, `src/local/file.o`, `src/local/forward.o`, `src/local/include.o`, `src/local/indirect.o`, `src/local/local`, `src/local/local.o`, `src/local/local_expand.o`, `src/local/mailbox.o`, `src/local/maildir.o`, `src/local/recipient.o`, `src/local/resolve.o`, `src/local/token.o`, `src/local/unknown.o`, `src/master/Makefile`, `src/master/dgram_server.o`, `src/master/event_server.o`, `src/master/libmaster.a`, `src/master/mail_flow.o`, `src/master/master`, `src/master/master.o`, `src/master/master_avail.o`, `src/master/master_conf.o`, `src/master/master_ent.o`, `src/master/master_flow.o`, `src/master/master_listen.o`, `src/master/master_monitor.o`, `src/master/master_proto.o`, `src/master/master_service.o`, `src/master/master_sig.o`, `src/master/master_spawn.o`, `src/master/master_status.o`, `src/master/master_vars.o`, `src/master/master_wakeup.o`, `src/master/master_watch.o`, `src/master/multi_server.o`, `src/master/single_server.o`, `src/master/trigger_server.o`, `src/milter/Makefile`, `src/milter/libmilter.a`, `src/milter/milter.o`, `src/milter/milter8.o`, `src/milter/milter_macros.o`, `src/nbdb_reindexd/Makefile`, `src/nbdb_reindexd/nbdb_index_as.o`, `src/nbdb_reindexd/nbdb_process.o`, `src/nbdb_reindexd/nbdb_reindexd`, `src/nbdb_reindexd/nbdb_reindexd.o`, `src/nbdb_reindexd/nbdb_safe.o`, `src/nbdb_reindexd/nbdb_sniffer.o`, `src/oqmgr/Makefile`, `src/oqmgr/qmgr`, `src/oqmgr/qmgr.o`, `src/oqmgr/qmgr_active.o`, `src/oqmgr/qmgr_bounce.o`, `src/oqmgr/qmgr_defer.o`, `src/oqmgr/qmgr_deliver.o`, `src/oqmgr/qmgr_enable.o`, `src/oqmgr/qmgr_entry.o`, `src/oqmgr/qmgr_error.o`, `src/oqmgr/qmgr_feedback.o`, `src/oqmgr/qmgr_message.o`, `src/oqmgr/qmgr_move.o`, `src/oqmgr/qmgr_queue.o`, `src/oqmgr/qmgr_scan.o`, `src/oqmgr/qmgr_transport.o`, `src/pickup/Makefile`, `src/pickup/pickup`, `src/pickup/pickup.o`, `src/pipe/Makefile`, `src/pipe/pipe`, `src/pipe/pipe.o`, `src/postalias/Makefile`, `src/postalias/postalias`, `src/postalias/postalias.o`, `src/postcat/Makefile`, `src/postcat/postcat`, `src/postcat/postcat.o`, `src/postconf/Makefile`, `src/postconf/bool_table.h`, `src/postconf/bool_vars.h`, `src/postconf/int_table.h`, `src/postconf/int_vars.h`, `src/postconf/long_table.h`, `src/postconf/long_vars.h`, `src/postconf/makes_dummy`, `src/postconf/nbool_table.h`, `src/postconf/nbool_vars.h`, `src/postconf/nint_table.h`, `src/postconf/nint_vars.h`, `src/postconf/pcf_ldap_suffixes.h`, `src/postconf/pcf_memcache_suffixes.h`, `src/postconf/pcf_mongodb_suffixes.h`, `src/postconf/pcf_mysql_suffixes.h`, `src/postconf/pcf_pgsql_suffixes.h`, `src/postconf/pcf_sqlite_suffixes.h`, `src/postconf/postconf`, `src/postconf/postconf.o`, `src/postconf/postconf_builtin.o`, `src/postconf/postconf_dbms.o`, `src/postconf/postconf_edit.o`, `src/postconf/postconf_lookup.o`, `src/postconf/postconf_main.o`, `src/postconf/postconf_master.o`, `src/postconf/postconf_match.o`, `src/postconf/postconf_misc.o`, `src/postconf/postconf_node.o`, `src/postconf/postconf_other.o`, `src/postconf/postconf_print.o`, `src/postconf/postconf_service.o`, `src/postconf/postconf_unused.o`, `src/postconf/postconf_user.o`, `src/postconf/raw_table.h`, `src/postconf/raw_vars.h`, `src/postconf/str_fn_table.h`, `src/postconf/str_fn_vars.h`, `src/postconf/str_table.h`, `src/postconf/str_vars.h`, `src/postconf/time_table.h`, `src/postconf/time_vars.h`, `src/postdrop/Makefile`, `src/postdrop/postdrop`, `src/postdrop/postdrop.o`, `src/postfix/Makefile`, `src/postfix/postfix`, `src/postfix/postfix.o`, `src/postkick/Makefile`, `src/postkick/postkick`, `src/postkick/postkick.o`, `src/postlock/Makefile`, `src/postlock/postlock`, `src/postlock/postlock.o`, `src/postlog/Makefile`, `src/postlog/postlog`, `src/postlog/postlog.o`, `src/postlogd/Makefile`, `src/postlogd/postlogd`, `src/postlogd/postlogd.o`, `src/postmap/Makefile`, `src/postmap/postmap`, `src/postmap/postmap.o`, `src/postmulti/Makefile`, `src/postmulti/postmulti`, `src/postmulti/postmulti.o`, `src/postqueue/Makefile`, `src/postqueue/postqueue`, `src/postqueue/postqueue.o`, `src/postqueue/showq_compat.o`, `src/postqueue/showq_json.o`, `src/postscreen/Makefile`, `src/postscreen/postscreen`, `src/postscreen/postscreen.o`, `src/postscreen/postscreen_dict.o`, `src/postscreen/postscreen_dnsbl.o`, `src/postscreen/postscreen_early.o`, `src/postscreen/postscreen_endpt.o`, `src/postscreen/postscreen_expand.o`, `src/postscreen/postscreen_haproxy.o`, `src/postscreen/postscreen_misc.o`, `src/postscreen/postscreen_send.o`, `src/postscreen/postscreen_smtpd.o`, `src/postscreen/postscreen_starttls.o`, `src/postscreen/postscreen_state.o`, `src/postscreen/postscreen_tests.o`, `src/postsuper/Makefile`, `src/postsuper/postsuper`, `src/postsuper/postsuper.o`, `src/posttls-finger/Makefile`, `src/posttls-finger/posttls-finger`, `src/posttls-finger/posttls-finger.o`, `src/posttls-finger/tlsmgrmem.o`, `src/proxymap/Makefile`, `src/proxymap/proxymap`, `src/proxymap/proxymap.o`, `src/qmgr/Makefile`, `src/qmgr/qmgr`, `src/qmgr/qmgr.o`, `src/qmgr/qmgr_active.o`, `src/qmgr/qmgr_bounce.o`, `src/qmgr/qmgr_defer.o`, `src/qmgr/qmgr_deliver.o`, `src/qmgr/qmgr_enable.o`, `src/qmgr/qmgr_entry.o`, `src/qmgr/qmgr_error.o`, `src/qmgr/qmgr_feedback.o`, `src/qmgr/qmgr_job.o`, `src/qmgr/qmgr_message.o`, `src/qmgr/qmgr_move.o`, `src/qmgr/qmgr_peer.o`, `src/qmgr/qmgr_queue.o`, `src/qmgr/qmgr_scan.o`, `src/qmgr/qmgr_transport.o`, `src/qmqpd/Makefile`, `src/qmqpd/qmqpd`, `src/qmqpd/qmqpd.o`, `src/qmqpd/qmqpd_peer.o`, `src/qmqpd/qmqpd_state.o`, `src/scache/Makefile`, `src/scache/scache`, `src/scache/scache.o`, `src/sendmail/Makefile`, `src/sendmail/sendmail`, `src/sendmail/sendmail.o`, `src/showq/Makefile`, `src/showq/showq`, `src/showq/showq.o`, `src/smtp/Makefile`, `src/smtp/smtp`, `src/smtp/smtp.o`, `src/smtp/smtp_addr.o`, `src/smtp/smtp_chat.o`, `src/smtp/smtp_connect.o`, `src/smtp/smtp_key.o`, `src/smtp/smtp_map11.o`, `src/smtp/smtp_misc.o`, `src/smtp/smtp_proto.o`, `src/smtp/smtp_rcpt.o`, `src/smtp/smtp_reqtls_policy.o`, `src/smtp/smtp_reuse.o`, `src/smtp/smtp_sasl_auth_cache.o`, `src/smtp/smtp_sasl_glue.o`, `src/smtp/smtp_sasl_proto.o`, `src/smtp/smtp_session.o`, `src/smtp/smtp_state.o`, `src/smtp/smtp_tls_policy.o`, `src/smtp/smtp_tlsrpt.o`, `src/smtp/smtp_trouble.o`, `src/smtpd/Makefile`, `src/smtpd/smtpd`, `src/smtpd/smtpd.o`, `src/smtpd/smtpd_chat.o`, `src/smtpd/smtpd_check.o`, `src/smtpd/smtpd_dsn_fix.o`, `src/smtpd/smtpd_expand.o`, `src/smtpd/smtpd_haproxy.o`, `src/smtpd/smtpd_milter.o`, `src/smtpd/smtpd_peer.o`, `src/smtpd/smtpd_proxy.o`, `src/smtpd/smtpd_resolve.o`, `src/smtpd/smtpd_sasl_glue.o`, `src/smtpd/smtpd_sasl_proto.o`, `src/smtpd/smtpd_state.o`, `src/smtpd/smtpd_token.o`, `src/smtpd/smtpd_xforward.o`, `src/smtpstone/Makefile`, `src/smtpstone/qmqp-sink`, `src/smtpstone/qmqp-sink.o`, `src/smtpstone/qmqp-source`, `src/smtpstone/qmqp-source.o`, `src/smtpstone/smtp-sink`, `src/smtpstone/smtp-sink.o`, `src/smtpstone/smtp-source`, `src/smtpstone/smtp-source.o`, `src/spawn/Makefile`, `src/spawn/spawn`, `src/spawn/spawn.o`, `src/testing/Makefile`, `src/testing/dict_test_helper.o`, `src/testing/libtesting.a`, `src/testing/mock_dict.o`, `src/testing/mock_open_as.o`, `src/testing/mock_spawn_command.o`, `src/testing/mock_stat.o`, `src/testing/msg_capture.o`, `src/testing/nosleep.so`, `src/tls/Makefile`, `src/tls/libtls.a`, `src/tls/tls_bio_ops.o`, `src/tls/tls_certkey.o`, `src/tls/tls_client.o`, `src/tls/tls_dane.o`, `src/tls/tls_dh.o`, `src/tls/tls_fprint.o`, `src/tls/tls_level.o`, `src/tls/tls_mgr.o`, `src/tls/tls_misc.o`, `src/tls/tls_prng_dev.o`, `src/tls/tls_prng_egd.o`, `src/tls/tls_prng_exch.o`, `src/tls/tls_prng_file.o`, `src/tls/tls_proxy_client_misc.o`, `src/tls/tls_proxy_client_print.o`, `src/tls/tls_proxy_client_scan.o`, `src/tls/tls_proxy_clnt.o`, `src/tls/tls_proxy_context_print.o`, `src/tls/tls_proxy_context_scan.o`, `src/tls/tls_proxy_server_print.o`, `src/tls/tls_proxy_server_scan.o`, `src/tls/tls_scache.o`, `src/tls/tls_seed.o`, `src/tls/tls_server.o`, `src/tls/tls_session.o`, `src/tls/tls_stream.o`, `src/tls/tls_verify.o`, `src/tls/tlsrpt_wrapper.o`, `src/tlsmgr/Makefile`, `src/tlsmgr/tlsmgr`, `src/tlsmgr/tlsmgr.o`, `src/tlsproxy/Makefile`, `src/tlsproxy/tlsproxy`, `src/tlsproxy/tlsproxy.o`, `src/tlsproxy/tlsproxy_state.o`, `src/trivial-rewrite/Makefile`, `src/trivial-rewrite/resolve.o`, `src/trivial-rewrite/rewrite.o`, `src/trivial-rewrite/transport.o`, `src/trivial-rewrite/trivial-rewrite`, `src/trivial-rewrite/trivial-rewrite.o`, `src/util/Makefile`, `src/util/allascii.o`, `src/util/alldig.o`, `src/util/allprint.o`, `src/util/allspace.o`, `src/util/argv.o`, `src/util/argv_attr_print.o`, `src/util/argv_attr_scan.o`, `src/util/argv_split.o`, `src/util/argv_split_at.o`, `src/util/argv_splitq.o`, `src/util/attr_clnt.o`, `src/util/attr_print0.o`, `src/util/attr_print64.o`, `src/util/attr_print_plain.o`, `src/util/attr_scan0.o`, `src/util/attr_scan64.o`, `src/util/attr_scan_plain.o`, `src/util/auto_clnt.o`, `src/util/balpar.o`, `src/util/base32_code.o`, `src/util/base64_code.o`, `src/util/basename.o`, `src/util/binhash.o`, `src/util/byte_mask.o`, `src/util/casefold.o`, `src/util/chroot_uid.o`, `src/util/cidr_match.o`, `src/util/clean_ascii_cntrl_space.o`, `src/util/clean_env.o`, `src/util/close_on_exec.o`, `src/util/concatenate.o`, `src/util/ctable.o`, `src/util/dict.o`, `src/util/dict_alloc.o`, `src/util/dict_cache.o`, `src/util/dict_cdb.o`, `src/util/dict_cidr.o`, `src/util/dict_db.o`, `src/util/dict_dbm.o`, `src/util/dict_debug.o`, `src/util/dict_env.o`, `src/util/dict_fail.o`, `src/util/dict_file.o`, `src/util/dict_ht.o`, `src/util/dict_inline.o`, `src/util/dict_lmdb.o`, `src/util/dict_ni.o`, `src/util/dict_nis.o`, `src/util/dict_nisplus.o`, `src/util/dict_open`, `src/util/dict_open.o`, `src/util/dict_pcre.o`, `src/util/dict_pipe.o`, `src/util/dict_random.o`, `src/util/dict_regexp.o`, `src/util/dict_sdbm.o`, `src/util/dict_sockmap.o`, `src/util/dict_static.o`, `src/util/dict_stream.o`, `src/util/dict_surrogate.o`, `src/util/dict_tcp.o`, `src/util/dict_test.o`, `src/util/dict_thash.o`, `src/util/dict_union.o`, `src/util/dict_unix.o`, `src/util/dict_utf8.o`, `src/util/dir_forest.o`, `src/util/doze.o`, `src/util/dummy_read.o`, `src/util/dummy_write.o`, `src/util/duplex_pipe.o`, `src/util/edit_file.o`, `src/util/environ.o`, `src/util/events.o`, `src/util/exec_command.o`, `src/util/extpar.o`, `src/util/fifo_listen.o`, `src/util/fifo_trigger.o`, `src/util/file_limit.o`, `src/util/find_inet.o`, `src/util/format_tv.o`, `src/util/fsspace.o`, `src/util/fullname.o`, `src/util/get_domainname.o`, `src/util/get_hostname.o`, `src/util/hash_fnv.o`, `src/util/hex_code.o`, `src/util/hex_quote.o`, `src/util/host_port.o`, `src/util/htable.o`, `src/util/inet_addr_host.o`, `src/util/inet_addr_list.o`, `src/util/inet_addr_local.o`, `src/util/inet_addr_sizes.o`, `src/util/inet_connect.o`, `src/util/inet_listen.o`, `src/util/inet_prefix_top.o`, `src/util/inet_proto.o`, `src/util/inet_trigger.o`, `src/util/inet_windowsize.o`, `src/util/ip_match.o`, `src/util/killme_after.o`, `src/util/known_tcp_ports.o`, `src/util/ldseed.o`, `src/util/libutil.a`, `src/util/line_number.o`, `src/util/line_wrap.o`, `src/util/load_file.o`, `src/util/load_lib.o`, `src/util/logwriter.o`, `src/util/lowercase.o`, `src/util/lstat_as.o`, `src/util/mac_expand`, `src/util/mac_expand.o`, `src/util/mac_midna.o`, `src/util/mac_parse.o`, `src/util/make_dirs.o`, `src/util/mask_addr.o`, `src/util/match_list.o`, `src/util/match_ops.o`, `src/util/midna_domain.o`, `src/util/mkmap_cdb.o`, `src/util/mkmap_db.o`, `src/util/mkmap_dbm.o`, `src/util/mkmap_fail.o`, `src/util/mkmap_lmdb.o`, `src/util/mkmap_open.o`, `src/util/mkmap_sdbm.o`, `src/util/msg.o`, `src/util/msg_logger.o`, `src/util/msg_output.o`, `src/util/msg_rate_delay.o`, `src/util/msg_syslog.o`, `src/util/msg_vstream.o`, `src/util/mvect.o`, `src/util/myaddrinfo.o`, `src/util/myflock.o`, `src/util/mymalloc.o`, `src/util/myrand.o`, `src/util/mystrerror.o`, `src/util/mystrtok.o`, `src/util/name_code.o`, `src/util/name_mask.o`, `src/util/nbbio.o`, `src/util/netstring.o`, `src/util/neuter.o`, `src/util/non_blocking.o`, `src/util/normalize_v4mapped_addr.o`, `src/util/normalize_ws.o`, `src/util/nvtable.o`, `src/util/open_as.o`, `src/util/open_limit.o`, `src/util/open_lock.o`, `src/util/ossl_digest.o`, `src/util/pass_accept.o`, `src/util/pass_trigger.o`, `src/util/peekfd.o`, `src/util/poll_fd.o`, `src/util/posix_signals.o`, `src/util/printable.o`, `src/util/quote_for_json.o`, `src/util/rand_sleep.o`, `src/util/readlline.o`, `src/util/recv_pass_attr.o`, `src/util/ring.o`, `src/util/safe_getenv.o`, `src/util/safe_open.o`, `src/util/sane_accept.o`, `src/util/sane_basename.o`, `src/util/sane_connect.o`, `src/util/sane_link.o`, `src/util/sane_rename.o`, `src/util/sane_sockaddr_to_hostaddr.o`, `src/util/sane_socketpair.o`, `src/util/sane_strtol.o`, `src/util/sane_time.o`, `src/util/scan_dir.o`, `src/util/set_eugid.o`, `src/util/set_ugid.o`, `src/util/sigdelay.o`, `src/util/skipblanks.o`, `src/util/slmdb.o`, `src/util/sock_addr.o`, `src/util/spawn_command.o`, `src/util/split_at.o`, `src/util/split_nameval.o`, `src/util/split_qnameval.o`, `src/util/stat_as.o`, `src/util/strcasecmp_utf8.o`, `src/util/stream_connect.o`, `src/util/stream_listen.o`, `src/util/stream_recv_fd.o`, `src/util/stream_send_fd.o`, `src/util/stream_trigger.o`, `src/util/sys_compat.o`, `src/util/timecmp.o`, `src/util/timed_connect.o`, `src/util/timed_read.o`, `src/util/timed_wait.o`, `src/util/timed_write.o`, `src/util/translit.o`, `src/util/trimblanks.o`, `src/util/unescape.o`, `src/util/unix_connect.o`, `src/util/unix_dgram_connect.o`, `src/util/unix_dgram_listen.o`, `src/util/unix_listen.o`, `src/util/unix_pass_fd_fix.o`, `src/util/unix_recv_fd.o`, `src/util/unix_send_fd.o`, `src/util/unix_trigger.o`, `src/util/unsafe.o`, `src/util/uppercase.o`, `src/util/username.o`, `src/util/valid_hostname`, `src/util/valid_hostname.o`, `src/util/valid_uri_scheme.o`, `src/util/valid_utf8_hostname.o`, `src/util/valid_utf8_string.o`, `src/util/vbuf.o`, `src/util/vbuf_print.o`, `src/util/vstream.o`, `src/util/vstream_popen.o`, `src/util/vstream_tweak.o`, `src/util/vstring.o`, `src/util/vstring_vstream.o`, `src/util/warn_stat.o`, `src/util/watchdog.o`, `src/util/wrap_stat.o`, `src/util/write_buf.o`, `src/verify/Makefile`, `src/verify/verify`, `src/verify/verify.o`, `src/virtual/Makefile`, `src/virtual/deliver_attr.o`, `src/virtual/mailbox.o`, `src/virtual/maildir.o`, `src/virtual/recipient.o`, `src/virtual/unknown.o`, `src/virtual/virtual`, `src/virtual/virtual.o`, `src/xsasl/Makefile`, `src/xsasl/libxsasl.a`, `src/xsasl/xsasl_client.o`, `src/xsasl/xsasl_cyrus_client.o`, `src/xsasl/xsasl_cyrus_log.o`, `src/xsasl/xsasl_cyrus_security.o`, `src/xsasl/xsasl_cyrus_server.o`, `src/xsasl/xsasl_dovecot_server.o`, `src/xsasl/xsasl_server.o`, but `## Git Add Paths` lists `None`. Update `## Git Add Paths` to match the real shipped file set exactly, and make sure `## Issue Connection` explains every functional file that remains in the patch.
2. Missing from `## Git Add Paths`: `bin/postalias`, `bin/postcat`, `bin/postconf`, `bin/postdrop`, `bin/postfix`, `bin/postkick`, `bin/postlock`, `bin/postlog`, `bin/postmap`, `bin/postmulti`, `bin/postqueue`, `bin/postsuper`, `bin/posttls-finger`, `bin/qmqp-sink`, `bin/qmqp-source`, `bin/rmail`, `bin/sendmail`, `bin/smtp-sink`, `bin/smtp-source`, `conf/bounce.cf.default`, `conf/main.cf.default`, `conf/makedefs.out`, `include/abounce.h`, `include/addr_match_list.h`, `include/allowed_prefix.h`, `include/anvil_clnt.h`, `include/argv.h`, `include/argv_attr.h`, `include/ascii_header_text.h`, `include/attr.h`, `include/attr_clnt.h`, `include/attr_override.h`, `include/auto_clnt.h`, `include/base32_code.h`, `include/base64_code.h`, `include/been_here.h`, `include/binhash.h`, `include/bounce.h`, `include/bounce_log.h`, `include/byte_mask.h`, `include/canon_addr.h`, `include/cfg_parser.h`, `include/check_arg.h`, `include/chroot_uid.h`, `include/cidr_match.h`, `include/clean_ascii_cntrl_space.h`, `include/clean_env.h`, `include/cleanup_user.h`, `include/clnt_stream.h`, `include/compat_level.h`, `include/compat_va_copy.h`, `include/config.h`, `include/config_known_tcp_ports.h`, `include/connect.h`, `include/conv_time.h`, `include/ctable.h`, `include/data_redirect.h`, `include/db_common.h`, `include/debug_peer.h`, `include/debug_process.h`, `include/defer.h`, `include/deliver_completed.h`, `include/deliver_flock.h`, `include/deliver_pass.h`, `include/deliver_request.h`, `include/delivered_hdr.h`, `include/dict.h`, `include/dict_cache.h`, `include/dict_cdb.h`, `include/dict_cidr.h`, `include/dict_db.h`, `include/dict_dbm.h`, `include/dict_debug.h`, `include/dict_env.h`, `include/dict_fail.h`, `include/dict_ht.h`, `include/dict_inline.h`, `include/dict_ldap.h`, `include/dict_lmdb.h`, `include/dict_memcache.h`, `include/dict_mongodb.h`, `include/dict_mysql.h`, `include/dict_ni.h`, `include/dict_nis.h`, `include/dict_nisplus.h`, `include/dict_pcre.h`, `include/dict_pgsql.h`, `include/dict_pipe.h`, `include/dict_proxy.h`, `include/dict_random.h`, `include/dict_regexp.h`, `include/dict_sdbm.h`, `include/dict_sockmap.h`, `include/dict_sqlite.h`, `include/dict_static.h`, `include/dict_tcp.h`, `include/dict_test_helper.h`, `include/dict_thash.h`, `include/dict_union.h`, `include/dict_unix.h`, `include/dir_forest.h`, `include/dns.h`, `include/domain_list.h`, `include/dot_lockfile.h`, `include/dot_lockfile_as.h`, `include/dsb_scan.h`, `include/dsn.h`, `include/dsn_buf.h`, `include/dsn_filter.h`, `include/dsn_mask.h`, `include/dsn_print.h`, `include/dsn_util.h`, `include/dynamicmaps.h`, `include/edit_file.h`, `include/ehlo_mask.h`, `include/events.h`, `include/exec_command.h`, `include/ext_prop.h`, `include/file_id.h`, `include/find_inet.h`, `include/flush_clnt.h`, `include/fold_addr.h`, `include/format_tv.h`, `include/fsspace.h`, `include/fullname.h`, `include/get_domainname.h`, `include/get_hostname.h`, `include/haproxy_srvr.h`, `include/hash_fnv.h`, `include/header_body_checks.h`, `include/header_opts.h`, `include/header_token.h`, `include/hex_code.h`, `include/hex_quote.h`, `include/hfrom_format.h`, `include/host_port.h`, `include/htable.h`, `include/inet_addr_host.h`, `include/inet_addr_list.h`, `include/inet_addr_local.h`, `include/inet_addr_sizes.h`, `include/inet_prefix_top.h`, `include/inet_proto.h`, `include/info_log_addr_form.h`, `include/input_transp.h`, `include/int_filt.h`, `include/iostuff.h`, `include/ip_match.h`, `include/is_header.h`, `include/killme_after.h`, `include/known_tcp_ports.h`, `include/ldseed.h`, `include/lex_822.h`, `include/line_number.h`, `include/line_wrap.h`, `include/listen.h`, `include/load_file.h`, `include/load_lib.h`, `include/log_adhoc.h`, `include/login_sender_match.h`, `include/logwriter.h`, `include/lstat_as.h`, `include/mac_expand.h`, `include/mac_midna.h`, `include/mac_parse.h`, `include/mail_addr.h`, `include/mail_addr_crunch.h`, `include/mail_addr_find.h`, `include/mail_addr_form.h`, `include/mail_addr_map.h`, `include/mail_conf.h`, `include/mail_copy.h`, `include/mail_date.h`, `include/mail_dict.h`, `include/mail_error.h`, `include/mail_flow.h`, `include/mail_flush.h`, `include/mail_open_ok.h`, `include/mail_params.h`, `include/mail_parm_split.h`, `include/mail_proto.h`, `include/mail_queue.h`, `include/mail_run.h`, `include/mail_scan_dir.h`, `include/mail_server.h`, `include/mail_stream.h`, `include/mail_task.h`, `include/mail_version.h`, `include/maillog_client.h`, `include/make_dirs.h`, `include/map_search.h`, `include/maps.h`, `include/mark_corrupt.h`, `include/mask_addr.h`, `include/master_proto.h`, `include/match_list.h`, `include/match_parent_style.h`, `include/match_service.h`, `include/mbox_conf.h`, `include/mbox_open.h`, `include/memcache_proto.h`, `include/midna_adomain.h`, `include/midna_domain.h`, `include/milter.h`, `include/mime_state.h`, `include/mkmap.h`, `include/mock_dict.h`, `include/mock_open_as.h`, `include/mock_spawn_command.h`, `include/mock_stat.h`, `include/msg.h`, `include/msg_capture.h`, `include/msg_logger.h`, `include/msg_output.h`, `include/msg_stats.h`, `include/msg_syslog.h`, `include/msg_vstream.h`, `include/mvect.h`, `include/myaddrinfo.h`, `include/myflock.h`, `include/mymalloc.h`, `include/mynetworks.h`, `include/mypwd.h`, `include/myrand.h`, `include/namadr_list.h`, `include/name_code.h`, `include/name_mask.h`, `include/nbbio.h`, `include/nbdb_clnt.h`, `include/nbdb_redirect.h`, `include/nbdb_surrogate.h`, `include/nbdb_util.h`, `include/netstring.h`, `include/normalize_mailhost_addr.h`, `include/normalize_v4mapped_addr.h`, `include/nvtable.h`, `include/off_cvt.h`, `include/open_as.h`, `include/open_lock.h`, `include/opened.h`, `include/ossl_digest.h`, `include/own_inet_addr.h`, `include/parse_utf8_char.h`, `include/pipe_command.h`, `include/pol_stats.h`, `include/posix_signals.h`, `include/post_mail.h`, `include/qmgr_user.h`, `include/qmqp_proto.h`, `include/quote_821_local.h`, `include/quote_822_local.h`, `include/quote_flags.h`, `include/rcpt_buf.h`, `include/rcpt_print.h`, `include/readlline.h`, `include/rec_attr_map.h`, `include/rec_streamlf.h`, `include/rec_type.h`, `include/recipient_list.h`, `include/record.h`, `include/resolve_clnt.h`, `include/resolve_local.h`, `include/rewrite_clnt.h`, `include/rfc2047_code.h`, `include/ring.h`, `include/safe.h`, `include/safe_open.h`, `include/safe_ultostr.h`, `include/sane_accept.h`, `include/sane_connect.h`, `include/sane_fsops.h`, `include/sane_socketpair.h`, `include/sane_strtol.h`, `include/sane_time.h`, `include/sasl_mech_filter.h`, `include/scache.h`, `include/scan_dir.h`, `include/sendopts.h`, `include/sent.h`, `include/server_acl.h`, `include/set_eugid.h`, `include/set_ugid.h`, `include/sigdelay.h`, `include/slmdb.h`, `include/smtp_reply_footer.h`, `include/smtp_stream.h`, `include/smtputf8.h`, `include/sock_addr.h`, `include/spawn_command.h`, `include/split_addr.h`, `include/split_at.h`, `include/stat_as.h`, `include/string_list.h`, `include/stringops.h`, `include/strip_addr.h`, `include/sys_defs.h`, `include/sys_exits.h`, `include/test_main.h`, `include/timecmp.h`, `include/timed_connect.h`, `include/timed_ipc.h`, `include/timed_wait.h`, `include/tls.h`, `include/tls_mgr.h`, `include/tls_prng.h`, `include/tls_proxy.h`, `include/tls_scache.h`, `include/tlsrpt_wrapper.h`, `include/tok822.h`, `include/trace.h`, `include/trigger.h`, `include/user_acl.h`, `include/username.h`, `include/uxtext.h`, `include/valid_hostname.h`, `include/valid_mailhost_addr.h`, `include/valid_uri_scheme.h`, `include/valid_utf8_hostname.h`, `include/vbuf.h`, `include/vbuf_print.h`, `include/verify.h`, `include/verify_clnt.h`, `include/verify_sender_addr.h`, `include/verp_sender.h`, `include/vstream.h`, `include/vstring.h`, `include/vstring_vstream.h`, `include/warn_stat.h`, `include/watchdog.h`, `include/wildcard_inet_addr.h`, `include/wrap_stat.h`, `include/xsasl.h`, `include/xtext.h`, `lib/libdns.a`, `lib/libglobal.a`, `lib/libmaster.a`, `lib/libmilter.a`, `lib/libtesting.a`, `lib/libtls.a`, `lib/libutil.a`, `lib/libxsasl.a`, `lib/nosleep.so`, `libexec/anvil`, `libexec/bounce`, `libexec/cleanup`, `libexec/discard`, `libexec/dnsblog`, `libexec/error`, `libexec/flush`, `libexec/fsstone`, `libexec/local`, `libexec/master`, `libexec/nbdb_reindexd`, `libexec/oqmgr`, `libexec/pickup`, `libexec/pipe`, `libexec/post-install`, `libexec/postfix-non-bdb-script`, `libexec/postfix-script`, `libexec/postfix-tls-script`, `libexec/postfix-wrapper`, `libexec/postlogd`, `libexec/postmulti-script`, `libexec/postscreen`, `libexec/proxymap`, `libexec/qmgr`, `libexec/qmqpd`, `libexec/scache`, `libexec/showq`, `libexec/smtp`, `libexec/smtpd`, `libexec/spawn`, `libexec/tlsmgr`, `libexec/tlsproxy`, `libexec/trivial-rewrite`, `libexec/verify`, `libexec/virtual`, `meta/main.cf.proto`, `meta/makedefs.out`, `meta/master.cf.proto`, `meta/postfix-files`, `rmail/Makefile`, `rmail/rmail`, `rmail/rmail.o`, `src/anvil/Makefile`, `src/anvil/anvil`, `src/anvil/anvil.o`, `src/bounce/Makefile`, `src/bounce/bounce`, `src/bounce/bounce.o`, `src/bounce/bounce_append_service.o`, `src/bounce/bounce_cleanup.o`, `src/bounce/bounce_notify_service.o`, `src/bounce/bounce_notify_util.o`, `src/bounce/bounce_notify_verp.o`, `src/bounce/bounce_one_service.o`, `src/bounce/bounce_template.o`, `src/bounce/bounce_templates.o`, `src/bounce/bounce_trace_service.o`, `src/bounce/bounce_warn_service.o`, `src/cleanup/Makefile`, `src/cleanup/cleanup`, `src/cleanup/cleanup.o`, `src/cleanup/cleanup_addr.o`, `src/cleanup/cleanup_api.o`, `src/cleanup/cleanup_body_edit.o`, `src/cleanup/cleanup_bounce.o`, `src/cleanup/cleanup_envelope.o`, `src/cleanup/cleanup_extracted.o`, `src/cleanup/cleanup_final.o`, `src/cleanup/cleanup_init.o`, `src/cleanup/cleanup_map11.o`, `src/cleanup/cleanup_map1n.o`, `src/cleanup/cleanup_masquerade.o`, `src/cleanup/cleanup_message.o`, `src/cleanup/cleanup_milter.o`, `src/cleanup/cleanup_out.o`, `src/cleanup/cleanup_out_recipient.o`, `src/cleanup/cleanup_region.o`, `src/cleanup/cleanup_rewrite.o`, `src/cleanup/cleanup_state.o`, `src/discard/Makefile`, `src/discard/discard`, `src/discard/discard.o`, `src/dns/Makefile`, `src/dns/dns_lookup.o`, `src/dns/dns_rr.o`, `src/dns/dns_rr_eq_sa.o`, `src/dns/dns_rr_filter.o`, `src/dns/dns_rr_to_pa.o`, `src/dns/dns_rr_to_sa.o`, `src/dns/dns_sa_to_rr.o`, `src/dns/dns_sec.o`, `src/dns/dns_str_resflags.o`, `src/dns/dns_strerror.o`, `src/dns/dns_strrecord.o`, `src/dns/dns_strtype.o`, `src/dns/libdns.a`, `src/dnsblog/Makefile`, `src/dnsblog/dnsblog`, `src/dnsblog/dnsblog.o`, `src/error/Makefile`, `src/error/error`, `src/error/error.o`, `src/flush/Makefile`, `src/flush/flush`, `src/flush/flush.o`, `src/fsstone/Makefile`, `src/fsstone/fsstone`, `src/fsstone/fsstone.o`, `src/global/Makefile`, `src/global/abounce.o`, `src/global/addr_match_list.o`, `src/global/allowed_prefix.o`, `src/global/anvil_clnt.o`, `src/global/ascii_header_text.o`, `src/global/attr_override.o`, `src/global/been_here.o`, `src/global/bounce.o`, `src/global/bounce_log.o`, `src/global/canon_addr.o`, `src/global/cfg_parser.o`, `src/global/cleanup_strerror.o`, `src/global/cleanup_strflags.o`, `src/global/clnt_stream.o`, `src/global/compat_level.o`, `src/global/config_known_tcp_ports.o`, `src/global/conv_time.o`, `src/global/data_redirect.o`, `src/global/db_common.o`, `src/global/debug_peer.o`, `src/global/debug_process.o`, `src/global/defer.o`, `src/global/deliver_completed.o`, `src/global/deliver_flock.o`, `src/global/deliver_pass.o`, `src/global/deliver_request.o`, `src/global/delivered_hdr.o`, `src/global/dict_ldap.o`, `src/global/dict_memcache.o`, `src/global/dict_mongodb.o`, `src/global/dict_mysql.o`, `src/global/dict_pgsql.o`, `src/global/dict_proxy.o`, `src/global/dict_sqlite.o`, `src/global/domain_list.o`, `src/global/dot_lockfile.o`, `src/global/dot_lockfile_as.o`, `src/global/dsb_scan.o`, `src/global/dsn.o`, `src/global/dsn_buf.o`, `src/global/dsn_filter.o`, `src/global/dsn_mask.o`, `src/global/dsn_print.o`, `src/global/dsn_util.o`, `src/global/dynamicmaps.o`, `src/global/ehlo_mask.o`, `src/global/ext_prop.o`, `src/global/file_id.o`, `src/global/flush_clnt.o`, `src/global/fold_addr.o`, `src/global/haproxy_srvr.o`, `src/global/header_body_checks.o`, `src/global/header_opts.o`, `src/global/header_token.o`, `src/global/hfrom_format.o`, `src/global/info_log_addr_form.o`, `src/global/input_transp.o`, `src/global/int_filt.o`, `src/global/is_header.o`, `src/global/libglobal.a`, `src/global/log_adhoc.o`, `src/global/login_sender_match.o`, `src/global/mail_addr.o`, `src/global/mail_addr_crunch.o`, `src/global/mail_addr_find.o`, `src/global/mail_addr_form.o`, `src/global/mail_addr_map.o`, `src/global/mail_command_client.o`, `src/global/mail_command_server.o`, `src/global/mail_conf.o`, `src/global/mail_conf_bool.o`, `src/global/mail_conf_int.o`, `src/global/mail_conf_long.o`, `src/global/mail_conf_nbool.o`, `src/global/mail_conf_nint.o`, `src/global/mail_conf_raw.o`, `src/global/mail_conf_str.o`, `src/global/mail_conf_time.o`, `src/global/mail_connect.o`, `src/global/mail_copy.o`, `src/global/mail_date.o`, `src/global/mail_dict.o`, `src/global/mail_error.o`, `src/global/mail_flush.o`, `src/global/mail_open_ok.o`, `src/global/mail_params.o`, `src/global/mail_parm_split.o`, `src/global/mail_pathname.o`, `src/global/mail_queue.o`, `src/global/mail_run.o`, `src/global/mail_scan_dir.o`, `src/global/mail_stream.o`, `src/global/mail_task.o`, `src/global/mail_trigger.o`, `src/global/mail_version.o`, `src/global/maillog_client.o`, `src/global/map_search.o`, `src/global/maps.o`, `src/global/mark_corrupt.o`, `src/global/match_parent_style.o`, `src/global/match_service.o`, `src/global/mbox_conf.o`, `src/global/mbox_open.o`, `src/global/memcache_proto.o`, `src/global/midna_adomain.o`, `src/global/mime_state.o`, `src/global/mkmap_proxy.o`, `src/global/msg_stats_print.o`, `src/global/msg_stats_scan.o`, `src/global/mynetworks.o`, `src/global/mypwd.o`, `src/global/namadr_list.o`, `src/global/nbdb_clnt.o`, `src/global/nbdb_redirect.o`, `src/global/nbdb_surrogate.o`, `src/global/nbdb_util.o`, `src/global/normalize_mailhost_addr.o`, `src/global/off_cvt.o`, `src/global/opened.o`, `src/global/own_inet_addr.o`, `src/global/pipe_command.o`, `src/global/pol_stats.o`, `src/global/post_mail.o`, `src/global/quote_821_local.o`, `src/global/quote_822_local.o`, `src/global/quote_flags.o`, `src/global/rcpt_buf.o`, `src/global/rcpt_print.o`, `src/global/rec_attr_map.o`, `src/global/rec_streamlf.o`, `src/global/rec_type.o`, `src/global/recipient_list.o`, `src/global/record.o`, `src/global/reject_deliver_request.o`, `src/global/remove.o`, `src/global/resolve_clnt.o`, `src/global/resolve_local.o`, `src/global/rewrite_clnt.o`, `src/global/rfc2047_code.o`, `src/global/safe_ultostr.o`, `src/global/sasl_mech_filter.o`, `src/global/scache_clnt.o`, `src/global/scache_multi.o`, `src/global/scache_single.o`, `src/global/sendopts.o`, `src/global/sent.o`, `src/global/server_acl.o`, `src/global/smtp_reply_footer.o`, `src/global/smtp_stream.o`, `src/global/smtputf8.o`, `src/global/split_addr.o`, `src/global/string_list.o`, `src/global/strip_addr.o`, `src/global/sys_exits.o`, `src/global/test_main.o`, `src/global/timed_ipc.o`, `src/global/tok822_find.o`, `src/global/tok822_node.o`, `src/global/tok822_parse.o`, `src/global/tok822_resolve.o`, `src/global/tok822_rewrite.o`, `src/global/tok822_tree.o`, `src/global/trace.o`, `src/global/user_acl.o`, `src/global/uxtext.o`, `src/global/valid_mailhost_addr.o`, `src/global/verify.o`, `src/global/verify_clnt.o`, `src/global/verify_sender_addr.o`, `src/global/verp_sender.o`, `src/global/wildcard_inet_addr.o`, `src/global/xtext.o`, `src/local/Makefile`, `src/local/alias.o`, `src/local/biff_notify.o`, `src/local/command.o`, `src/local/deliver_attr.o`, `src/local/dotforward.o`, `src/local/file.o`, `src/local/forward.o`, `src/local/include.o`, `src/local/indirect.o`, `src/local/local`, `src/local/local.o`, `src/local/local_expand.o`, `src/local/mailbox.o`, `src/local/maildir.o`, `src/local/recipient.o`, `src/local/resolve.o`, `src/local/token.o`, `src/local/unknown.o`, `src/master/Makefile`, `src/master/dgram_server.o`, `src/master/event_server.o`, `src/master/libmaster.a`, `src/master/mail_flow.o`, `src/master/master`, `src/master/master.o`, `src/master/master_avail.o`, `src/master/master_conf.o`, `src/master/master_ent.o`, `src/master/master_flow.o`, `src/master/master_listen.o`, `src/master/master_monitor.o`, `src/master/master_proto.o`, `src/master/master_service.o`, `src/master/master_sig.o`, `src/master/master_spawn.o`, `src/master/master_status.o`, `src/master/master_vars.o`, `src/master/master_wakeup.o`, `src/master/master_watch.o`, `src/master/multi_server.o`, `src/master/single_server.o`, `src/master/trigger_server.o`, `src/milter/Makefile`, `src/milter/libmilter.a`, `src/milter/milter.o`, `src/milter/milter8.o`, `src/milter/milter_macros.o`, `src/nbdb_reindexd/Makefile`, `src/nbdb_reindexd/nbdb_index_as.o`, `src/nbdb_reindexd/nbdb_process.o`, `src/nbdb_reindexd/nbdb_reindexd`, `src/nbdb_reindexd/nbdb_reindexd.o`, `src/nbdb_reindexd/nbdb_safe.o`, `src/nbdb_reindexd/nbdb_sniffer.o`, `src/oqmgr/Makefile`, `src/oqmgr/qmgr`, `src/oqmgr/qmgr.o`, `src/oqmgr/qmgr_active.o`, `src/oqmgr/qmgr_bounce.o`, `src/oqmgr/qmgr_defer.o`, `src/oqmgr/qmgr_deliver.o`, `src/oqmgr/qmgr_enable.o`, `src/oqmgr/qmgr_entry.o`, `src/oqmgr/qmgr_error.o`, `src/oqmgr/qmgr_feedback.o`, `src/oqmgr/qmgr_message.o`, `src/oqmgr/qmgr_move.o`, `src/oqmgr/qmgr_queue.o`, `src/oqmgr/qmgr_scan.o`, `src/oqmgr/qmgr_transport.o`, `src/pickup/Makefile`, `src/pickup/pickup`, `src/pickup/pickup.o`, `src/pipe/Makefile`, `src/pipe/pipe`, `src/pipe/pipe.o`, `src/postalias/Makefile`, `src/postalias/postalias`, `src/postalias/postalias.o`, `src/postcat/Makefile`, `src/postcat/postcat`, `src/postcat/postcat.o`, `src/postconf/Makefile`, `src/postconf/bool_table.h`, `src/postconf/bool_vars.h`, `src/postconf/int_table.h`, `src/postconf/int_vars.h`, `src/postconf/long_table.h`, `src/postconf/long_vars.h`, `src/postconf/makes_dummy`, `src/postconf/nbool_table.h`, `src/postconf/nbool_vars.h`, `src/postconf/nint_table.h`, `src/postconf/nint_vars.h`, `src/postconf/pcf_ldap_suffixes.h`, `src/postconf/pcf_memcache_suffixes.h`, `src/postconf/pcf_mongodb_suffixes.h`, `src/postconf/pcf_mysql_suffixes.h`, `src/postconf/pcf_pgsql_suffixes.h`, `src/postconf/pcf_sqlite_suffixes.h`, `src/postconf/postconf`, `src/postconf/postconf.o`, `src/postconf/postconf_builtin.o`, `src/postconf/postconf_dbms.o`, `src/postconf/postconf_edit.o`, `src/postconf/postconf_lookup.o`, `src/postconf/postconf_main.o`, `src/postconf/postconf_master.o`, `src/postconf/postconf_match.o`, `src/postconf/postconf_misc.o`, `src/postconf/postconf_node.o`, `src/postconf/postconf_other.o`, `src/postconf/postconf_print.o`, `src/postconf/postconf_service.o`, `src/postconf/postconf_unused.o`, `src/postconf/postconf_user.o`, `src/postconf/raw_table.h`, `src/postconf/raw_vars.h`, `src/postconf/str_fn_table.h`, `src/postconf/str_fn_vars.h`, `src/postconf/str_table.h`, `src/postconf/str_vars.h`, `src/postconf/time_table.h`, `src/postconf/time_vars.h`, `src/postdrop/Makefile`, `src/postdrop/postdrop`, `src/postdrop/postdrop.o`, `src/postfix/Makefile`, `src/postfix/postfix`, `src/postfix/postfix.o`, `src/postkick/Makefile`, `src/postkick/postkick`, `src/postkick/postkick.o`, `src/postlock/Makefile`, `src/postlock/postlock`, `src/postlock/postlock.o`, `src/postlog/Makefile`, `src/postlog/postlog`, `src/postlog/postlog.o`, `src/postlogd/Makefile`, `src/postlogd/postlogd`, `src/postlogd/postlogd.o`, `src/postmap/Makefile`, `src/postmap/postmap`, `src/postmap/postmap.o`, `src/postmulti/Makefile`, `src/postmulti/postmulti`, `src/postmulti/postmulti.o`, `src/postqueue/Makefile`, `src/postqueue/postqueue`, `src/postqueue/postqueue.o`, `src/postqueue/showq_compat.o`, `src/postqueue/showq_json.o`, `src/postscreen/Makefile`, `src/postscreen/postscreen`, `src/postscreen/postscreen.o`, `src/postscreen/postscreen_dict.o`, `src/postscreen/postscreen_dnsbl.o`, `src/postscreen/postscreen_early.o`, `src/postscreen/postscreen_endpt.o`, `src/postscreen/postscreen_expand.o`, `src/postscreen/postscreen_haproxy.o`, `src/postscreen/postscreen_misc.o`, `src/postscreen/postscreen_send.o`, `src/postscreen/postscreen_smtpd.o`, `src/postscreen/postscreen_starttls.o`, `src/postscreen/postscreen_state.o`, `src/postscreen/postscreen_tests.o`, `src/postsuper/Makefile`, `src/postsuper/postsuper`, `src/postsuper/postsuper.o`, `src/posttls-finger/Makefile`, `src/posttls-finger/posttls-finger`, `src/posttls-finger/posttls-finger.o`, `src/posttls-finger/tlsmgrmem.o`, `src/proxymap/Makefile`, `src/proxymap/proxymap`, `src/proxymap/proxymap.o`, `src/qmgr/Makefile`, `src/qmgr/qmgr`, `src/qmgr/qmgr.o`, `src/qmgr/qmgr_active.o`, `src/qmgr/qmgr_bounce.o`, `src/qmgr/qmgr_defer.o`, `src/qmgr/qmgr_deliver.o`, `src/qmgr/qmgr_enable.o`, `src/qmgr/qmgr_entry.o`, `src/qmgr/qmgr_error.o`, `src/qmgr/qmgr_feedback.o`, `src/qmgr/qmgr_job.o`, `src/qmgr/qmgr_message.o`, `src/qmgr/qmgr_move.o`, `src/qmgr/qmgr_peer.o`, `src/qmgr/qmgr_queue.o`, `src/qmgr/qmgr_scan.o`, `src/qmgr/qmgr_transport.o`, `src/qmqpd/Makefile`, `src/qmqpd/qmqpd`, `src/qmqpd/qmqpd.o`, `src/qmqpd/qmqpd_peer.o`, `src/qmqpd/qmqpd_state.o`, `src/scache/Makefile`, `src/scache/scache`, `src/scache/scache.o`, `src/sendmail/Makefile`, `src/sendmail/sendmail`, `src/sendmail/sendmail.o`, `src/showq/Makefile`, `src/showq/showq`, `src/showq/showq.o`, `src/smtp/Makefile`, `src/smtp/smtp`, `src/smtp/smtp.o`, `src/smtp/smtp_addr.o`, `src/smtp/smtp_chat.o`, `src/smtp/smtp_connect.o`, `src/smtp/smtp_key.o`, `src/smtp/smtp_map11.o`, `src/smtp/smtp_misc.o`, `src/smtp/smtp_proto.o`, `src/smtp/smtp_rcpt.o`, `src/smtp/smtp_reqtls_policy.o`, `src/smtp/smtp_reuse.o`, `src/smtp/smtp_sasl_auth_cache.o`, `src/smtp/smtp_sasl_glue.o`, `src/smtp/smtp_sasl_proto.o`, `src/smtp/smtp_session.o`, `src/smtp/smtp_state.o`, `src/smtp/smtp_tls_policy.o`, `src/smtp/smtp_tlsrpt.o`, `src/smtp/smtp_trouble.o`, `src/smtpd/Makefile`, `src/smtpd/smtpd`, `src/smtpd/smtpd.o`, `src/smtpd/smtpd_chat.o`, `src/smtpd/smtpd_check.o`, `src/smtpd/smtpd_dsn_fix.o`, `src/smtpd/smtpd_expand.o`, `src/smtpd/smtpd_haproxy.o`, `src/smtpd/smtpd_milter.o`, `src/smtpd/smtpd_peer.o`, `src/smtpd/smtpd_proxy.o`, `src/smtpd/smtpd_resolve.o`, `src/smtpd/smtpd_sasl_glue.o`, `src/smtpd/smtpd_sasl_proto.o`, `src/smtpd/smtpd_state.o`, `src/smtpd/smtpd_token.o`, `src/smtpd/smtpd_xforward.o`, `src/smtpstone/Makefile`, `src/smtpstone/qmqp-sink`, `src/smtpstone/qmqp-sink.o`, `src/smtpstone/qmqp-source`, `src/smtpstone/qmqp-source.o`, `src/smtpstone/smtp-sink`, `src/smtpstone/smtp-sink.o`, `src/smtpstone/smtp-source`, `src/smtpstone/smtp-source.o`, `src/spawn/Makefile`, `src/spawn/spawn`, `src/spawn/spawn.o`, `src/testing/Makefile`, `src/testing/dict_test_helper.o`, `src/testing/libtesting.a`, `src/testing/mock_dict.o`, `src/testing/mock_open_as.o`, `src/testing/mock_spawn_command.o`, `src/testing/mock_stat.o`, `src/testing/msg_capture.o`, `src/testing/nosleep.so`, `src/tls/Makefile`, `src/tls/libtls.a`, `src/tls/tls_bio_ops.o`, `src/tls/tls_certkey.o`, `src/tls/tls_client.o`, `src/tls/tls_dane.o`, `src/tls/tls_dh.o`, `src/tls/tls_fprint.o`, `src/tls/tls_level.o`, `src/tls/tls_mgr.o`, `src/tls/tls_misc.o`, `src/tls/tls_prng_dev.o`, `src/tls/tls_prng_egd.o`, `src/tls/tls_prng_exch.o`, `src/tls/tls_prng_file.o`, `src/tls/tls_proxy_client_misc.o`, `src/tls/tls_proxy_client_print.o`, `src/tls/tls_proxy_client_scan.o`, `src/tls/tls_proxy_clnt.o`, `src/tls/tls_proxy_context_print.o`, `src/tls/tls_proxy_context_scan.o`, `src/tls/tls_proxy_server_print.o`, `src/tls/tls_proxy_server_scan.o`, `src/tls/tls_scache.o`, `src/tls/tls_seed.o`, `src/tls/tls_server.o`, `src/tls/tls_session.o`, `src/tls/tls_stream.o`, `src/tls/tls_verify.o`, `src/tls/tlsrpt_wrapper.o`, `src/tlsmgr/Makefile`, `src/tlsmgr/tlsmgr`, `src/tlsmgr/tlsmgr.o`, `src/tlsproxy/Makefile`, `src/tlsproxy/tlsproxy`, `src/tlsproxy/tlsproxy.o`, `src/tlsproxy/tlsproxy_state.o`, `src/trivial-rewrite/Makefile`, `src/trivial-rewrite/resolve.o`, `src/trivial-rewrite/rewrite.o`, `src/trivial-rewrite/transport.o`, `src/trivial-rewrite/trivial-rewrite`, `src/trivial-rewrite/trivial-rewrite.o`, `src/util/Makefile`, `src/util/allascii.o`, `src/util/alldig.o`, `src/util/allprint.o`, `src/util/allspace.o`, `src/util/argv.o`, `src/util/argv_attr_print.o`, `src/util/argv_attr_scan.o`, `src/util/argv_split.o`, `src/util/argv_split_at.o`, `src/util/argv_splitq.o`, `src/util/attr_clnt.o`, `src/util/attr_print0.o`, `src/util/attr_print64.o`, `src/util/attr_print_plain.o`, `src/util/attr_scan0.o`, `src/util/attr_scan64.o`, `src/util/attr_scan_plain.o`, `src/util/auto_clnt.o`, `src/util/balpar.o`, `src/util/base32_code.o`, `src/util/base64_code.o`, `src/util/basename.o`, `src/util/binhash.o`, `src/util/byte_mask.o`, `src/util/casefold.o`, `src/util/chroot_uid.o`, `src/util/cidr_match.o`, `src/util/clean_ascii_cntrl_space.o`, `src/util/clean_env.o`, `src/util/close_on_exec.o`, `src/util/concatenate.o`, `src/util/ctable.o`, `src/util/dict.o`, `src/util/dict_alloc.o`, `src/util/dict_cache.o`, `src/util/dict_cdb.o`, `src/util/dict_cidr.o`, `src/util/dict_db.o`, `src/util/dict_dbm.o`, `src/util/dict_debug.o`, `src/util/dict_env.o`, `src/util/dict_fail.o`, `src/util/dict_file.o`, `src/util/dict_ht.o`, `src/util/dict_inline.o`, `src/util/dict_lmdb.o`, `src/util/dict_ni.o`, `src/util/dict_nis.o`, `src/util/dict_nisplus.o`, `src/util/dict_open`, `src/util/dict_open.o`, `src/util/dict_pcre.o`, `src/util/dict_pipe.o`, `src/util/dict_random.o`, `src/util/dict_regexp.o`, `src/util/dict_sdbm.o`, `src/util/dict_sockmap.o`, `src/util/dict_static.o`, `src/util/dict_stream.o`, `src/util/dict_surrogate.o`, `src/util/dict_tcp.o`, `src/util/dict_test.o`, `src/util/dict_thash.o`, `src/util/dict_union.o`, `src/util/dict_unix.o`, `src/util/dict_utf8.o`, `src/util/dir_forest.o`, `src/util/doze.o`, `src/util/dummy_read.o`, `src/util/dummy_write.o`, `src/util/duplex_pipe.o`, `src/util/edit_file.o`, `src/util/environ.o`, `src/util/events.o`, `src/util/exec_command.o`, `src/util/extpar.o`, `src/util/fifo_listen.o`, `src/util/fifo_trigger.o`, `src/util/file_limit.o`, `src/util/find_inet.o`, `src/util/format_tv.o`, `src/util/fsspace.o`, `src/util/fullname.o`, `src/util/get_domainname.o`, `src/util/get_hostname.o`, `src/util/hash_fnv.o`, `src/util/hex_code.o`, `src/util/hex_quote.o`, `src/util/host_port.o`, `src/util/htable.o`, `src/util/inet_addr_host.o`, `src/util/inet_addr_list.o`, `src/util/inet_addr_local.o`, `src/util/inet_addr_sizes.o`, `src/util/inet_connect.o`, `src/util/inet_listen.o`, `src/util/inet_prefix_top.o`, `src/util/inet_proto.o`, `src/util/inet_trigger.o`, `src/util/inet_windowsize.o`, `src/util/ip_match.o`, `src/util/killme_after.o`, `src/util/known_tcp_ports.o`, `src/util/ldseed.o`, `src/util/libutil.a`, `src/util/line_number.o`, `src/util/line_wrap.o`, `src/util/load_file.o`, `src/util/load_lib.o`, `src/util/logwriter.o`, `src/util/lowercase.o`, `src/util/lstat_as.o`, `src/util/mac_expand`, `src/util/mac_expand.o`, `src/util/mac_midna.o`, `src/util/mac_parse.o`, `src/util/make_dirs.o`, `src/util/mask_addr.o`, `src/util/match_list.o`, `src/util/match_ops.o`, `src/util/midna_domain.o`, `src/util/mkmap_cdb.o`, `src/util/mkmap_db.o`, `src/util/mkmap_dbm.o`, `src/util/mkmap_fail.o`, `src/util/mkmap_lmdb.o`, `src/util/mkmap_open.o`, `src/util/mkmap_sdbm.o`, `src/util/msg.o`, `src/util/msg_logger.o`, `src/util/msg_output.o`, `src/util/msg_rate_delay.o`, `src/util/msg_syslog.o`, `src/util/msg_vstream.o`, `src/util/mvect.o`, `src/util/myaddrinfo.o`, `src/util/myflock.o`, `src/util/mymalloc.o`, `src/util/myrand.o`, `src/util/mystrerror.o`, `src/util/mystrtok.o`, `src/util/name_code.o`, `src/util/name_mask.o`, `src/util/nbbio.o`, `src/util/netstring.o`, `src/util/neuter.o`, `src/util/non_blocking.o`, `src/util/normalize_v4mapped_addr.o`, `src/util/normalize_ws.o`, `src/util/nvtable.o`, `src/util/open_as.o`, `src/util/open_limit.o`, `src/util/open_lock.o`, `src/util/ossl_digest.o`, `src/util/pass_accept.o`, `src/util/pass_trigger.o`, `src/util/peekfd.o`, `src/util/poll_fd.o`, `src/util/posix_signals.o`, `src/util/printable.o`, `src/util/quote_for_json.o`, `src/util/rand_sleep.o`, `src/util/readlline.o`, `src/util/recv_pass_attr.o`, `src/util/ring.o`, `src/util/safe_getenv.o`, `src/util/safe_open.o`, `src/util/sane_accept.o`, `src/util/sane_basename.o`, `src/util/sane_connect.o`, `src/util/sane_link.o`, `src/util/sane_rename.o`, `src/util/sane_sockaddr_to_hostaddr.o`, `src/util/sane_socketpair.o`, `src/util/sane_strtol.o`, `src/util/sane_time.o`, `src/util/scan_dir.o`, `src/util/set_eugid.o`, `src/util/set_ugid.o`, `src/util/sigdelay.o`, `src/util/skipblanks.o`, `src/util/slmdb.o`, `src/util/sock_addr.o`, `src/util/spawn_command.o`, `src/util/split_at.o`, `src/util/split_nameval.o`, `src/util/split_qnameval.o`, `src/util/stat_as.o`, `src/util/strcasecmp_utf8.o`, `src/util/stream_connect.o`, `src/util/stream_listen.o`, `src/util/stream_recv_fd.o`, `src/util/stream_send_fd.o`, `src/util/stream_trigger.o`, `src/util/sys_compat.o`, `src/util/timecmp.o`, `src/util/timed_connect.o`, `src/util/timed_read.o`, `src/util/timed_wait.o`, `src/util/timed_write.o`, `src/util/translit.o`, `src/util/trimblanks.o`, `src/util/unescape.o`, `src/util/uni
[truncated 4607 bytes]