On Thu, 2009-02-26 at 16:12 +0000, Ray wrote: > Is there a feature like PostFix's `postconf` to display the currently parsed > and > calculated config?
That pretty much equals your local.cf, no? The non-default settings, similar to postconf -n, that is. For the complete picture including all default settings, base that off of 10_default_prefs.cf. > If not, how do I submit a feature request? There is no such SA tool. Why would you need one? Also, keep in mind, that users are allowed to change certain settings in their user_prefs, and thus the results are likely to not reflect the actual settings used for the user anyway. -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}