dkim amavisd.conf not added

Discussion in 'Installation/Configuration' started by Steffan, Oct 12, 2017.

  1. Steffan

    Steffan Member

    After upgrading to to
    ISPConfig 3.1.7p1
    on a multi server setup
    Web centos 6
    mail centos 7
    when eneabling dkim or disabling dkim the keys are added and removed from
    /var/lib/amavis/dkim/
    but /etc/amavisd,conf is not updated
    Oct 14 2016 /etc/amavisd/amavisd.conf -> /etc/amavisd.conf

    any idees?
     
  2. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    didn't have a look at centos yet but I know from debian that there's a folder for additional config files for amavis where one of them just adds the keys, maybe you can find some file listing a few keys to be added?
     
  3. Steffan

    Steffan Member

    No centos adds the lines at the bottum of the config (sadly)
    its always a problem with upgrading, all dkims are removed after a ispconfig upgrade.

    I put it back from a upgrade but this time the problem is different.
    even rsync is doing nothing to the file
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This has been changed in 3.1.7 to fix that annoyance, the dkim keys are now in a 60-dkim file and this is included in amavisd.conf on CentOS. A resnc should add them to 60-dkim after the update.
     
  5. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

  6. Steffan

    Steffan Member

    include_config_files('/etc/amavisd/60-dkim');

    root amavis 0 Sep 28 09:01 /etc/amavisd/60-dkim
     
  7. Steffan

    Steffan Member

    hm find the file
    /etc/60-dkim
    i removed /etc/amavisd/60-dkim
    and make a symlinc of it.
     
    ztk.me likes this.
  8. florian030

    florian030 Well-Known Member HowtoForge Supporter

    if the amavis-config is /etc/amavisd.conf, the dkim-keys will be written to /etc/60-dkim
    replace include_config_files('/etc/amavisd/60-dkim'); with include_config_files('/etc/60-dkim');
     
  9. Steffan

    Steffan Member

    the startup script was looking in /etc/amavisd
    zo i removed the symlinks in there put the conf and 60-dkinm file in /etc/amavisd
    everything is looking fine now

    thanxs for the support.

    ps
    i own 2 manuals, did a donation in the past. Is there a way to get the commercial off the home page ;-)
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Just click on the 'Hide' button. This will hide the donation page for 12 months.
     
  11. Steffan

    Steffan Member

    not for me in chrome :)
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Strange, I use chrome as well and it works fine here. Did it never work from the beginning on your system or did it popped up after a year and hiding it again does not work?
     
  13. Steffan

    Steffan Member

    well i see this message a couple of weeks.
    If it was there in the past then i cant remember that.

    The button is not working for me in Chrome and IE
    It loads some java i think but nothing more.

    If i use bugtracker i see
    dashboard/dashboard.php?hide=donate
    opening that in a new browser doesnt help
     
  14. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, so maybe there is something broken in the re-hide function, as the initial hide works fine here in all browsers. I'll check that.
     
  15. till

    till Super Moderator Staff Member ISPConfig Developer

  16. till

    till Super Moderator Staff Member ISPConfig Developer

    The problem affected only the re-hiding and as ISPConfig 3.1 has just been released about a year ago, nobody noticed that yet.
     
  17. Steffan

    Steffan Member

    that works :)
     

Share This Page