Mobadoa is a nice python webmail interface. As it turns out, it's more than just webmail -- full account management included. It ties in with Postfix and Dovecot very tightly but could be extended to integrate with other software.
I created this port so I could try out the webmail interface.
One problem exists: The port needs django-reversion==1.8.0. No other version will work. According to Mobadoa developers, django-reversion breaks compatibility with almost every update. Ex: 1.8.0 supports django 1.5, but 1.8.1 is django 1.6+ only!!
Probably just ask the user to install it via pip.... (pkg-message)