We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone know if the configuration options are case sensitive? I could not find any definitive information on this in man (5) opendkim.conf.
man (5) opendkim.conf
So for example instead of AllowSHA1Only, can I also use allowsha1only.
AllowSHA1Only
allowsha1only
I would ask this on a mailing list but that seem to be offline...
The text was updated successfully, but these errors were encountered:
I didn't tried it in opendkim.conf actually, but it uses strcasecmp() for checking directives in opendkim/config.c, so I guess it is case insensitive.
Sorry, something went wrong.
No branches or pull requests
Does anyone know if the configuration options are case sensitive? I could not find any definitive information on this in
man (5) opendkim.conf
.So for example instead of
AllowSHA1Only
, can I also useallowsha1only
.I would ask this on a mailing list but that seem to be offline...
The text was updated successfully, but these errors were encountered: