Thanks, I will try this tomorrow. BTW: in james-liststores.xml can you please
add an example of using a DB
repository. I finally got it working after a bit of investigation but it wasn't
immediately obvious to me how to do so. Now I
use:
<repository name="list-soen"
class="org.apache.james.userrepository.ListUsersJdbcRepository"
destinationURL="db://maildb/lists/soen/">
<sqlFile>file://conf/sqlResources.xml</sqlFile>
</repository>
where "list-soen" is my mailing list.
Thank you,
Gili
On Mon, 20 Oct 2003 22:48:26 -0400, Noel J. Bergman wrote:
>Gili,
>Try using this http://www.buzzsurf.com/java/dns/. By the way, you had a
>typo in your e-mail, although I do not know if you had it in your live
>example:
> java -Dsun.net.client.defaultConnectTimeout=5 \
> -Djava.net.connectiontimeout=5
> -Dsun.net.spi.nameservice.nameservers=216.58.97.21,216.58.97,20 test
>Note the ',' that should be a '.' in the last line.
> --- Noel
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]