InterviewSolution
Saved Bookmarks
| 1. |
How To Check Postfix Configuration From The Command Line ? |
|
Answer» Using the command ‘postconf -N‘ we can SEE current configuration of POSTFIX excluding the lines which are COMMENTED. Using the command ‘postconf -n‘ we can see current configuration of postfix excluding the lines which are commented. |
|