Oder weis jemand wie ich dem LC Lua Script diese Configurationen übergeben kann ?
custom.lua:
Code
postfix.LOCALCONFIG = {}
postfix.LOCALCONFIG['message_size_limit'] = "0"
postfix.LOCALCONFIG['relayhost'] = "[ourrelayhost.example.com]"
Geht sicher noch besser/schöner, mein LUA ist aber etwas eingerostet.