RSPAMD > changing the password in serverconfig does not change password

Discussion in 'Installation/Configuration' started by progressed36, Feb 28, 2020.

  1. progressed36

    progressed36 Member

    Hi there,

    I think the subject speaks for itself. I added a new server to my setup and change the RSPAMD password through SYSTEM > SERVER CONFIG > *SELECTING THE RIGHT SERVER* >MAIL.

    Thank you
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    In which software you are changing that Rspamd password?
     
  3. progressed36

    progressed36 Member

    ISPConfig under the mail tab
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, you posted in the forum for systems without ISPConfig. I'll move your post to the right forum.
     
  5. progressed36

    progressed36 Member

    ah im sorry! didnt see that.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    But the red flashing dot disappears at the top in ispconfig after you changed the password? You are using the latest version 3.1.15p3?
     
  7. progressed36

    progressed36 Member

    If you mean the red circle with the amount of jobqueus yes. It dissapears
     
  8. progressed36

    progressed36 Member

    AH PS: yes im running the latest ISPconfig on the whole farm.
     
  9. progressed36

    progressed36 Member

    I turned on DEBUG an run server.sh. No errors just 2 "Replicated from master:" and some service restarts.
     
  10. progressed36

    progressed36 Member

    for (almost/deleted the querys) full disclosure:
    Code:
    28.02.2020-12:02 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    28.02.2020-12:02 - DEBUG - Found 2 changes, starting update process.
    28.02.2020-12:02 - DEBUG - Replicated from master: **QUERY
    28.02.2020-12:02 - DEBUG - Calling function 'server_ip' from plugin 'apache2_plugin' raised by event 'server_update'.
    28.02.2020-12:02 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    28.02.2020-12:02 - DEBUG - Writing the conf file: /etc/apache2/sites-available/ispconfig.conf
    28.02.2020-12:02 - DEBUG - Calling function 'update' from plugin 'apps_vhost_plugin' raised by event 'server_update'.
    28.02.2020-12:02 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    28.02.2020-12:02 - DEBUG - Calling function 'update' from plugin 'network_settings_plugin' raised by event 'server_update'.
    28.02.2020-12:02 - DEBUG - Network configuration disabled in server settings.
    28.02.2020-12:02 - DEBUG - Calling function 'update' from plugin 'postfix_server_plugin' raised by event 'server_update'.
    28.02.2020-12:02 - DEBUG - safe_exec cmd: which 'dovecot' 2> /dev/null - return code: 0
    28.02.2020-12:02 - DEBUG - Processed datalog_id 5757
    28.02.2020-12:02 - DEBUG - Replicated from master: **QUERY
    28.02.2020-12:02 - DEBUG - Calling function 'server_ip' from plugin 'apache2_plugin' raised by event 'server_update'.
    28.02.2020-12:02 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    28.02.2020-12:02 - DEBUG - Writing the conf file: /etc/apache2/sites-available/ispconfig.conf
    28.02.2020-12:02 - DEBUG - Calling function 'update' from plugin 'apps_vhost_plugin' raised by event 'server_update'.
    28.02.2020-12:02 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    28.02.2020-12:02 - DEBUG - Calling function 'update' from plugin 'network_settings_plugin' raised by event 'server_update'.
    28.02.2020-12:02 - DEBUG - Network configuration disabled in server settings.
    28.02.2020-12:02 - DEBUG - Calling function 'update' from plugin 'postfix_server_plugin' raised by event 'server_update'.
    28.02.2020-12:02 - DEBUG - safe_exec cmd: which 'dovecot' 2> /dev/null - return code: 0
    28.02.2020-12:02 - DEBUG - Processed datalog_id 5758
    28.02.2020-12:02 - DEBUG - Calling function 'restartHttpd' from module 'web_module'.
    28.02.2020-12:02 - DEBUG - Restarting httpd: systemctl restart apache2.service
    28.02.2020-12:02 - DEBUG - Calling function 'restartPostfix' from module 'mail_module'.
    28.02.2020-12:02 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.
    
     
  11. elmacus

    elmacus Active Member

    It might be a bug that web gui cannot change, same in my system.
    You can change it manually: nano /etc/rspamd/local.d/worker-controller.inc
    systemctl restart rspamd
     
  12. progressed36

    progressed36 Member

    Thank you elmacus. I know i can change it there, but as it is also an ISPconfig setting i rathr have it fixed there as other people are problably going to get the same problem. If its only me i have no problem changing the controller.
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    Add a bugreport at git.ispconfig.org and we will check it.
     
  14. progressed36

    progressed36 Member

    DONE!
     
    till likes this.

Share This Page