Re: [Pound Mailing List] Routing mail servers with pound?
Paul Reeves <[email protected]> Sat, 17 Jun 2017 10:00:00 +0200
| Newsgroups | gmane.comp.web.pound.general |
|---|---|
| Organization | IBPhoenix |
| Message-ID | <[email protected]> |
On Fri, 16 Jun 2017 22:41:35 +0200 Christian COMMARMOND wrote > Hello again, > > I found an example of communication to send a mail. And OK, we don't > know the name of the server to which we want to connect... So, what I > wanted is really impossible. > > I don't know how we could set different ports on the smtp, I think, > from outside, port will always be 587 (25 for my tests), or is there > a way to change that??? > I've only ever used postfix, and my config is slightly different to yours. However, I'm pretty sure postfix can do everything you need without any other proxy. I've certainly done something similar, using postfix as a gateway on a host, which relays to mail servers running on VMs internally within the same host. But this isn't the forum for that discussion. In any case, it sounds as if you need to read up a bit on how mail servers work. Port 587 is generally used to receive mail from clients. Port 25 is for mail server to mail server communication. You can't really change those ports. Well, 587, maybe, but not 25. Paul -- Paul Reeves http://www.ibphoenix.com Supporting users of Firebird -- To unsubscribe send an email with subject unsubscribe to [email protected] Please contact [email protected] for questions.