On Sat, Sep 06, 2025 at 11:08:52AM -0400, postfix--- via Postfix-users wrote:

> > So I'm inclined to speculate that the alias in question is via a
> > (recipient?) canonical mapping, rather than virtual(5) aliasing?
> > 
> > Or, perhaps more likely, that alternatively, the message is processed by
> > local(8), with local(8) aliases(5) doing the rewrite, and then again
> > goes through a milter because the target of the alias is not a local
> > recipient (domain is not in $mydestination) and the message is delivered
> > indirectly by creating a new queue file to handle the resulting
> > recipipient.
> > 
> > So the message goes through two milters, incoming (pre-queue) via
> > smtpd(8), and again outgoing (post-queue) when forwarded by local(8).
> 
> 
> Logging coming from the milter shows that it only runs once (but called 
> twice, RCPT & DATA) for mail received over 25 from the world and handed off 
> to dovecot lmtp for placement to the inbox.
> 
>   virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql_email_domains
>   virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql_email_addresses
>   virtual_alias_maps = proxy:mysql:/etc/postfix/mysql_email_aliases
>   virtual_transport = lmtp:unix:private/dovecot-lmtp

It is time you posted:

    - Full logs detailing the processing of the message in question
    - Full configuration details:

        * $ postconf -nf
        * $ postconf -Mf

-- 
    Viktor.  🇺🇦 Слава Україні!
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to