User base, configuration

Hello guys, can I create a configuration based on client,
and accordingly I can define the configuration, is it possible in kumo mta, as it is possible in pmta

Yes

can you give me some examples??

We leave config management up to the user, many will use GitHub

any reference link

I’m on mobile so I’m afraid not.

ok no worries, please share once you are available on laptop

Do you mean like “if sending domain == 123.org then send out of 10.1.1.5” ?

Ok, more detail on your request, what do you mean by as it is possible in PMTA? What are you doing in PMTA that you want to do in KumoMTA?

I have different files with respect to the user I want to implement the same with kumo mta

So you are using include directives now for different customers? and want to know how to do that with KumoMTA?

yes

There are a couple of options there.

  • store those vars in a database and import selectively when needed
  • use a local variables file that includes each customer’s preferences
  • write conditional statements based on the from domain.

But really it depends on exactly what those customizations are. If you can share a redacted file that woudl help.

Setting up some consulting time to review this project properly would be a better option. We could probably cut through many of these issues faster in a structured call.

Agreed, the reality is that include files were a workaround for a more inflexible configuration system, the sheer amount of options here make includes a rough option for those who want to manage a lot of tenants.