Pe serverele de mail pe care le administrez folosesc Xmail. Suportă out of the box 90% din toate funcțiile pe care mi le doresc și poate fi extins relativ ușor cu filtre. Are o singură mare problemă: nu are un server IMAP/IMAPS. Și cum dacă vrei să accesezi mailurile fără probleme din web, de pe telefon și cu un client desktop, cam ai nevoie de IMAP, a trebuit să găsesc o variantă de a combina Xmail cu serverul IMAP/IMAPS Dovecot.
Posts Tagged ‘xmail’
This post is in English because it might interest other people than just Romanians.
Based on my previous Xmail password decrypter, this little script will read Xmail users and will output the list in the format understood by Dovecot’s passwd-file option, with the PLAIN password scheme. It’s fairly easy to change it to support other schemes, like MD5.
If your Xmail users file is not /etc/xmail/mailusers.tab, you need to edit the file and change the path. Then you can use the script to overwrite the Dovecot’s passwd file, for example:
./xmail2dovecot.py > /etc/dovecot/passwd
Download: xmail2dovecot.py
This post is in English because it might interest other than Romanian speaking people too.
Here is a tiny little password decrypter for Xmail. It will output all passwords in the format username@domain -> password. It tries to open /etc/xmail/mailusers.tab, if your users file is somewhere else edit the script and change the path.
Download: xmdecrypt.py



Home




