On Sun, 8 Dec 2024 21:59:00 +1100 Viktor Dukhovni via Postfix-users <postfix-users@postfix.org> wrote:
> - It looks like smtpd(8) on port 25 only uses cleanup(8) via verify(8), > that's not the case. The communication with verify(8) is an exception > for recipient/sender verification, not the rule, and actual messages > are passed through cleanup. OK thanks for the info. Another question - does it make sense for anvil(8) and verify(8) to be used with smtpd mail submission on port 587, or are they only used with smtpd mail relay on port 25? > - You don't have "proxyread" which is handy to for LDAP, MySQL, Postgres > table lookups and even "unix:*.byname" when chrooted. But in high > volume systems such tables must not be used for the transport table, > because qmgr<->trivial-rewrite lookups are sequential and should have > very low latency. I previously looked at proxymap(8) man page but couldn't figure out which processes used it directly. Is it used directly by most delivery agents (local, virtual, pipe, lmtp, smtp, etc) or is there some other arrangement? Thanks. _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org