DKIM software used by ISP

Discussion in 'Installation/Configuration' started by Poliman, Dec 10, 2018.

  1. Poliman

    Poliman Member

    Which dkim software is used by ISP? I saw OpenDKIM but I didn't find it on the server created on the base of Perfect Server tutorial.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    You do not say what operating system you run.
    On ubuntu and debian,
    Code:
    dpkg --list | grep -i dkim
    shows what DKIM software is installed.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    DKIM mail signing is done by amavisd-new.
     
  4. Poliman

    Poliman Member

    Yea, right. Ubuntu 16.04. Btw thank you for answer and command. It shows libmail-dkim-perl 0.40-1.
    Thank you for answer. Without ISP it would be automatically configured/enabled and ready to set DKIM record in DNS?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig generates the DKIM record and adds it to the mail and DNS system (when the zone is managed in ISPConfig). If the zone is managed outside of ISPConfig, then you have to add the DNS TXT record that is shown in the email domain settings at your external DNS server.
     
  6. Poliman

    Poliman Member

    Thank you for answer. I asked wrongly. I mean does the amavisd-new installation provides automatically configuration of dkim and I need to do only one thing - set DKIM (yes, it is TXT) record?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, having an option to enable and configure DKIM in ISPConfig would not make much sense otherwise ;) You should really consider reading the manual.
     
    florian030 likes this.
  8. Poliman

    Poliman Member

    I know, I used this option. I am asking due to curiosity. ;)
     

Share This Page