kemas wrote:
mouss wrote:

$enable_dkim_signing = 1;
dkim_key('example.com', 'yourselector',
    '/path/to/key.pem', c => 'relaxed/simple');

$policy_bank{'ORIGINATING'} = {
    ...
    # force MTA conversion to 7-bit (e.g. before DKIM signing)
      smtpd_discard_ehlo_keywords => ['8BITMIME'],
}

check amavisd-new RELEASE NOTES for more.


this looks better, cleaner and simple, no more one smtp hop again. is there any caveat ?


as long as you don't alter mail after amavisd-new, there should be no problem. you can test your dkim signing by sending mail to [EMAIL PROTECTED]

Reply via email to