Skip to content
New issue

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

Output did not contain fingerprint if smtp_tls_fingerprint_digest is not set #12

Open
jnandreae opened this issue Dec 20, 2024 · 2 comments

Comments

@jnandreae
Copy link

Starting with postfix 3.6 the default digest setting is changed. Default is now:

postconf -h -p smtp_tls_fingerprint_digest
${{$compatibility_level} <level {3.6} ? {md5} : {sha256}}

This is not working with the script. After setting the smtp_tls_fingerprint_digest = sha256 the main.cf the output is sha256 and working.

@csware
Copy link
Owner

csware commented Dec 21, 2024

Can you please elaborate exactly what the issue is?

@jnandreae
Copy link
Author

The output of postconf is different as expected by the program. Only md5 or sha256 are working but the return value is ${{$compatibility_level} <level {3.6} ? {md5} : {sha256}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants