Page 1 of 1

smtp_sasl_auth_enable being Ignored

Posted: Sun 8. Dec 2024, 02:19
by nobody
No idea where i should post this, sorry in advance if it's the wrong section of the forum.

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]

Posted: Mon 9. Dec 2024, 07:51
by Florian
Hallo,

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.

Re: smtp_sasl_auth_enable being Ignored

Posted: Mon 9. Dec 2024, 12:33
by nobody
Florian wrote: Mon 9. Dec 2024, 07:51 default_transport = smtp:127.0.0.1:10027 is necessary for SRS
oh ok, didn't know it.
Florian wrote: Mon 9. Dec 2024, 07:51 You can also simply disable SRS in Keyhelp to have the same effect.
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

Posted: Mon 9. Dec 2024, 12:37
by Florian
Hello,

configuration -> mail server

Re: smtp_sasl_auth_enable being Ignored

Posted: Mon 9. Dec 2024, 16:39
by nobody
Florian wrote: Mon 9. Dec 2024, 12:37 Hello,
configuration -> mail server
working fine.
Thanks a lot, you guys are awesome!