Hello Everybody

We are working on an IMAP and SMTP module for the Zorba XQuery Interpreter 
(http://www.zorba-xquery.com/). Behind the scenes, we are using UW IMAP package 
to do the communication with the EMail servers. Generally, we are pretty happy 
with the UW package. But on Ubuntu 64 Bit, we have a serious problem. If we 
execute our software and do communicate with email servers, the command line 
asks for a password. But we have now clue where this password request is coming 
from. The command line looks like this:

./bin/zorba -q query.xq -f
<?xml version="1.0" encoding="UTF-8"?>
Password: 
Password: 
Password: 
19

We assume the following process is behind this password request:

/usr/bin/rsh XXXXX -l XXXXX exec /etc/rimapd

On other operation systems, this password request does not happen. And this 
password request is absolutely useless.

We compile the UW with the following command:

make lnp  EXTRACFLAGS="-I/usr/include/openssl -fPIC" EXTRAAUTHENTICATORS=gss

... and link our software against the static library 
/home/dagraf/zorba/imap-2007e/c-client/c-client.a.

Can someone tell us how to compile the UW package on Ubuntu 64 correctly to get 
rid of this useless password request?

Thanks a lot.
David


------------
David Graf
Software Architect

28msec Inc.
http://www.28msec.com/
http://twitter.com/28msec
------------

_______________________________________________
Imap-uw mailing list
[email protected]
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to