Re: recipient_delimiter is not set

2010-04-18 Thread Jim Carter
Thanks to Sahil Tandon and LuKreme for pointing out my mistake on the debugging tool. I saw this done in an old archived post, and having searched for but not found the "what to include in a problem report" FAQ item, I winged it, incorrectly. I also forgot to specify the version of Postfix: 2.6.

Re: recipient_delimiter is not set

2010-04-18 Thread LuKreme
On 17-Apr-2010, at 22:09, Jim Carter wrote: > > I have recipient_delimiter = + in main.cf, but postconf -d reports that > the variable is empty. postconf -d will *always* report that as empty. Have you looked at the man page for postconf -d to see what it does? (H INT: It's not what you think)

Re: recipient_delimiter is not set

2010-04-17 Thread Sahil Tandon
On Sat, 17 Apr 2010, Jim Carter wrote: > I have recipient_delimiter = + in main.cf, but postconf -d reports that > the variable is empty. What could be suppressing setting it? -d is for DEFAULT. The -n flag is what you use to display non-default parameter settings. See the postconf(1) for more