Hi all,

I have managed to set up a multi realm environment using James. It works
very nice. I've used a slightly modified the JDBCVirtualUserTable mailet
(the original didn't work well with postgresql, as it returned *wrong*
usernames for a specific address, and the column name 'user' is a
reserved keyword in postgresql.).

Since POP3 lacks the possiblity to authenticate a user for a specific
domain, I've taken the "not-so-nice" approach and created users like

        username.domainname

which I didn't want at the beginning. But currently there's no other
way, IMHO. But at least I can use as many domains I want on a single IP
address. ;)

Lev.


On Fri, 2003-08-01 at 15:06, Levent Guendogdu wrote:
> Hi all,
> 
> am I correct that handling virtual realms is not possible with James? I
> need that functionality very badly and I have the weekend to do some
> work on it. Has there been any discussion about it, yet? Since I'm new
> to the list I don't have any archive to search trough, so I can't tell
> if there's been any discussion about a good way to start the
> implementation.
> 
> >From what I can tell so far work needs to be done in two areas:
> 
> 1) The repositories: store mails for  different domains in different
> repositories. This should be quite easy to accomplish since you can
> already define multiple repositories and only need to give them
> different names.
> 
> 2) The services: POP3, SMTP... 
> These are based on user information and authentication. Work has to be
> done to make those services recognize different realms and use the user
> information accordingly. AFAIK these services always use the
> "LocalUsers" repository.
> 
> Am I correct, so far?
> 
> Thanks for any pointers, suggestions or flames ;)
> 
> Bye,
>  Lev.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Levent Guendogdu <[EMAIL PROTECTED]>
Feature-IT Information Technology


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

Reply via email to