Hi all,
 
I built a new server based on:
Mandrake 10.1
cyrus-imapd-2.2.12
cyrus-sasl-2.1.19
and other necessary distribution packages (DB4.2, apache2, mod_php, php-imap, php-mysql, php-pear, pam-mysql  etc.)
 
My old production server is based on older DB, older cyrus-imapd .... so I used Luc´s suggestions about making backups.
- backup of cyrus database (ctl_mboxlist -d > cyrus-db_dump)
- TAR of /var/lib/imap (cyrus databases)
- TAR of /var/spool/imap (mailboxes)
- dump of mail database from MySQL
 
Then I ...
- restored MySQL dump of mail database on new system
- restored only QUOTA and USER subdirectories from /var/lib/imap TAR archive (all other files were incorrect because old system uses old version of DB4)
- restored TAR archive /var/spool/imap (mailboxes)
- restored cyrus database (rm -rf mailboxes.db,  ctl_mboxlist -u < cyrus-db_dump)
- run  "reconstruct -r user"
 
After that I checked the new system for any inapropriate behavior, but everything seemd to work fine. All mailboxes were restored perfectly, including quotas and "seen" database.
Then I made web-cyradm WEB using latest official version  0.5.4-1. Everything worked FINE.
 
Finally I tried to check latest CVS snapshot 0.5.5 and there my problems started. First I had to upgrade mail database in MySQL using upgrade-0.5.4-to-0.5.5_mysql.sql script.
 
After I logged with my admin name and password,  an error " Security violation detected, attempt logged  " showed and I was logged out.
This happens only with SITEWIDE admin accounts (adminuser type 0).  Whe I login with DOMAIN admin account (adminuser type 1), it works fine.
 
Guys, I have no idea what´s wrong. Any hints :
 
Thanks.
----------------------------------------
Robert Kupka
e-mail: robo (at) kupka .sk
 
 
 
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to