On 28/10/24 15:37, Wesley via Postfix-users wrote:
Do you know any project which provides HTTP api integrated with postfix for sending email ? I ask this is because one of my customers has been using the VPS which has all outgoing smtp ports/traffic blocked.
You really shouldn't be using the smtp port for submission anyways. Your VPS provider should not be blocking ports 587 (submission) or 465 (submissions) and both are appropriate for this.
If they somehow are blocking those ports just pick a different one and have postfix listen on that for submission.
Note: port 25 (smtp) should really be used for MX communication only and not for relaying mail to a submission server.
Peter _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org