richard lucassen: > Hello list, > > When e.g. I have an access file with: > > domain.tld reject > baduser@ reject > > Postfix will reject "u...@domain.tld" and "baduser@anydomain.anytld". > > When I want to test these db's using "postmap -q", postmap only tests > the "real" entries in the database. Is there a *simple CLI* way to test > the db like Postfix does? I mean a simpler tool than "swaks" that I use > now to test the db's.
These partial lookups are not yet configurable, but most of the internal support for that was implemented with Postfix 3.2. Now the work needs to be finished (I think alias_maps still needs work) and then it can be exposed via main.cf and via postmap command line. Wietse