This is my experiment to get iRedMail to work with Nginx. In the end I got everything to work other than awstats, although with some caveats. I don’t like awstats very much and it seemed quite troublesome to get it setup. There is a mode to run awstats in that lets it just generate static …
Tag: Postfix
Another Ubuntu upgrade, Another dovecot+postfix breakage
It seems like every time I upgrade Ubuntu, dovecot+postfix breaks. Maybe its just my luck, but it has gotten fairly annoying to be the only service that breaks after any upgrade. This time I spent hours last weekend reinstalling, uninstalling and reinstalling postfix and dovecot about 4 or 5 times. Sad to say here I …
Postfix with ubuntu 11.10
In addition to my Dovecot issues, postfix as well had failed and I wasn’t able to send emails. However, getting them was more important at that point. After some trials, I found I needed to add this to my main.cf smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth Which has resolved postfix from not working. Hopefully I …