commit | author | age | ||
789a26 | 1 | This scripts stores all dkim-keys from the amavis-config to the ispconfig-database |
FS | 2 | |
3 | Create a remote-user with at least rights for mail_domain and clients and adjust the settings for | |
4 | ||
5 | $username = 'admin'; | |
6 | $password = 'admin'; | |
7 | $soap_location = 'http://192.168.0.105:8080/remote/index.php'; | |
8 | $soap_uri = 'http://192.168.0.105:8080/remote/'; | |
9 | ||
10 | in import_dkim.php |