Re: Multiple domains and security certificates

2019-02-23 Thread cryptearth
Hey Marc, as I shown in my setup - use DNS-challenge to get wildcard certificates. Although Javas implementation of TLS in fact does support SNI (Server Name Indication ), I guess most of mail clients won't - altough it's not that unusual nowadays that there multiple logics hosts on one physica

Re: Multiple domains and security certificates

2019-02-23 Thread Craig Cudmore
You should be able to add subjectAltName entries to the certificate so it will be good for multiple domains. Craig Cudmore 613-868-7316 > On Feb 23, 2019, at 11:17 AM, Marc Chamberlin wrote: > > I hope I can follow in the footsteps of someone who has done this > already... My James server is

Re: Multiple Domains per single James Server

2010-09-06 Thread Norman Maurer
Hi Nitin, its only possible when using current trunk version. There you can enable virtualhosting via James.xml file and then add users with fqdn via RemoteManager Bye, Norman 2010/9/6 Nitin Gupta : > Hi all, > > > > Can I setup users belonging to different domains on a single James server. >

Re: Multiple domains on JAMES (sales(@)xyz.com and sales(@)abc.com )

2008-04-09 Thread Kim Albee
Where can I find the examples on forwarding and setting up the VUT? On Fri, Jan 11, 2008 at 3:46 PM, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > > It is pretty easy to get JAMES to accept email for both addresses: > > sales(@)xyz.com and sales(@)abc.com, but how do I configure JAMES > > to put t

RE: Multiple domains on JAMES (sales(@)xyz.com and sales(@)abc.com )

2008-01-11 Thread Noel J. Bergman
> It is pretty easy to get JAMES to accept email for both addresses: > sales(@)xyz.com and sales(@)abc.com, but how do I configure JAMES > to put the emails to sales(@)xyz.com into one mailbox and emails to > sales(@)abc.com in a different mailbox/user account? Just like you did with the other ser

RE: Multiple Domains

2007-04-12 Thread Christian Jensen
Stefano, No problem at all, I just wanted to ask the list before I dive in. I will give it a shot. Thanks! Christian -Original Message- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: April 12, 2007 1:04 AM To: James Users List Subject: Re: Multiple Domains Christian Jensen ha

Re: Multiple Domains

2007-04-12 Thread Stefano Bagnara
Christian Jensen ha scritto: [EMAIL PROTECTED] and [EMAIL PROTECTED] is fine. We handle the specifics internally, we just need to get the email and have James understand that it needs to try and deliver the mail externally if the domain does not match. This is what James Server does by default:

Re: Multiple Domains

2007-04-12 Thread Norman Maurer
the mail externally if the domain does not > match. > > Thanks! > > -Original Message- > From: Stefano Bagnara [mailto:[EMAIL PROTECTED] > Sent: April 11, 2007 12:20 PM > To: James Users List > Subject: Re: Multiple Domains > > Christian Jensen ha scritto: >

RE: Multiple Domains

2007-04-11 Thread Christian Jensen
PROTECTED] Sent: April 11, 2007 12:20 PM To: James Users List Subject: Re: Multiple Domains Christian Jensen ha scritto: > Hello all, > > I was wondering if anyone could point me in the right direction... > > I would like to configure James to be able to send and receive email

Re: Multiple Domains

2007-04-11 Thread Stefano Bagnara
Christian Jensen ha scritto: Hello all, I was wondering if anyone could point me in the right direction... I would like to configure James to be able to send and receive email for multiple domains - virtual mailboxes not necessary. Can you elaborate? do you want [EMAIL PROTECTED] and [EMAIL P

RE: multiple domains - mea culpa

2005-10-31 Thread bill page
looks like my firewall is rejecting these, not james. > -Original Message- > From: bill page [mailto:[EMAIL PROTECTED] > Sent: Monday, October 31, 2005 3:00 AM > To: James Users List (E-mail) > Subject: multiple domains > > > I'm trying to add a second domain to james. been running >

RE: Multiple domains

2003-10-01 Thread Noel J. Bergman
> The VirtualUserTable in my MySQL database has the record User=abc, > Domain=domain1.com, and [EMAIL PROTECTED] @localhost would work fine, too. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: Multiple domains

2003-10-01 Thread Fox Sterling
Will need to use VirtualUserTable mailet. It is used to map virtual users to mail users. My solution was to have all users have there name as the full email, but a + rather then @. Then have the VirtualUserTable convert the virtual email address to the real email address. So for [EMAIL PROTECTE