Code: Select all
Database
(The database server should provide JDBC functionallity
and should provide sub-selects, timestamps with timezones
and sequences. Tested successfully
with PostgreSQL.)Hmm ... i believe MySQL 4.1 provides all that, but it isnt in Portage yet :(bitwh0re wrote:If MySQL can do that, then I don't really see a problem doing it.Code: Select all
Database (The database server should provide JDBC functionallity and should provide sub-selects, timestamps with timezones and sequences. Tested successfully with PostgreSQL.)
Thanks! It's currently in .pdf because I've been writing it in Word & Writer. In the first page you'll see that I ask for help to convert the file to HTML readable by a text-based web browser.nsahoo wrote:Very nice.
It'd be useful if you can post it in text format along with link to pdf in the head post. That way even the console users can read it.
Cheers

Code: Select all
compile:
[javac] Compiling 109 source files to /var/tmp/portage/rhino-1.5_rc5/work/rhino1_5R5/build/classesCode: Select all
imap 143/tcpCode: Select all
chown ldap /usr/lib/openldap-data/*
chgrp ldap /usr/lib/openldap-data/*Code: Select all
chown ldap /var/lib/openldap-data/*
chgrp ldap /var/lib/openldap-data/*
Code: Select all
build.xml:51
toolsrc/build.xml:69
src_compile Line 35Code: Select all
myconf="${myconf} --enable-aci"Code: Select all
myconf="$(myconf) -enable-aci"

Might be doable with:bitwh0re wrote:Thanks! It's currently in .pdf because I've been writing it in Word & Writer. In the first page you'll see that I ask for help to convert the file to HTML readable by a text-based web browser.

Cyrus and OX both authenticate against LDAP but there needs to be a mailbox for the user. Just make the mailbox name the same as the username. You can automate this process, although I haven't tried it (yet), by reading this:OX is now installed and running fine apart from the webmail bit, specifically there seems to be a problem with Open-Xchange talking to my Cyrus IMAP server, not sure what the issue is exactly but could someone confirm what the relationship is between Open-Xchange users and the IMAP users?
Do I just need a mailbox for each OX user and if so what do they need to be called?