Dear Wietse, I managed to get my multi-domain setup running with postmulti. However, I am stuck with a new issue. I have a single NIC that I wanted to use across each postfix instance. So I created IP aliases and used them one for each instance and set up the default instance as a nullclient.
But I am noticing that if I try to telnet at port 25 for the ip alias instances it refuses to connect. So my question is: does postfix work with IP aliases or does it need physical NICs or each instance? I have set each instance to have its own IP alias as the only inet_interface. Best regards, Nitin On Wed, Feb 2, 2022 at 12:00 AM Nitin N <nitin.wo...@gmail.com> wrote: > Thanks Wietse. > > Will remove the smtp prefixes... had seen them in some stackoverflow > replies for multidomain setups. I will read the links given in detail and > get back if it still doesn't work for postscreen. > > Nitin > > On Tue, 1 Feb 2022, 7:41 pm Wietse Venema, <wie...@porcupine.org> wrote: > >> Jaroslaw Rafa: >> > Dnia 1.02.2022 o godz. 08:55:47 Wietse Venema pisze: >> > > This does not work. The smtp_bind_address and smtp_helo_name settings >> > > above have NO EFFECT when given to a Postfix SMTP SERVER. >> > >> > Which can be recognized by the fact that they are prefixed with "smtp_" >> and >> > not "smtpd_" :) >> >> For an exhaustive list of parameters that control the operation of >> a Postfix SMTP server, see: >> - http://www.postfix.org/smtpd.8.html. >> - http://www.postfix.org/postscreen.8.html >> Note the absence of smtp_ prefixed names. >> >> Wietse >> >