Tech Support Notes

Testing Postfix Configuration

You can use the command postfix check to check the current Postfix configuration. Again in this case if the command returns nothing that is a good thing. We'll go ahead and add the echo bit so we get at least something back:

[hyperion] (~) >>> postfix check && echo $?
0

To get a more verbose outputof the current configuration options you can also use postfix -vvv