Re: multiple instances of postfix

2017-08-15 Thread HÃ¥kon Alstadheim
Check out postmulti(1) manual page. Part of postfix package, at least on my debian system. This will let you have separate configurations (including master.cf) started by a single init-script. This works quite well, way better than making something similar manually. Den 15. aug. 2017 18:35, skrev

Re: multiple instances of postfix

2017-08-15 Thread Viktor Dukhovni
On Tue, Aug 15, 2017 at 08:20:51PM +0400, Mohammed Khalid Ansari wrote: > Can I use multiple instances of postfix on the same host with different > ports like 25 and 587? Each instance has its own master.cf file. The "inet" entries in that file, toghether with the inet_interfaces setting determi

Re: Multiple instances of postfix

2014-08-27 Thread Paul Thomas
Noel thank you very much, This is reassuring. You are right they are fundamentally not that different, except there is some "scaffolding" and special handling. Part of the first example is kind of outdated because postfix needs to be explicitly told the mode to run, and where the configs are

Re: Multiple instances of postfix

2014-08-27 Thread Noel Jones
On 8/27/2014 3:35 AM, Paul Thomas wrote: > Hello folk, I'm wondering if you can help. > > I saw two ways of implementing multiple instance of postfix. > > 1. http://edoceo.com/howto/postfix-multiple-instances > This looks like a quick-dirty ho

Re: multiple instances of postfix

2012-08-28 Thread Noel Jones
On 8/28/2012 12:57 AM, an...@isac.gov.in wrote: > Dear List, > > right now, in one of my servers, only one instance of postfix is > running. This is already integrated with amavisd-new running on the > same server. > > My question is, if I create another instance of postfix, do I need > to creat