I'm using iRedMail and im wondering if I can use only DKIM verification and dont signing emails with DKIM??

link|improve this question

79% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You can disable DKIM signing in amavisd config file, then restart amavisd service:

$enable_dkim_signing = 0;

Amavisd config file could be one of below:

  • RHEL/CentOS/OpenSuSE: /etc/amavisd.conf
  • Debian/Ubuntu: /etc/amavis/conf.d/50-user
  • FreeBSD: /usr/local/etc/amavisd.conf

Also, iRedMail has its own support forum: http://www.iredmail.org/forum/ You can always get quick response in the forum.

link|improve this answer
yes I know but if I disable signing verification still be workining?? – B14D3 Mar 15 '11 at 10:38
DKIM is a just a plus, mail server can works well without it. It's recommended to read about what DKIM is: dkim.org – Zhang Huangbin Mar 21 '11 at 5:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.