I have PMG running for relaying messages for 2 mail domains both ways: for instance, domain1.com and domain2.com. All things work like a charm except SMTPS.
I added TLS certificate for domain1.com and now I can use STARTTLS for messages coming into domain1.com, that's great - but if I try to send a message to the user@domain2.com, session drops just after
STARTTLS
MAIL FROM:
It seems to be normal behaviour if I follow the logic: 'we have TLS cert for domain1.com -> server recognizes that I'm trying to send a message for the domain2.com -> Drop'. Please correct me if I'm wrong here. Another problem is that there is only 1 public interface and that's not possible to make a difference between domain1.com and domain2.com...
I'm working on a solution for this issue and there are 2 possible ways (at least):
- add another public interface into PMG and bound domain1.com and domain2.com to dedicated interfaces each
- install another PMG and move domain2.com there
First way seems to be easier as it doesn't require additional resources to be involved - but what to do with second certificate? I didn't try to add another interface but suppose I still be in trouble with TLS certs as PMG allows to add only 1 pmg-tls.pem.
Second one seems like solution but I'm not happy with additional resources and additional maintenance tasks for it. It's easier to manage 1 appliance of course.
Thanks for your replies and opinions!
I added TLS certificate for domain1.com and now I can use STARTTLS for messages coming into domain1.com, that's great - but if I try to send a message to the user@domain2.com, session drops just after
STARTTLS
MAIL FROM:
It seems to be normal behaviour if I follow the logic: 'we have TLS cert for domain1.com -> server recognizes that I'm trying to send a message for the domain2.com -> Drop'. Please correct me if I'm wrong here. Another problem is that there is only 1 public interface and that's not possible to make a difference between domain1.com and domain2.com...
I'm working on a solution for this issue and there are 2 possible ways (at least):
- add another public interface into PMG and bound domain1.com and domain2.com to dedicated interfaces each
- install another PMG and move domain2.com there
First way seems to be easier as it doesn't require additional resources to be involved - but what to do with second certificate? I didn't try to add another interface but suppose I still be in trouble with TLS certs as PMG allows to add only 1 pmg-tls.pem.
Second one seems like solution but I'm not happy with additional resources and additional maintenance tasks for it. It's easier to manage 1 appliance of course.
Thanks for your replies and opinions!