On Sun, Jul 02, 2023 at 05:11:52PM -0400, joe a via Postfix-users wrote:

> When attempting to send an email to postfix on that box, for delivery to 
> the local dovecot (via lmtp), the message instead goes out to my ISP in 
> the fashion of currently working email se[r]ver.

    https://www.postfix.org/BASIC_CONFIGURATION_README.html#mydestination
    https://www.postfix.org/VIRTUAL_README.html#canonical
    https://www.postfix.org/BASIC_CONFIGURATION_README.html#relayhost

Most likely a failure to list the recipient domain in one of:

    mydestination
    virtual_mailbox_domains
    virtual_alias_domains

To elicit specific advice:

    https://www.postfix.org/DEBUG_README.html#mail

specifically post verbatim output (with all linebreaks and
whitespace preserved) from each of:

    $ postconf -nf
    $ postconf -Mf

plus mail logs for the "misrouted" delivery.

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to