Hello, Is it possible to split a port direction so it goes to one server or another? For example, I want abc.com to be routed to server X and def.com to go to server Y. Is it also possible to have e-mail addresses going to one server or another in the same concept so joe@abc.com will to server E and jane@abc.com goes to server F? If any of this is possible, what is the name of the technology/technique? Thank you for your input/help. Have a great day, Donald S. Doyle President G.E.M. Computer Consulting, LLC 317.250.4448 <http://www.gemcc.com> www.gemcc.com <http://www.gemcc.com/> gem-logo CONFIDENTIALITY NOTICE The materials enclosed with this electronic transmission are private and confidential and are the properties of the sender. The information contained in the material is privileged and is intended only for the use of the individual(s) or entity (ies) named above. If you are not the intended recipient, be advised that any unauthorized disclosure, copying, distribution, or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this electronic transmission in error, please notify us by telephone. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar
On Tue, Mar 19, 2013 at 02:27:32PM -0400, Donald S. Doyle wrote:> > Is it possible to split a port direction so it goes to one server or > another? For example, I want abc.com to be routed to server X and def.com > to go to server Y. Is it also possible to have e-mail addresses going to > one server or another in the same concept so [1]joe@abc.com will to server > E and [2]jane@abc.com goes to server F? If any of this is possible, what > is the name of the technology/technique? >The websites can be accomplished with a front-end webserver that proxies the requests to the "real" servers. With Apache, you can do this with the ProxyPass and ProxyPassReverse directives. The email can be accomplished depending on your mail server. I believe that Cyrus and Courier support what you want. I am sure that there are others as well. In both cases, however, you want to take some action based on some application-level notion of the content. Shorewall has no notion of this, and consequently cannot help you. Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar
Hi Roberto, Thanks for the follow-up! Do you have a latin background? My wife is from Venezuela. Have a great day, Donald S. Doyle President G.E.M. Computer Consulting, LLC 317.250.4448 www.gemcc.com CONFIDENTIALITY NOTICE The materials enclosed with this electronic transmission are private and confidential and are the properties of the sender. The information contained in the material is privileged and is intended only for the use of the individual(s) or entity (ies) named above. If you are not the intended recipient, be advised that any unauthorized disclosure, copying, distribution, or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this electronic transmission in error, please notify us by telephone. -----Original Message----- From: Roberto C. Sánchez [mailto:roberto@connexer.com] Sent: Tuesday, March 19, 2013 3:00 PM To: Shorewall Users Subject: Re: [Shorewall-users] Splitting ports On Tue, Mar 19, 2013 at 02:27:32PM -0400, Donald S. Doyle wrote:> > Is it possible to split a port direction so it goes to one server or > another? For example, I want abc.com to be routed to server X anddef.com> to go to server Y. Is it also possible to have e-mail addresses goingto> one server or another in the same concept so [1]joe@abc.com will toserver> E and [2]jane@abc.com goes to server F? If any of this is possible,what> is the name of the technology/technique? >The websites can be accomplished with a front-end webserver that proxies the requests to the "real" servers. With Apache, you can do this with the ProxyPass and ProxyPassReverse directives. The email can be accomplished depending on your mail server. I believe that Cyrus and Courier support what you want. I am sure that there are others as well. In both cases, however, you want to take some action based on some application-level notion of the content. Shorewall has no notion of this, and consequently cannot help you. Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar
On 19/03/13 18:27, Donald S. Doyle wrote:> > Hello, > > > > Is it possible to split a port direction so it goes to one server or > another? For example, I want abc.com to be routed to server X and > def.com to go to server Y. Is it also possible to have e-mail > addresses going to one server or another in the same concept so > joe@abc.com <mailto:joe@abc.com> will to server E and jane@abc.com > <mailto:jane@abc.com> goes to server F? If any of this is possible, > what is the name of the technology/technique? > > > Thank you for your input/help. > > > > Have a great day, > > > > Donald S. Doyle > > President > G.E.M. Computer Consulting, LLC > > 317.250.4448 > > www.gemcc.com <http://www.gemcc.com> > > > > gem-logo <http://www.gemcc.com/> > > > > CONFIDENTIALITY NOTICE > > The materials enclosed with this electronic transmission are private > and confidential and are the properties of the sender. The > information contained in the material is privileged and is intended > only for the use of the individual(s) or entity (ies) named above. If > you are not the intended recipient, be advised that any unauthorized > disclosure, copying, distribution, or the taking of any action in > reliance on the contents of this information is strictly prohibited. > If you have received this electronic transmission in error, please > notify us by telephone. > > > > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > > > _______________________________________________ > Shorewall-users mailing list > Shorewall-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-usersFor the HTTP side as Roberto said would work well, as would something like squid reverse proxy for the mail the situation varies depending are we talking Transport ie SMTP or Delivery ie IMAP/POP? SMTP I would be inclined to set up one of the mail servers to act as primary for it''s domain then configure it as you would a backup MX for the other, just configure it to accept and relay on mail for the second domain to the other server that would be by far the simplest way of doing it unless we are talking about dealing with such large volumes of mail the first server simply couldn''t cope with relaying in this configuration but I suspect if the situation was anything like that obtaining an additional IP address to avoid this situation entirely wouldn''t be an issue. For IMAP/POP it''s similar to the HTTP situation, it''s been a while since I''ve dealt with one but there are reverse proxy software systems that are IMAP/POP aware they will take the initial connection and just as with a HTTP reverse proxy decides what to do next based on the client request IMAP/POP aware ones begin (Some even complete) the client login process and then forward on the connection based on the @domain part of the clients username. I''m drawing a blank on a name of some software to point you to at the moment so would suggest try googling for IMAP/POP reverse proxy depending which protocol you need to work with though I do recall most doing either. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar