K Koda New Member Apr 15, 2024 5 0 1 Jun 21, 2024 #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
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
UdoB Distinguished Member Proxmox Subscriber Nov 1, 2016 2,039 863 213 Germany Jun 21, 2024 #2 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... ;-)
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... ;-)
K Koda New Member Apr 15, 2024 5 0 1 Jun 21, 2024 #3 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: Jun 21, 2024
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