Skip to main content
Kill -9 Club
Sign in

postconf

NetworkPackage: postfix

Reads and changes Postfix's configuration. postconf -n prints only what differs from the defaults — the view you need when working out why mail is not leaving.

What its options do in the lessons

From the same glossary the lessons render under their commands, so the two cannot disagree.

postconf -n
Shows only the parameters explicitly set in main.cf, without the hundreds of defaults plain postconf prints. The shortest way to see what an installation actually configured.

Lessons that teach it