João Camara via Exim-users <[email protected]> (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 [email protected]
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
signature.asc
Description: PGP signature
-- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
