|
|
|
|
|
by vidarh
1808 days ago
|
|
I actually did use SMTP as queuing middleware for a registrar platform years ago. It worked very well. EDIT: To add some context, my team had come off building a webmail platform, and so we'd done lots of interesting stuff to qmail and knew it inside out. We then launched the .name tld and built a model registrar platform that on registration would bring up web and mail forwarding for users that wanted it. We used SMTP to handle the provisioning of those while keeping the registration part decoupled from the servers handling the forwarding. We also used it to live-update a custom DNS server I wrote. |
|