Re: Sending IP address in SMTP server



So there's no way to host two different domain names from the same
machine?

I wouldn't put it that way.

Multiple outbound VSs can have the same EHLO string and source IP, so
they will all pass the PTR-EHLO-A roundtrip test. This doesn't mean
that they have the same settings internally. In fact, it makes it
easier to hide a bunch of different processing "engines" behind the
same public IP and reduce your DNS/RDNS obligations.

IIS SMTP's ability to host multiple virtual servers is most useful for
creating different inbound and outbound mailroutes, or creating
multiple outbound, with different retry settings, size limits,
encryption/authentication requirements, event sink hooks, etc.

VSs are not, strictly speaking, sandboxed from one another; you can't
consistently confer security and/or obscurity and/or customer branding
by using two outbound VSs _with essentially identical settings_ other
than their default domain. You can, however, get greatly increased
performance by splitting inbound spools across multiple disk spindles,
etc., by the use of VSs. And the more you purpose-build your VSs --
for example for inbound, outbound, and authenticated-only traffic --
the more you gain in manageability.

You really should explain _why_ you came to use multiple VSs on this
machine. Do you have performance goals vis-a-vis segregation? Security
goals? Explicit or implicit SLAs for different types of traffic?

--Sandy
.



Relevant Pages

  • Re: Understanding the VSS paradigm...
    ... I'm now slowly understanding that my thought process is stuck in trying ... to control the output files but maybe Source ... MyLibrary.c (VSS version 4) ... So how does one link the file version 1.0.0.5 to the multiple versions ...
    (microsoft.public.vstudio.sourcesafe)
  • Newbie VB6/VSS Questions
    ... Essentially they have deveopled multiple VB 6.0 ... projects which share multiple objects but we cannot get VSS to see these as ... shared objects. ... As far as directory structure it looks like this: ...
    (microsoft.public.vstudio.sourcesafe)
  • Re: VSS pluggin 1.6.1 for Eclipse
    ... configuring eclipse plugin to connect to VSS database when I tried to add the project into VSS it threw me a java.lang.NullPointerException­. ... VSS is unsafe with multiple timezones. ... And if you're still not convinced, take a look in the ss.ini files on your SourceSafe "server" and tell me that you want to use software that does things that way. ...
    (comp.lang.java.softwaretools)
  • Re: VB.Net Standard and VSS
    ... > I am wondering if VSS works with VB.Net standard edition. ... > purchased a few copies of VB standard and now with multiple people working on ...
    (microsoft.public.dotnet.languages.vb)