Dnia 9.04.2024 o godz. 11:11:31 Paul van der Vlis via Postfix-users pisze: > When I want to make an alias, I try this in /etc/aliases: > "[email protected]": [email protected] > But when I sent mail, I get a bounce with "user unknown". > > When I do this in /etc/aliases: > alias: [email protected] > This works fine, but for all domains on this server. And that's not > what I want. > > Do you know a way how to use aliases with an @ in it?
You can't do it alias_maps= table (which by default points to /etc/aliases file). You should use virtual_alias_maps= table in main.cf file and define the aliases there. -- Regards, Jaroslaw Rafa [email protected] -- "In a million years, when kids go to school, they're gonna know: once there was a Hushpuppy, and she lived with her daddy in the Bathtub." _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
