Winfried Trumper a écrit : > Hi, > > I would like to have a generating-only base for address extensions. > Where the base address without extension results in "user unknown". > Example: > > [email protected] is base "lst" plus extension > "postfix-users", but > [email protected] is the base only, so I would like to treat it as an > unknown user (in the MTA). > > A somewhat obvious looking form to specify the behaviour (and probably > the least effort of implementing it) would be the indication of the base > by the extension delimiter in the alias virtual file. Example: > > [email protected] myaccount > > That indicates "lst" to be the base only, to which you can't send alone. > Is such a feature already available? Thanks. >
No. you can use a check_recipient_access and check_sender_access. doing this with SQL or pcre/regexp is easy.
