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.
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)
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