smtp_sasl_auth_enable being Ignored [SOLVED]
smtp_sasl_auth_enable being Ignored
Wanted to post the following as it could be useful to others:
In case you're updating/ using to ubuntu24 and you're using external smtp services and the configuration "smtp_sasl_auth_enable" is getting ignored, just change
default_transport = smtp:127.0.0.1:10027
to
default_transport = smtp
in etc/postfix/main.cf .
then reload the postfix service.
default_transport = smtp is the default value in ubuntu 22, but since i just switched from ubuntu 22 to 24 i couldn't figure out why my external smtp service has been ignored on the new ubuntu version until i found the above value.
For keyadmin developers: would be handy if you could set this value by default to "smtp" so other users don't have to search around.
All other informations regarding using external smtp services can be found in the postfix documentation or around the web.
Regards.
Re: smtp_sasl_auth_enable being Ignored [SOLVED]
default_transport = smtp:127.0.0.1:10027 is necessary for SRS
You can also simply disable SRS in Keyhelp to have the same effect.
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: smtp_sasl_auth_enable being Ignored
oh ok, didn't know it.
I didn't find anything in the panel to disable it. Can you tell me how to disable the rewriting scheme and where please?
Much better solution than messing around with config files.
I don't like messing around with config files if not strictly necessary.
Thanks in advance
Re: smtp_sasl_auth_enable being Ignored
configuration -> mail server
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************