smtp_sasl_auth_enable being Ignored  [SOLVED]

Have you discovered a bug? Tell us about it.
Post Reply
nobody
Posts: 28
Joined: Sun 8. Jan 2023, 22:29
Location: Universe
Contact:

smtp_sasl_auth_enable being Ignored

Post 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.
User avatar
Florian
Keyweb AG
Posts: 1682
Joined: Wed 20. Jan 2016, 02:28

Re: smtp_sasl_auth_enable being Ignored  [SOLVED]

Post 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.
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
nobody
Posts: 28
Joined: Sun 8. Jan 2023, 22:29
Location: Universe
Contact:

Re: smtp_sasl_auth_enable being Ignored

Post 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
Last edited by nobody on Mon 9. Dec 2024, 12:38, edited 1 time in total.
User avatar
Florian
Keyweb AG
Posts: 1682
Joined: Wed 20. Jan 2016, 02:28

Re: smtp_sasl_auth_enable being Ignored

Post by Florian »

Hello,

configuration -> mail server
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
nobody
Posts: 28
Joined: Sun 8. Jan 2023, 22:29
Location: Universe
Contact:

Re: smtp_sasl_auth_enable being Ignored

Post by nobody »

Florian wrote: Mon 9. Dec 2024, 12:37 Hello,
configuration -> mail server
working fine.
Thanks a lot, you guys are awesome!
Post Reply