Multiserver setup 3.1 dkim location is set in database sys_ini: /var/lib/amavis/dkim if i change this to changed the dkim location in the admin to /etc/postfix/dkim in the panel the settings are saved but sys_ini is not updated It is changed in table: server Is this a bug? do i need to change sys_ini manualy?
Make a bugreport in the bugtracker so we can check that or ask @florian030 , he might be able to tell you if there is an issue or not.
The settings for dkim in server-config are the same as for other settings. But if you change the path, this does not affect your existings dkim-keys. They are store in the old folder and amavis uses the old folder, too. You have to resync the dkim-keys. Please keep in mind, that amavis must have (read) access to /etc/postfix/dkim.
yes but that is my problem i change the location in the controlpanel, then database sys_ini is not updated with the new settings the changes has no effect on new created dkims they still get placed in /var/lib/amavis/dkim
There is no difference between the dkim-path and other settings on this page. Did you choose the right server and is server configured as a mail-server?
i have checked multiple times. also changed the config for all servers just to be shure in the controlpanel it says : DKIM Path: /etc/postfix/dkim but again when creating a key the foloowing line is eddited dkim_key('xxxx.nl', 'default', '/var/lib/amavis/dkim/xxxx.nl.private'); Still the db field sys_ini is: dkim_path=/var/lib/amavis/dkim I manualy changed sys_ini now it works but looks like a bug to me