trusteddomainproject / OpenDKIM

Other
97 stars 52 forks source link

implemet "SyslogName" configuration option #21

Closed andreasschulze closed 6 years ago

andreasschulze commented 6 years ago

when running OpenDKIM inside a docker container, every syslog entry looks like ... opendkim[1] ...

One cannot distinguish logentries from different instances. To solve the issue I implemented an new option "SyslogName" usable in opendkim.conf

An other option to get different syslog entries is to rename the executable as per default that name is used as syslog name. This patch would not be nessesary at all in that case.

NOTE: due to my limited git skills an other change is included in this pull request, sorry! How could I avoid that in the future?