Different external email domain
-
But it is still failing to send a test email. I'm using proton.
-
May 03 14:12:03 [NOTICE] [-] [core] [outbound] Failed to get socket: Outbound connection timed out to 185.205.70.128:25 May 03 14:12:22 [NOTICE] [-] [core] [outbound] Failed to get socket: Outbound connection timed out to 185.70.42.129:25 May 03 14:12:24 [NOTICE] [-] [core] [outbound] Failed to get socket: Outbound connection timed out to 185.70.42.129:25 May 03 14:12:33 [NOTICE] [-] [core] [outbound] Failed to get socket: Outbound connection timed out to 185.205.70.129:25 May 03 14:12:52 [NOTICE] [-] [core] [outbound] Failed to get socket: Outbound connection timed out to 176.119.200.129:25 May 03 14:12:54 [NOTICE] [-] [core] [outbound] Failed to get socket: Outbound connection timed out to 176.119.200.129:25 May 03 14:13:03 [NOTICE] [-] [core] [outbound] Failed to get socket: Outbound connection timed out to 185.70.42.129:25 May 03 14:13:22 [NOTICE] [-] [core] [outbound] Failed to get socket: Outbound connection timed out to 185.205.70.129:25
Looks like it is trying port 25 instead of 587 but I specified port 587
-
@Recliner2042 Looks like your VPS does not allow outbound port 25. Have you set up a mail relay for that domain - https://docs.cloudron.io/email/#relay-outbound-mails ?
-
OK now I'm seeing there is a rejection log from the mail server because the reply to address does not match my account address. How do I force cloudron to not use no-reply@domain and use the account address instead?
-
@Recliner2042 Cloudron may send out as various sender addresses, not just no-reply depending on the setup of the installed apps. So your relay has to support this. See https://docs.cloudron.io/email/#relay-outbound-mails for more info.
-
Oh I see it was in the note box on the docs page.
-