1

Topic: dkim signing ?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: CentOS 7.2.1511
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? N
- Related log if you're reporting an issue:
====

Hi

I am a bit puzzled by the dkim signing config... In /etc/amavisd/amavisd.conf, there is:

  # forward to a smtpd service providing DKIM signing service
  forward_method => 'smtp:[127.0.0.1]:10027',

But nothing is listening on port 10027

What is missing - something in amavisd, postfix or similar ?

Regards
Brian

----

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

2

Re: dkim signing ?

Comment out this "forward_method =>" line. Amavisd will do DKIM signing itself (although it supports forwarding email to other daemon service for signing).

3 (edited by ketan.aagja 2016-10-25 20:05:10)

Re: dkim signing ?

hopefully your amavisd.conf should be forwarding on to 10025 port on localhost, as mine looks like below entries.

$notify_method  = 'smtp:[127.0.0.1]:10025';
$forward_method = 'smtp:[127.0.0.1]:10025';