Page 1 of 1

Dependency check failed

Posted: Thu Nov 27, 2008 5:50 am
by yengayenga
Hi there,

I am also getting the same problem but I am using Redhat 5 Enterprise with 64-bit x86.

The following are my installation results:
System check report:

Environment check passed.
Filesystem check passed.
Network check passed.
Dependency check failed -- The 32bit version of cyrus-sasl-md5 package is needed by the Scalix Server.
Dependency check failed -- Please resolve the following package conflicts and re-run the system checks:
/usr/lib/sasl2/libcrammd5.so is needed by scalix-server-11.4.1.11929-1.rhel5.i386
/usr/lib/sasl2/libdigestmd5.so is needed by scalix-server-11.4.1.11929-1.rhel5.i386
libcrammd5.so.2 is needed by scalix-server-11.4.1.11929-1.rhel5.i386
libdigestmd5.so.2 is needed by scalix-server-11.4.1.11929-1.rhel5.i386
Running services check passed.
Community license check passed.

Please help.

Posted: Thu Nov 27, 2008 3:57 pm
by PrisonMind
search on your dvd the cyrus-sasl-md5 rpm and install it with the command

Code: Select all

rpm

Re: Dependency check failed

Posted: Sun Jan 04, 2009 5:57 am
by yengayenga
Hi PrisonMind,

Thanks a lot. The solution you provided with me worked.

Now I have got another problem that is how do I configure Scalix mail server to fetch mails from PostFix mail server. Note that both Scalix and PostFix mail servers are in the same Network.

Best Regards,
this post will be deleted.

Posted: Sun Jan 04, 2009 8:18 am
by PrisonMind
you can use the transport table

http://www.postfix.org/transport.5.html

Code: Select all

/etc/postfix/main.cf
transport_maps = hash:/etc/postfix/transport

/etc/postfix/transport
domain    smtp:[ho.st.na.me]:25
or you can use the ipadress
domain    smtp:[ip.ad.dr.es]:25


Make sure you do "postmap /etc/postfix/transport"

Finally make Postfix reload it's configuration and it's maps by executing postfix reload.

Posted: Sun Jan 04, 2009 10:32 am
by wayne
hi,

some additional information on the recent post. Configure the Domain as
relay_domain = yourdomain.de and then create the transport.

cheers
wayne