January 25, 2017 · Modoboa email Self Hosted simple
Quick & Easy: Modoboa Self Hosted Email Server with Webmail
- Create a Droplet at DigitalOcean (use my link and get a month free or more!)
apt-get update && apt-get install python-minimal git- add
droplet ipto mail.yourdomain.com andmail.yourdomain.comto MX record git clone https://github.com/modoboa/modoboa-installercd modoboa-installer && ./run.py mail.yourdomain.com- goto http://mail.yourdomain.com
- Edit admin password under
admin > Settings - add
user@domain.tldassimpleusersin identities - now you can login as
user@domain.tldin a private browser session - and try send an email to
check-auth@verifier.port25.comto check if its working
not receiving mail?
amavis can hang for some reason if you have little memory etc
crontab -e- insert
@hourly service amavis restart - now amavis will restart every hour, you can change it to
@dailyetc - try creating some swap space if you have issues