Debug and verify Postfix configurations
Answer:
A simple way to debug and verify your Postfix configurations is the use the sendmail command with the -bv flag.
Example:
# sendmail -bv [email protected]
No email will be sent using the above command, it just report after verifying each recipient address. This is very useful for testing the Postfix configurations.