[exim] Re: Port 25 blocked by ISP

Top Page
Delete this message
Reply to this message
Author: Heiko Schlittermann
Date:  
To: exim-users
Subject: [exim] Re: Port 25 blocked by ISP
João Camara via Exim-users <exim-users@???> (Do 04 Mai 2023 14:53:08 CEST):
> Hi all,
> How can I set outbound SMTP port to 587 on EXIM4 ?


You're talking about the remote port, the port you deliver your messages
to. Find the transport that is in use for external addresses:

        exim -bt test@???


and add `port = 587` to that transport. Most probably this won't
suffice, as you might need to authenticate with the submission host.

(Instead of `…-bt` you can read and understand the config ;), lookout
for `smart` or `upstream` or `submission`), depending on the origin of
your configuration.

--
Heiko

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/