Brussels / 1 & 2 February 2014

schedule

Interview with Timo Sirainen
Dovecot's way of scaling to millions of users

Timo Sirainen will give a talk about Dovecot's way of scaling to millions of users at FOSDEM 2014.
Q: Could you briefly introduce yourself?

I’m Timo Sirainen, the main author of the Dovecot IMAP server. Earlier in my life I also wrote most of the Irssi IRC client, which is still surprisingly widely used.

Q: What will your talk be about, exactly? Why this topic?

The talk will be about how Dovecot was designed to be scalable to installations with tens of millions of users. This was pretty much the only developer-related topic I thought of that would be interesting and I could talk about for an hour :)

Q: What do you hope to accomplish by giving this talk? What do you expect?

It would be interesting to hear if the audience will have some comments or ideas for further improvements. Maybe my talk will inspire some new developers to write some new awesome scalable software. Perhaps some will even be interested in choosing Dovecot as the platform to do it, since it’s easily possible to add completely new servers as external projects on top of the Dovecot core.

Q: What are the key architectural decisions you made to make it possible to run Dovecot in installations varying from one user to tens of millions of users?

My initial design only thought about single server installations. Later on I started wondering about how to make it work well in clusters. Eventually the main thing I figured out was that, at least for Dovecot, the best choice is to simply (automatically and temporarily) assign users to specific servers and proxy the connections when necessary. Usually there is very little, if any, global state between users, so this brings the best performance with the least amount of trouble.

Q: What are the most important challenges you face when you want to support millions of users on a Dovecot server?

In typical large installations there aren’t all that many problems that are different from smaller clustered installations. There are simply more servers to handle the traffic. Some installations want to do more complex things that require more global states and then things could get somewhat more complex as a single writable SQL server won’t be fast enough.

Q: What is the biggest Dovecot installation you know of (in terms of the number of users)?

That’s Deutsche Telekom with 26 million users.

Q: Which new Dovecot features are you working on currently?

Currently I’ve been annoyingly busy with many non-coding tasks, and also some customer-specific coding tasks. There are some interesting features planned for the near future though:

Q: You recently wrote on your blog about the idea to develop a Dovecot MTA. Could you summarise your main reasons to do this? And where would this MTA make a difference?

It started with the thought of Dovecot providing an SMTP submission server, since that can be useful for various things, especially when implementing the LEMONADE SMTP extensions. Later on I started thinking that it wouldn’t actually be that much extra work to implement the rest of the SMTP server either, assuming it was implemented in a way that allows the administrator to mainly code how it needs to work instead of implementing a ton of specific configuration options. There are a few reasons why I thought it could be worth the trouble to implement it:

Q: Have you enjoyed previous FOSDEM editions?

Yes, I’ve been to FOSDEM twice earlier and they’ve been interesting!

Creative Commons License
Creative Commons License

This interview is licensed under a Creative Commons Attribution 2.0 Belgium License.