> On Mon 28 Oct 2024, at 03:26, Viktor Dukhovni via Postfix-users 
> <postfix-users@postfix.org> wrote:
> 
> On Sun, Oct 27, 2024 at 12:55:17PM +0000, Ken Gillett via Postfix-users wrote:
> 
>> …
> 
> And what is in your alias table, please report the output of:
> 
>    $ id ken

uid=xxx(ken) gid=yy(staff)
…

There's more, groups etc, but probably not relevant. It does find my account 
though which I guess is the important thing.

>    $ postconf mail_version append_dot_mydomain \
>        alias_maps alias_database local_recipient_maps mydomain myhostname 
> myorigin mydestination

mail_version = 2.5.5
append_dot_mydomain = no
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
mydomain = home
myhostname = MacServe.home
myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain


>    $ postmap -fq - unix:passwd.byname hash:/etc/aliases <<'EOF'
>    k...@macserve.home
>    k...@home.home
>    ken@home
>    ken
>    EOF

ken@home        ken:********:xxx:yy:Ken Gillett:/Users/ken:/bin/bash
ken     ken:********:xxx:yy:Ken Gillett:/Users/ken:/bin/bash

I'm thinking that k...@macserve.home should have been found?

Should it not simply be looking for anything before the @?


Ken  G i l l e t t

_/_/_/_/_/_/_/_/



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

Reply via email to