Well, I looked into redis db using your suggestion, and copied out all related stuff:
All virtual mail domains defined:
key: /ebox/modules/mail/VDomains/keys/vdomain.idx
type: hash
value:
2zone-media.cz: '{"vdom629":1}'
elviona.cz: '{"vdom9116":1}'
vertuzo.cz: '{"vdom6111":1}'
xidys.com: '{"vdom3452":1}'
2zone-media.cz
--------------
In virtual domain alias list, two aliases are defined - 2zone.cz, and 2zonemedia.cz, but only the 2zone.cz is visible ...
key: /ebox/modules/mail/VDomains/keys/vdom629/aliases/keys/alias.idx
type: hash
value:
2zone.cz: '{"vdom9478":1}'
2zonemedia.cz: '{"vdom2559":1}'
key: /ebox/modules/mail/VDomains/keys/vdom629/aliases/keys/vdom9478/alias
type: string
value: 2zone.cz
key: /ebox/modules/mail/VDomains/keys/vdom629/aliases/keys/vdom2559/alias
type: string
value: 2zonemedia.cz
Xidys.com
---------
I have 4 aliases defined. This domain (xidys.com) was entered first, and all its virtual aliases
are visible. With every other domain and its alias, I am receiving the "Missing element: row" error
message when I try to add virtual domain alias. Hovewer - it works, just is not visible in the list ...
key: /ebox/modules/mail/VDomains/keys/vdom3452/aliases/keys/alias.idx
type: hash
value:
alldigital.cz: '{"vdom5556":1}'
x-zone-internet.cz: '{"vdom8076":1}'
xidys.cz: '{"vdom3390":1}'
xidyscomp.cz: '{"vdom724":1}'
key: /ebox/modules/mail/VDomains/keys/vdom3452/aliases/keys/vdom5556/alias
type: string
value: alldigital.cz
key: /ebox/modules/mail/VDomains/keys/vdom3452/aliases/keys/vdom8076/alias
type: string
value: x-zone-internet.cz
key: /ebox/modules/mail/VDomains/keys/vdom3452/aliases/keys/vdom3390/alias
type: string
value: xidys.cz
key: /ebox/modules/mail/VDomains/keys/vdom3452/aliases/keys/vdom724/alias
type: string
value: xidyscomp.cz
I could notice, that those keys-values above are not the only records, related to virtual domains and their aliases, but as you can see above, all pointers to vdoms seems to be OK, nothing misguided here. I really wonder what the problem is, and I start to think that I will have to live with that problem. I am not even sure that the server reinstallation and importing of config would work, becaue I tried to uninstall the email service and did everything from scratch, to no avail, and I don't want to redefine everything from scratch manually including full server reinstall.
Hopefully my config is not much twisted, so we can survive future updates/upgrades ...