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:
> seanfen...@fenianhouse.com      sean.fen...@fenianhouse.com
> s...@fenianhouse.com            sean.fen...@fenianhouse.com
> seanfen...@seanfenian.com       sean.fen...@fenianhouse.com
> s...@seanfenian.com             sean.fen...@fenianhouse.com

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

> vmailbox:
> sean.fen...@seanfenian.com      fenianhouse.com/seanfenian/

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

> $ echo test | mutt sean.fen...@seanfenian.com
> 
> Nov  9 17:36:54 babylon5 postfix/smtp[3231]: 4B6BA1145E89B:
>   to=<sean.fen...@seanfenian.com>,
>   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 -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to