Re: Multiple Instances Question

2011-06-27 Thread Mark Moellering
I was having trouble getting that to work but with your example I might try it again... On 27-Jun-11 3:25 PM, Christian Roessner wrote: I have multiple domains and need to set up each domain with its own TLS certificate. Can you explain this a little bit more? You could add several w1.x1.y1.

Re: Multiple Instances Question

2011-06-27 Thread Christian Roessner
> I have multiple domains and need to set up each domain with its own TLS > certificate. Can you explain this a little bit more? You could add several w1.x1.y1.z1:smtp ... smtpd w1.x1.y1.z1:submission ... smtpd w2.x2.y2.z2:smtp ... smtpd w2.x2.y2.z2:submission ... smtpd Example from my server:

Re: Multiple Instances Question

2011-06-27 Thread Wietse Venema
Mark Moellering: > Does each instance need its own uid and gid? Wietse: > The documentation does not say that different instances must have > different mail_owner and setgid_group settings, so don't do that. Mark Moellering: > It says that "The default instance is responsible for local mail > sub

Re: Multiple Instances Question

2011-06-27 Thread Noel Jones
On 6/27/2011 12:01 PM, Mark Moellering wrote: Ahh I see... What about the sql files? Can each instance point to the same directory or do I need different directories per instance? Since everything is already set to handle multiple domains, I can use the same sql for each... Multiple instances

Re: Multiple Instances Question

2011-06-27 Thread Mark Moellering
On 27-Jun-11 12:50 PM, Wietse Venema wrote: Mark Moellering: I am running a postfix server on Freebsd 8.1 I have multiple domains and need to set up each domain with its own TLS certificate. I emailed this list and the best solution seems to be to run multiple instances. I read through the docum

Re: Multiple Instances Question

2011-06-27 Thread Wietse Venema
Mark Moellering: > I am running a postfix server on Freebsd 8.1 > I have multiple domains and need to set up each domain with its own TLS > certificate. > I emailed this list and the best solution seems to be to run multiple > instances. > I read through the documentation and I want to clarify th

Multiple Instances Question

2011-06-27 Thread Mark Moellering
I am running a postfix server on Freebsd 8.1 I have multiple domains and need to set up each domain with its own TLS certificate. I emailed this list and the best solution seems to be to run multiple instances. I read through the documentation and I want to clarify things before I start making