InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Postfix & Sendmail ? |
|
Answer» Postfix uses a modular approach and is COMPOSED of multiple independent executables. SENDMAIL has a more monolithic design UTILIZING a single always RUNNING DAEMON. Postfix uses a modular approach and is composed of multiple independent executables. Sendmail has a more monolithic design utilizing a single always running daemon. |
|