Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Charles Noel on April 26, 2003, 03:11:49 PM

Title: CVM SASL Question
Post by: Charles Noel on April 26, 2003, 03:11:49 PM
I am having no success in my attempt to implement the pagefault.org secure email solution.

I've installed all the rpms listed at the site and the credential validation module cvm-0.16-1.i386.rpm.

I'm running the 5.5 version of the Mitel software, and rebooted the system after the installs.

Continue to receive 553 rcpthosts errors.

A check of the log shows these two entries, I think written after every send attempt from a remote host:

....../run: /usr/bin/cvm-unix-local: No such file or directory
....../run: exec: /usr/bin/cvm-unix-local: cannot execute: No such file or directory

Was I supposed to install the cvm-devel-0.16-1.i386.rpm  package, or did I miss something else?

Thanks,

Charles
Title: Re: CVM SASL Question
Post by: Charles Noel on April 27, 2003, 01:17:39 AM
To update my previous posting, I added the development rpm (and rebooted).

Now I get repeated login screens from the server when I attempt an Outlook Send/Receive session.

At this point I'm stumped; any assistance would be greatly appreciated.

Charles Noel
Title: Re: CVM SASL Question
Post by: Damien Curtain on April 27, 2003, 07:13:32 AM
The version of cvm released last week dropped the seperate binaries for local and udp communications and instead now use one binary for both.

Go to http://www.pagefault.org/download/RPMS/noarch/ and download the file e-smith-cvm-unix-0.0.3-4dc.noarch.rpm

Upgrade to this version:
rpm -Uhv e-smith-cvm-unix-0.0.3-4dc.noarch.rpm

Then restart cvm-unix:
/etc/init.d/cvm-unix restart

This should fix the compatibility problem with version 0.16 of cvm.
--
 Damien
Title: Re: CVM SASL Question
Post by: Charles Noel on April 27, 2003, 02:18:11 PM
Okay, that did the trick!

Thank you very much sir.

Charles