On Tue, Feb 08, 2022 at 10:27:17PM +0530, Nitin N wrote:

> The way to share concise configurations is:
>
>         $ postmulti -x /bin/sh -c '
>                 echo "=== $MAIL_CONFIG:"
>                 postconf -nf
>                 echo "---"
>                 postconf -Mf
>                 '

Thank you Victor, Wietse and Daniel. Well, I was trying to send 3 sets of
configs - the base nullclient, domain 1 and domain 2. Is it allowed to zip
and send? I think it should be less than 40k in that case. I will do that
tommorrow.

With "postconf -nf" and "postconf -Mf", even three configurations should
be well under 40k.  On my somewhat non-trivial system, the non-default
config settings weigh in at just over 8k:

    $ (postconf -nf; postconf -Mf) | wc
         186     693    8662

> I have Postgres and Unbound running on this machine and they are binding
> > with the aliased IPs without any issues. So most likely I have goofed up
> > somewhere with the configs.

Most likely failure to clear "master_service_disable" and/or configure
"inet_interfaces" correctly and enable all the instances.  You can also
post the output of "postmulti -l".

Best to post the configs as text, rather than a gzipped attachment.  It
should suffice to post the configs for just the default instance (null
client?) and one of the secondary instances (that you're having issues
with).

-- 
    Viktor.

Reply via email to