
10th September 2008, 18:42
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,886
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
You use the wrong command:
postconf -d displays the defaults, the defaults are not changed of course. The value that is actually in use by the postfix can be displayed with:
postconf -n
|