[opendmarc-dev] [dmarc-discuss] DMARC On AmazonSES

Murray S. Kucherawy msk at blackops.org
Wed Jul 31 01:10:00 PDT 2013


On Wed, 31 Jul 2013, Murray S. Kucherawy wrote:
> DKIM is passing and aligned, so this passes DMARC.  If opendmarc claims 
> this fails, then the likelihood is that it's not seeing the 
> Authentication-Results for DKIM, or not identifying it as one that it 
> should trust.  Is TrustedAuthservIDs set correctly?

The sample in there passes for me if I do the following:

- replace " at " with "@" in three places
- introduce a one-line body of arbitrary content
- fix indenting of the continued header fields (lines 3, 7, 11)
- build a sample configuration file that says "AuthservID mta.example.com"
- run it as follows:

medusa[285]% opendmarc/opendmarc -v -v -v -t foo -c conf
opendmarc: mlfi_connect() returned SMFIS_CONTINUE
opendmarc: foo: mlfi_envfrom() returned SMFIS_CONTINUE
opendmarc: foo: line 1: mlfi_header() returned SMFIS_CONTINUE
opendmarc: foo: line 2: mlfi_header() returned SMFIS_CONTINUE
opendmarc: foo: line 4: mlfi_header() returned SMFIS_CONTINUE
opendmarc: foo: line 9: mlfi_header() returned SMFIS_CONTINUE
### INSHEADER: idx=1 hname='Authentication-Results' hvalue='mta.example.org; dmarc=pass header.from=service3.zalando-lounge.de'
opendmarc: foo: mlfi_eom() returned SMFIS_ACCEPT
opendmarc: mlfi_close() returned SMFIS_CONTINUE


More information about the opendmarc-dev mailing list