1

Topic: Remove DKIM form sending mails.

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

iRedMail     1.4.0
iRedAdmin     1.3 (MySQL)
Web Server NGINX

Hi i use Iredmail Version 1.4 on Ubuntu


I Send all emails over a relay which marks the mail with a DKIM

So i like to disable DKIM in Ireadmail.

I Found this topic but i´m not sure whats my problem.

https://forum.iredmail.org/topic14103-d … sdnew.html

I go to
sudo nano /etc/amavis/conf.d/50-user

$enable_dkim_verification = 1;

How to dissable it with
$enable_dkim_verification = 0;
or
$disable_dkim_verification = 1;
or
#$enable_dkim_verification = 1;


Is this the right place to disable or are there more things to do?

Many Thanks.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Remove DKIM form sending mails.

Augustinermonch wrote:

Is this the right place to disable ...

Correct file but you picked up wrong parameters.

You can find few "enable_dkim_signing => 1," in this file, set it to 0 then restart amavis service.