Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-02-01 Thread Curtis Villamizar
In message <211281bd-f686-4a8a-9e37-7d4368568...@kreme.com> LuKreme writes: > On Jan 30, 2016, at 22:42, Curtis Villamizar wrote: > > It would be: > > > > cd /usr/local/etc > > mv postfix postfix.old > > ln -s ../../../etc/postfix postfix > > No, it most

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-02-01 Thread Curtis Villamizar
In message <5a7fbd95-2256-4177-a30d-32e36ea73...@dukhovni.org> Viktor Dukhovni writes: > > On Feb 1, 2016, at 3:54 AM, Curtis Villamizar > > wrote: > > > > As I said to Viktor, I mistakenly thought, based on reading (maybe > > misreading) numerous web pages of

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-02-01 Thread Viktor Dukhovni
> On Feb 1, 2016, at 3:54 AM, Curtis Villamizar > wrote: > > As I said to Viktor, I mistakenly thought, based on reading (maybe > misreading) numerous web pages of documentation with no mention of a > limitation, that the -c argument was supposed to work like -c or

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-31 Thread Curtis Villamizar
In message <49c94ad9-3c94-4c48-9726-0e81e1109...@dukhovni.org> Viktor Dukhovni writes: > > On Jan 31, 2016, at 1:01 AM, Curtis Villamizar > > wrote: > > > > I use tcsh so: > > > > # sh -c 'postconf -c $(postconf -dh config_directory ) \ > > -h

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-31 Thread LuKreme
On Jan 30, 2016, at 22:42, Curtis Villamizar wrote: > It would be: > > cd /usr/local/etc > mv postfix postfix.old > ln -s ../../../etc/postfix postfix No, it most certainly would not. Your configuration files ARE in local, if you want to pretend they are in /etc,

moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-30 Thread Curtis Villamizar
This is more of an annoyance than a serious bug since there is a simple workaround. But it seems to me that it is a bug. Though postfix is compiled with /usr/local prefix (and I prefer the executables in /usr/local) I have configs in /etc/postfix so I start postfix with "-c /etc/postfix". I

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-30 Thread Curtis Villamizar
In message "@lbutlr" writes: > > On 30 Jan 2016, at 20:27, Curtis Villamizar wrote: > > Though postfix is compiled with /usr/local prefix (and I prefer the > > executables in /usr/local) I have configs in /etc/postfix so

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-30 Thread Curtis Villamizar
In message Viktor Dukhovni writes: > > On Jan 31, 2016, at 12:24 AM, Curtis Villamizar > > wrote: > > > >>> /usr/local/sbin/postconf: warning: inet_protocols: disabling IPv4 > >>> name/address support: Protocol not

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-30 Thread Viktor Dukhovni
> On Jan 31, 2016, at 1:01 AM, Curtis Villamizar > wrote: > > I use tcsh so: > > # sh -c 'postconf -c $(postconf -dh config_directory ) \ > -h multi_instance_directories' > postconf: warning: inet_protocols: disabling IPv4 name/address > support: Protocol not

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-30 Thread @lbutlr
On 30 Jan 2016, at 20:27, Curtis Villamizar wrote: > Though postfix is compiled with /usr/local prefix (and I prefer the > executables in /usr/local) I have configs in /etc/postfix so I start > postfix with "-c /etc/postfix”. ln -s /usr/local/etc/postfix /etc/ -- A:

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-30 Thread Curtis Villamizar
In message <16f8c2b2-59cd-41b2-a452-5ec4b4442...@dukhovni.org> Viktor Dukhovni writes: > > On Jan 30, 2016, at 10:27 PM, Curtis Villamizar > > wrote: > > > > This is more of an annoyance than a serious bug since there is a > > simple workaround. But it seems to me

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-30 Thread Viktor Dukhovni
> On Jan 30, 2016, at 10:27 PM, Curtis Villamizar > wrote: > > This is more of an annoyance than a serious bug since there is a > simple workaround. But it seems to me that it is a bug. > > Though postfix is compiled with /usr/local prefix (and I prefer the >

Re: moving configs from /usr/local/etc/postfix to /etc/postfix

2016-01-30 Thread Viktor Dukhovni
> On Jan 31, 2016, at 12:24 AM, Curtis Villamizar > wrote: > >>> /usr/local/sbin/postconf: warning: inet_protocols: disabling IPv4 >>> name/address support: Protocol not supported >>> >>> even though /etc/postfix/main.cf has inet_protocols = ipv6 >> >> What happens