[opendmarc-users] Problem setting up OpenDMARC on Fedora 23 for sendmail
Steven M Jones
smj+opendmarc at crash.com
Mon Jan 4 15:53:09 PST 2016
On 01/04/2016 15:18, Janina Sajka wrote:
> "Sendmail Users:
>
> Edit the .mc configuration file that was used to build your current
> sendmail.cf file. Add the following line:
> INPUT_MAIL_FILTER(`opendmarc', `S=inet:[85][email protected]')
At a first hurried glance, that syntax looks off. Are you using square
brackets ("[]") in your other milter definition(s) successfully? I would
expect something more like this:
INPUT_MAIL_FILTER(`opendmarc', `S=inet:85 at localhost')
if you want/need to use Internet sockets. (I suspect something is
"protecting" that as an email address. It should be in the form
`S=inet:85(a)localhost' where "(a)" is the "at sign".
Check the syntax for milter declarations in MC files here:
https://www.sendmail.com/sm/open_source/docs/m4/adding_mailfilters.html
http://www.sendmail.org/~gshapiro/8.10.Training/milterconfig.html
I use UNIX domain sockets on my systems, for example:
INPUT_MAIL_FILTER(`milter-opendkim',
`S=unix:/var/run/milter-opendkim/sock, F=T, T=R:2m')
INPUT_MAIL_FILTER(`milter-opendmarc',
`S=unix:/var/run/milter-opendmarc/sock, F=T, T=R:2m')
INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock,
F=, T=C:15m;S:4m;R:4m;E:10m')
Hope this helps,
--Steve.
More information about the opendmarc-users
mailing list