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

I still need a login authentication method, how can I add it in? #865

Open
eosps opened this issue Dec 16, 2024 · 1 comment
Open

I still need a login authentication method, how can I add it in? #865

eosps opened this issue Dec 16, 2024 · 1 comment

Comments

@eosps
Copy link

eosps commented Dec 16, 2024

I encountered a problem. The openssl 1.1 series is no longer maintained. I tried to recompile postfix and use cyrus sasl 2.1.28. But I encountered a problem. Openssl 3.x abandoned des. But it needs to be referenced in 2.1.28. I used the master version and the problem was solved. It can be compiled successfully. But the login authentication method has been abandoned. My current environment still needs to use the login method for authentication. How should I deal with it?

@mistotebe
Copy link
Contributor

I would say you're out of luck if there's still software that requires the LOGIN mech and doesn't support anything else (e.g. PLAIN). You can try to backport the 2.2 MD5 work or something locally?

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