Migrating email accomplished (postfix+mysql+dovecot)
Fiuh, finally migrating email task is clear.
Almost 3500++ email account from vmailmgr based system moved to postfix with mysql backend and dovecot support.
thanks to Bendiken script that convert things magically
Generally the steps are :
1. Rsync email to new server
2. Change to dovecot style with migration script, make it in looping.
Just combined with little script like this :
migrating.sh
#!/bin/sh
ls /email/domain.com/users | while read u1;
do /home/rasyid/tools/courier2dovecot.sh "/email/domain.com/users/$u1/" ;
done
write in one line and chmod +x to make it executeable.
3. Change ownership of email folder to postfix and symlink it to real place.
Done
I’ve try roundcube mail and working fine for me. But since more user complain about some feature that not working well (perhaps browser issue) I change webmail back to squirrelmail
back to epsbed report.
- Audio Analysis and conversion. by forecaroli
- 300 MANUAL article submissions for each of 3 articles by flippy
- Auto Sizing Open Windows by reedyweb
- dvd 2 project by olf
- PHP/MySQL Database EXPERT by jasonp1
- ONIX XML Converter by PCSBOOKS
- Nonpublic project #311510 by MiracleHill
- Two Colones needed immediately. by niku72
- Clone dealnews.com CMS by shahrilfadzli
- Computer Program: Scheduling by meagher

No Comment
Random Post
Leave Your Comments Below