On Thu, Nov 09, 2023 at 05:50:20PM -0500, Phil Stracchino via Postfix-users 
wrote:

> virtual_mailbox_domains =   seanfenian.com fenianhouse.com
> virtual_mailbox_maps    =   lmdb:/etc/postfix/vmailbox
> 
> virtual:
> [email protected]      [email protected]
> [email protected]            [email protected]
> [email protected]       [email protected]
> [email protected]             [email protected]

Odd choice of RHS, since that's not the key in vmailbox below...

> vmailbox:
> [email protected]      fenianhouse.com/seanfenian/

However, below you're testing that address directly, so...

> $ echo test | mutt [email protected]
> 
> Nov  9 17:36:54 babylon5 postfix/smtp[3231]: 4B6BA1145E89B:
>   to=<[email protected]>,
>   relay=smtp.caerllewys.net[10.24.32.15]:25,
>   delay=0.28, delays=0.02/0/0.06/0.2, dsn=2.0.0,
>   status=sent (250 2.0.0 Ok: queued as 6256522656D01)

The message is relayed to a remote mailhost, so presumably you
have a transport table entry or virtual_transport setting that
preƫmpts the default:

    virtual_transport = virtual

The same domain might also be included in $mydestination, and you
could then have a mailbox_transport in place, ...

Or you're not reporting your configuration accurately, since selective
cut/paste, isn't nearly as reliable as "postconf -nf" output (faithfully
reported with no changes in line breaks).  The content of the
"transport" table if any is also relevant here.

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to