No DKIM alignment vacation message

Hello,

Does a custom transport block for a custom relay in exim config have the line?

Code:
.include_if_exists /etc/exim.dkim.conf
?

has the fully qualified name of the e-mail server instead of the domain.

If an email is missing a message ID, it will be auto-added by Exim. See:

Code:
#EDIT#46.1#T9653
  warn    condition       = ${if !def:h_Message-ID: {yes}{no}}
          message         = Adding Message-ID header because it is missing!
          add_header      = Message-ID: <GENERATED-WASMISSING-$message_exim_id@$primary_hostname>

I would suggest that you run:

Code:
exigrep Message-ID /var/log/exim/mainlog

where replace Message-ID with a real Message ID of your email. And share output here, you might fake or hide your real domain names when replying here.
 
Hello,

Does a custom transport block for a custom relay in exim config have the line?

Code:
.include_if_exists /etc/exim.dkim.conf
?



If an email is missing a message ID, it will be auto-added by Exim. See:

Code:
#EDIT#46.1#T9653
  warn    condition       = ${if !def:h_Message-ID: {yes}{no}}
          message         = Adding Message-ID header because it is missing!
          add_header      = Message-ID: <GENERATED-WASMISSING-$message_exim_id@$primary_hostname>

I would suggest that you run:

Code:
exigrep Message-ID /var/log/exim/mainlog

where replace Message-ID with a real Message ID of your email. And share output here, you might fake or hide your real domain names when replying here.
thank you so much for your suggestion
 
Last edited by a moderator:
Back
Top