RE: Programatically adding mail - WAS [RE: Programatically adding users]

2003-12-03 Thread Noel J. Bergman
> Does this also mean that outgoing and incoming mails can be added > directly to their respective spool tables in the database? In other > words, are the spool tables polled for mail regularly, or do James > need to register the mails itself there to be aware of their existence? The database cont

Re: Programatically adding mail - WAS [RE: Programatically adding users]

2003-12-03 Thread Danny Angus
> The other alternative would be to insert the data straight into > James's tables, but then get the insert trigger to send a > message to James to re-check it's queue. I don't know what > that would be. In the extreme case I suppose you could add > an SNMP trap handler to James and send a tra

Re: Programatically adding mail - WAS [RE: Programatically adding users]

2003-12-03 Thread Ray Tran
We had a related requirement, but at the time we were using sendmail and oracle. What we did was to use Oracle's utl_smtp package (which is pretty basic). The nice trick however is that we created a view on a table such that when you insert a row on the view, it sends an email then updates the rea

RE: Programatically adding mail - WAS [RE: Programatically adding users]

2003-12-03 Thread Erik Beijnoff
>> Does this also mean that outgoing and incoming mails can be added >> directly to their respective spool tables in the database? >Yes, but you will be responsible for validating that the data is sufficient and of the correct >quality to allow it to be sucessfully de-spooled and processed, the s

Re: Programatically adding mail - WAS [RE: Programatically adding users]

2003-12-03 Thread Danny Angus
> Does this also mean that outgoing and incoming mails can be added > directly to their respective spool tables in the database? Yes, but you will be responsible for validating that the data is sufficient and of the correct quality to allow it to be sucessfully de-spooled and processed, the sa

Re: Programatically adding mail - WAS [RE: Programatically adding users]

2003-12-03 Thread Carl
mes Users List Ämne: RE: Programatically adding users I need to programatically add thousands of users For the filesystem repository, can I just make the user's directory? No. For the sql repository, can I just add the users to the appropriate tables? Yes. In the future, your best

Programatically adding mail - WAS [RE: Programatically adding users]

2003-12-02 Thread Erik Beijnoff
meddelande- Från: Noel J. Bergman [mailto:[EMAIL PROTECTED] Skickat: 30 November 2003 01:16 Till: James Users List Ämne: RE: Programatically adding users > I need to programatically add thousands of users > For the filesystem repository, can I just make the user's directory? No. &g

RE: Programatically adding users

2003-12-01 Thread Noel J. Bergman
> If you are using or have access to PHP, this is something I wrote, > and have posted once before to this mailing list. > http://www.thefoxcave.com/src/ Do you want to submit it to be considered for distribution with James? --- Noel --

Re: Programatically adding users

2003-12-01 Thread Mark Swanson
On December 1, 2003 9:38 am, Sujit Jagdev wrote: > Here is the zip file. This made it fine. Thanks again. -- Schedule your world with ScheduleWorld.com http://www.ScheduleWorld.com/ Java Web Start (JNLP): http://www.ScheduleWorld.com/sw/ScheduleWorld.jnlp --

Re: Programatically adding users

2003-12-01 Thread Mark Swanson
On December 1, 2003 10:55 am, Fox Sterling wrote: > If you are using or have access to PHP, this is something I wrote, and have > posted once before to this mailing list. > > http://www.thefoxcave.com/src/ Thanks. -- Schedule your world with ScheduleWorld.com http://www.ScheduleWorld.com/ Java W

Re: Programatically adding users

2003-12-01 Thread Fox Sterling
nt: Sunday, November 30, 2003 11:17 AM Subject: Re: Programatically adding users > On November 30, 2003 11:09 am, Sujit Jagdev wrote: > > No worries, I am attaching it now > > By the way, it isn't a REAL telnet client. The telnet RFC is far too > > complex to

RE: Programatically adding users

2003-12-01 Thread Sujit Jagdev
Here is the zip file. -Original Message- From: Mark Swanson [mailto:[EMAIL PROTECTED] Sent: Sunday, November 30, 2003 12:18 PM To: James Users List Subject: Re: Programatically adding users On November 30, 2003 11:09 am, Sujit Jagdev wrote: > No worries, I am attaching it now &

Re: Programatically adding users

2003-11-30 Thread Mark Swanson
On November 30, 2003 11:09 am, Sujit Jagdev wrote: > No worries, I am attaching it now > By the way, it isn't a REAL telnet client. The telnet RFC is far too > complex to write a little user add to James. This is more like a Mock > Telnet Client. > But, it works and is in production. I use it t

RE: Programatically adding users

2003-11-30 Thread Sujit Jagdev
erate ( for SMTP_AUTH ) as my users are really hardware devices. Sujit -Original Message- From: Mark Swanson [mailto:[EMAIL PROTECTED] Sent: Saturday, November 29, 2003 7:35 PM To: James Users List Subject: Re: Programatically adding users On November 29, 2003 7:17 pm, Sujit Jagdev wrote: &

Re: Programatically adding users

2003-11-29 Thread Mark Swanson
On November 29, 2003 7:17 pm, Sujit Jagdev wrote: > Dear Mark, > I just wrote a little SimpleTelnetClient class that added thousands of > users into the DB via a telnet session. Sujit That looks like the easiest and best route at the moment. I'll try that too. If you're open to it please post you

RE: Programatically adding users

2003-11-29 Thread Sujit Jagdev
List' Cc: Subject: Q: Programatically adding users Hello, I've searched the website docs and the past few months of archives and can't seem to find an answer: I need to programatically add thousands of users to Jame

RE: Programatically adding users

2003-11-29 Thread Noel J. Bergman
> I need to programatically add thousands of users > For the filesystem repository, can I just make the user's directory? No. > For the sql repository, can I just add the users to the appropriate tables? Yes. In the future, your best bet for such a setup is likely to be LDAP, and for the prese

Q: Programatically adding users

2003-11-29 Thread Mark Swanson
Hello, I've searched the website docs and the past few months of archives and can't seem to find an answer: I need to programatically add thousands of users to James, and I need to add users programatically (not telnet) at runtime. For the filesystem repository, can I just make the user's direct