> 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
> 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
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
>> 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
> 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
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
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
> 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
--
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
--
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
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
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
&
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
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:
&
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
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
> 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
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
18 matches
Mail list logo