Amavisd-new DKIM signing

Discussion in 'ISPConfig 3 Priority Support' started by admins, Apr 25, 2015.

  1. admins

    admins Member

    Hi all
    I've generated the the dkim cert, dns entry is done. In the configurationfile I've following:

    enable_dkim_signing = 1;
    $enable_dkim_verification = 1;
    dkim_key('domain', 'mail201309', '/var/lib/amavis/db/domain');
    @dkim_signature_options_bysender_maps = (
    { '.' =>
    {
    ttl => 21*24*3600,
    c => 'relaxed/simple'
    }
    }
    );

    The problem is, that amavis does not sign the outgoing mails. What could be the problem?
    Thx
    admins
     
  2. florian030

    florian030 Well-Known Member HowtoForge Supporter

    Can you post the whole config? And what about postfix master.cf?
     
  3. admins

    admins Member

  4. admins

    admins Member

    Hallo Florian
    The filterprocess will be as following on my server:
    Postfix checks -> ESET MailSecurity -> Amavis checks -> mailbox

    admins
     

Share This Page