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

install-postfix.md: Remove noplaintext from sasl_security_options #48

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

nikolas
Copy link
Contributor

@nikolas nikolas commented Aug 28, 2024

The resulting main.cnf file in has smtpd_sasl_security_options = noanonymous rather than smtpd_sasl_security_options = noanonymous,noplaintext.

https://unix.stackexchange.com/a/765723/25861

This change seems to fix a postfix error I ran into when setting this up:

smtpd fatal: no SASL authentication mechanisms

The resulting `main.cnf` file in has `smtpd_sasl_security_options = noanonymous` rather than `smtpd_sasl_security_options = noanonymous,noplaintext`.

https://unix.stackexchange.com/a/765723/25861

This change seems to fix a postfix error I ran into when setting this up:
```
smtpd fatal: no SASL authentication mechanisms
```
@bryceharrington
Copy link
Member

Thanks, LGTM

@bryceharrington bryceharrington merged commit d58a3ce into canonical:main Sep 5, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants