i am using Scalix running on debian sarge since a few month now and i am very happy with it
(Outlook Connector and webmailare running perfect)
Now that i started playing a bit with my handy i tried to access http://blablubb/m
I cant login. Wrong User / Password problem. So i searched the forum and found several threads pointing to a Postgres Problem.
I then deleted the postgres data folder and tried
Code: Select all
/opt/scalix-postgres/bin/sxpsql-init # To create the database and tables
/opt/scalix-postgres/bin/sxpsql-setpwd mypassword # This is a database password you select
/opt/scalix-postgres/bin/sxpsql-whitelist 192.168.1.1 # This is the IP address matching the
# hostname of the machine as used above
Second command gives an error:
Code: Select all
root@scalix:/opt/scalix-postgres/bin# ./sxpsql-setpwd xxxxxxxx
psql: FATAL: database "scalix" does not exist
Hasnt seed data been installed with the deb package? What do do to solve this special problem?
Thank you so much for your help
lei