Can any buddy tell me , How to use database in backend. Vineet
On 5/22/08, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > On Thu, May 22, 2008 at 6:16 PM, Athar Shiraz Siddiqui > <[EMAIL PROTECTED]> wrote: >> Where is this james_users table? > > In the database, in case you are using a database backend for James, > like many users do. > >> Do you understand my question Sir? > > I think we do - yes, we do. Pretty frequently asked question this is. > >> When one logs into the console: telnet localhost:4555 >> one can just type "add test test" (for adding of a test user with password >> test). >> I would like to do this programmatically; What is the easiest way of doing >> this programmatically? > > In case you are using a database backend, the easiest way is to write > a program against the database, as Sebastion pointed out. > > There are also many other ways, a few are described here. > > http://markmail.org/message/fx43xflhh4mpskgc > http://markmail.org/message/q4fvcypw47vhypzw > http://markmail.org/message/fjtdpizxhs3mbxw3 > http://markmail.org/message/lgj7mmxc3252fspi > http://markmail.org/message/duklfz6iv43isx5x > > Don't know what you find is the easiest, though. > > Bernd > >> On Thu, May 22, 2008 at 11:27 AM, Sebastian Steinhauer < >> [EMAIL PROTECTED]> wrote: >> >>> >>> Am 22.05.2008 um 16:53 schrieb Athar Shiraz Siddiqui: >>> >>>> I would like to create an email account without "Telnet"ing into a >>>> console >>>> i.e. programmatic ally. >>>> >>>> How would I do that ? >>>> >>> >>> If the users are stored in a database, just add a new entry in the >>> james_users table. Thats it. >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks & Regards, Vineet Shrivastava --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
