Ilia Ross
Ilia Ross
If you delete `ali.com` or `bek.com` or both from Apache config, can you then add `alibekxxx.com` domain?
Hello, `smtp_sasl_security_options` and `smtpd_sasl_security_options` aren't the same options. They also have different defaults, i.e.: ``` smtp_sasl_security_options (default: noplaintext, noanonymous) ``` vs ``` smtpd_sasl_security_options (default: noanonymous) ```
Nevertheless, missing help file was a bug. It is fixed now. Thanks for the heads up!
> * `smtp_sasl_security_options` does not exist in the default config after virtualmin but has entries invalid in the GUI >  > * in the config /etc/postfic/main.cf there is no...
> * has a comma in it so is invalid Not according to the [docs](https://www.postfix.org/SASL_README.html).
> * `noplaintext, noanonymous` is getting pulled from somewhere and it is not the config file until it has been applied via `SMTP Client options` page. ``` postconf -d |...
> I checked the **SASL security options** field for reference html for the field `name="smtp_sasl_security_options_def"` > > **I added chicken** > >  @jcameron Jamie, why adding "chicken" is possible?
I just don't understand your last comment. I don't see any bugs there! Please check the docs: https://www.postfix.org/SASL_README.html
> * when i save the first one, `smtp_sasl_security_options = noplaintext noanonymous` gets added to the `/etc/postfix/main.cf` file > * when i save the second one with the comma in...
> but changeing the field to this format would stop people like me doing daft stuff: Do you suggest changing to use spaces on Webmin side, even though documentation and...