Hello,
- The "localhost" domain is the "local" address class, i.e.
is listed in $mydestination.
- The "cufsalumni" user is not listed in $local_recipient_table
But indeed it is. My local_recipient_maps contains cufsalumni@localhost
Wrong lookup key: "cufsalumni" != "cufsalumni@localhost"
The table syntax is documented, checking the table syntax docs
for the key and value syntax is a necessary habit.
If I use just cufsalumni, postfix tries to look up a password.
warning: error looking up passwd info for cufsalumni: No such file or directory
There is no password as it is a mailman list which should be sent to the
mailman port.
lmtp:[127.0.0.1]:8024
I should note that most of this configuration is generated automatically by the
mailman install.
It does not look for a passwORd, it looks for info about the user cusalumni in
the /etc/passwd file. Since it believes it is a local unix user.
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]