|
|
|
|
|
by vidarh
4130 days ago
|
|
Qmail may show its age, but the overall structure is sound, and one the beautiful parts of qmail was/is how it isolated everything in their own processes intercommunicating via very simple protocols over file descriptors. So you could build far more complicated mail systems by starting with qmail and replacing parts as you went. A company I co-founded used qmail for delivery for a webmail service for ~2m users, and while we used the original qmail less and less, it was because we were able to use qmail as scaffolding as described above. And we ran lots of services under daemontools. Later we used qmail as a generic message queueing system for a turnkey registrar platform for .name... |
|