Hey, I’ve setup my SMTP credentials in Sender-dependent transports, runned a test and it works fine (I received the email)
I then enabled the newly added sender on my domain
The problem is, when I try to send the email using the SOGo platform, the connection timeouts
What I’ve figured so far:
I opened wireshark and tracked the send packet (its on port 587)
Sending the TEST email using the same SMTP credentials seems to resolve to a different ip than sending the email through SOGo..
I telnet the ip used in TEST submission and it connects
I telnet the ip used in SOGo submission and it timeouts
I know that some ISP blocks SMTP ports but that doesnt seem to be the case since sending the TEST email works flawlessly..
Am I missing some configuration?
Thanks in advance