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.
> 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:
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
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
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
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
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