Rspamd DKIM not work

Discussion in 'ISPConfig 3 Priority Support' started by ktownmods, Nov 20, 2019.

  1. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    I'd say that your deactivation command did not work, then. The entries should not be there.
    Maybe you have to try deactivating "amavis" instead of "amavisd-new" in the commands above. Then execute the find command again.
     
  2. ktownmods

    ktownmods Member HowtoForge Supporter

    So now i take a fresh install of debian buster.

    then i installed rspamd as described in the tutorial and then i run

    Code:
    systemctl stop amavisd-new
    systemctl disable amavisd-new
    update-rc.d -f amavisd-new remove
    then reboot and then
    service amavisd-new status and its running

    So there isnt anything installed.

    only the perfect server setup debian buster with nginx and ispconfig nothing else

    then i also use:

    Code:
    systemctl disable amavis
    systemctl disable amavisd
    and now its not loaded after reboot

    But dkim signing not work
     
    Last edited: Feb 29, 2020
  3. pvanthony

    pvanthony Active Member HowtoForge Supporter

    When I tried to disable amavis I get the following. Is there any other command I can do?

    systemctl disable amavis
    amavis.service is not a native service, redirecting to systemd-sysv-install.
    Executing: /lib/systemd/systemd-sysv-install disable amavis
    insserv: warning: current start runlevel(s) (empty) of script `amavis' overrides LSB defaults (2 3 4 5).
    insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `amavis' overrides LSB defaults (0 1 6).
    insserv: warning: current start runlevel(s) (empty) of script `amavis' overrides LSB defaults (2 3 4 5).
    insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `amavis' overrides LSB defaults (0 1 6).

    find /etc/rc* -name "*amavis*"
    /etc/rc0.d/K01amavisd-snmp-subagent
    /etc/rc0.d/K01amavis
    /etc/rc0.d/K01amavis-mc
    /etc/rc1.d/K01amavisd-snmp-subagent
    /etc/rc1.d/K01amavis
    /etc/rc1.d/K01amavis-mc
    /etc/rc2.d/K01amavisd-snmp-subagent
    /etc/rc2.d/K01amavis
    /etc/rc2.d/K01amavis-mc
    /etc/rc3.d/K01amavisd-snmp-subagent
    /etc/rc3.d/K01amavis
    /etc/rc3.d/K01amavis-mc
    /etc/rc4.d/K01amavisd-snmp-subagent
    /etc/rc4.d/K01amavis
    /etc/rc4.d/K01amavis-mc
    /etc/rc5.d/K01amavisd-snmp-subagent
    /etc/rc5.d/K01amavis
    /etc/rc5.d/K01amavis-mc
    /etc/rc6.d/K01amavisd-snmp-subagent
    /etc/rc6.d/K01amavis
    /etc/rc6.d/K01amavis-mc
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Have you checked that amavis still starts on boot? The command output seems to state it has succeeded.
     
    pvanthony likes this.
  5. pvanthony

    pvanthony Active Member HowtoForge Supporter

    My bad.
    I just rebooted the server and amavisd has not started up.
    Which is correct.

    Thank you for the reply.
     

Share This Page