James is made up of very separate components. The pop3 and smtp services are
separate, so it's easy to run one without the other.  Not exactly sure how
you get the mail from smtp into pop folders... Again, remotemanager can be
turned off with no ill effect.

As for web admin of users - use mysql as the user store, and you can
manipulate the database directly.  Take a look at:
http://www.netcase.co.uk/daniel/james/2.1.3_STABLE/

There's a zip called web-admin, which does this using php. (note that it
relies on my customised version of james as-is, but the code could be
modified).

The most useful part of it (if you want to use php) is the code that hashes
the password so that it is compatible. Damm nightmare! it's a sha1 (in 8
bit, not hex), base64 encoded, minus the last 4 chars.

Daniel.

> -----Original Message-----
> From: Iqbal Abdullah [mailto:[EMAIL PROTECTED]
> Sent: 08 September 2004 02:12
> To: [EMAIL PROTECTED]
> Subject: Customized James
>
>
> Hello,
>
> I am new to James although I have done some work on
> the qmail MTA. I am considering to use James.
>
> Is it possible to seperate the smtp and pop services
> in the standard James, so that I can have the smtp
> server on a different machine than the pop server?
> Also, addition of new users are to be made from the
> web, so is it fatal if the remote manager is disabled?
>
> More importantly, is there any documentation for the
> above?
>
> Finally, I have done some googling but most of the
> subjects that comes out under James are mailets and
> catchers. What I was looking for is an overview of the
> James architecture, which in qmail you can see as:
>
> http://www.nrg4u.com/qmail/the-big-qmail-picture-103-bw-a4.pdf
>
> Thanks for your time.
>
> - Iqbal
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to