Disable port 25

Koda

New Member
Apr 15, 2024
5
0
1
I have config Gotify and disable the default rules and mail notification.

PBS try allways connect to port 25. how can I disable this?
I don't found any settings for this connection
 
Well, if you really do not want to send (or receive from "local") emails then you might disable the local MTA, postfix:

Code:
 systemctl status postfix; systemctl disable --now postfix; systemctl status postfix


Disclaimer: not tested - I am using it intensively and my recommendation -of course- is to actually use it as intended... ;-)
 
My problem is not primarly the used port, but the gotify Message "Undelivered Mail Returned to Sender"
But I think this help me. thank you
 
Last edited: