On Sun, Aug 14, 2022 at 09:24:58PM +0200, Jonathan Sélea wrote: > Is there a way to configure postfix to accept all emails sent to > *.example.com?
What is your definition of "accept", in other words where/how do you want the messages in question delivered? > For example. I want the postfix-server to accept emails sent to > t...@oahfoaoga.example.com aswell as test...@example.com and > h...@bye.example.com. > Is this doable in Postix? Accepting the SMTP transaction is easy enough, but first you need to decide what you want to do with them once they enter the queue. Most of the configuration work will be to define post-queue delivery, rather than pre-queue access control. Often the pre-queue access control is essentially "free", once the delivery mechanisms are put in place. -- Viktor.