Re: Certificates: handling updates, multiple domains?

2023-05-03 Thread Wojtek
Hi On 02/05/2023 21:40, Benoit TELLIER wrote: Hello Quick answer On 03/05/2023 08:25, Wojtek wrote: Hi, quick questions: 1) does James support multiple certificates (so I can provide one for each configured domain/hostname)? No. Mail is not a HTTP server. OSI level 7 protocols do NOT cary

Re: Certificates: handling updates, multiple domains?

2023-05-02 Thread Benoit TELLIER
Edit. Please also note that AbstractConfigurableAsyncServer::buildSSLContext method can be overwridden if you wishes to experiment with hot reload ;-) So far this method is called at server initialization, which makes sense with an immutable configuration... Best regards, Benoit On 03/05/

Re: Certificates: handling updates, multiple domains?

2023-05-02 Thread Benoit TELLIER
Hello Quick answer On 03/05/2023 08:25, Wojtek wrote: Hi, quick questions: 1) does James support multiple certificates (so I can provide one for each configured domain/hostname)? No. Mail is not a HTTP server. OSI level 7 protocols do NOT cary information allowing to resolve domain (like a

Certificates: handling updates, multiple domains?

2023-05-02 Thread Wojtek
Hi, quick questions: 1) does James support multiple certificates (so I can provide one for each configured domain/hostname)? 2) is it possible to update certificates without restarting (rest endpoint)? -- Wojtek - To unsubscrib

Re: Multiple domains and security certificates

2019-02-23 Thread cryptearth
r.xml - but you won't have any luck there would not be much clients even try to use it. I guess the other option is then: If you wan't one james instance for multiple domains all on the same IP - then yeap, you have to get at least one certificate for james wich includes all domains

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

Multiple domains and security certificates

2019-02-23 Thread Marc Chamberlin
I hope I can follow in the footsteps of someone who has done this already...  My James server is going to be handling multiple domains, each with its own set of sub-domains and I wish to use LetsEncrypt certificates to handles the StartTLS or SSL/TLS connections that each domain wants. Most of the

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. >

Multiple Domains per single James Server

2010-09-06 Thread Nitin Gupta
Hi all, Can I setup users belonging to different domains on a single James server. For example, abc.example.com & example.com are 2 domains. I am required to add t...@abc.example.com & t...@example.com as users to my James installation. How can I do this using the remote manager? Rgds

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

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

2008-01-10 Thread James User
I originally tried submitting this question with actual email addresses but it got kicked back with: 552 spam score (6.1) exceeded threshold. I am assuming this was due to the use of email addresses in the subject and body so I changed the syntax of the email addresses. It is pretty easy to

Re: How do I receive all mail for multiple domains and route to distinct inboxes?

2007-11-18 Thread mtitania
Thanks! I used teh HostIs matcher and combined it with the ToRepository Mailet to identify where the messages should go. Kim -- View this message in context: http://www.nabble.com/How-do-I-receive-all-mail-for-multiple-domains-and-route-to-distinct-inboxes--tf4826752.html#a13827367 Sent from

Re: How do I receive all mail for multiple domains and route to distinct inboxes?

2007-11-17 Thread Norman Maurer
Use HostIs Matcher.. bye Norman Am Samstag, den 17.11.2007, 06:42 -0800 schrieb mtitania: > I have james configured and working. I am handling email for multiple > domains. How do I have ALL email routed to a single inbox per domain? > > so if I have host1.mymaildomai

How do I receive all mail for multiple domains and route to distinct inboxes?

2007-11-17 Thread mtitania
I have james configured and working. I am handling email for multiple domains. How do I have ALL email routed to a single inbox per domain? so if I have host1.mymaildomain.com, host2.mymaildomain.com, and host3.mymaildomain.com - I want to route ALL email coming to host1.mymaildomain to go to

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

Multiple Domains

2007-04-11 Thread Christian Jensen
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. Any ideas? Christian

Re: Different Users on multiple domains

2007-01-09 Thread Stefano Bagnara
Sebastian Steinhauer wrote: Hi James-Users. I'm new to James and I'm really impressed. A setup for a single box is quite easy but now I want to use James on a greater server. This server handles 4 domains and for every domain I want to have different users. So this is what I've done so far:

Different Users on multiple domains

2007-01-08 Thread Sebastian Steinhauer
Hi James-Users. I'm new to James and I'm really impressed. A setup for a single box is quite easy but now I want to use James on a greater server. This server handles 4 domains and for every domain I want to have different users. So this is what I've done so far: 1. the usernames contain the do

James - multiple domains

2006-03-15 Thread Michael Macaulay
The James mail server is working but only for one domain. Is it possible to serve multiple domains and if so, how? I have done a search on the Internet but not able to find much information. With most mail servers it is possible to configure multiple domains and virtual mailboxes. How, if

James - multiple domains

2006-03-14 Thread Michael Macaulay
The James mail server is working but only for one domain. Is it possible to serve multiple domains and if so, how? I have done a search on the Internet but not able to find much information. With most mail servers it is possible to configure multiple domains and virtual mailboxes. How, if

Re: One mail server, multiple domains?

2006-03-11 Thread Stefano Bagnara
Ken Lin wrote: Hi all: I know that a single instance of James server can handle SMTP and POP requests for multiple domains. My question is this: Let's say I set it up to handle @xyz1.com @xyz2.com Now there is a user name [EMAIL PROTECTED] and another totally different user [

One mail server, multiple domains?

2006-03-10 Thread Ken Lin
Hi all: I know that a single instance of James server can handle SMTP and POP requests for multiple domains. My question is this: Let's say I set it up to handle @xyz1.com @xyz2.com Now there is a user name [EMAIL PROTECTED] and another totally different user [EMAIL PROTECTED]

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 d

multiple domains

2005-10-31 Thread bill page
I'm trying to add a second domain to james. been running fine for a couple years now with one. As best I can tell I've got the dns right and the james config right. My james log indicates it is ok: 31/10/05 02:49:54 INFO James: Handling mail for: hillsborough-watchdog.org 31/10/05 02:49:54 I

RE: Same User Name With Multiple Domains Problem

2003-10-08 Thread Noel J. Bergman
> where i must put these lines codes > > db://maildb/VirtualUserTable > I have mine towards the top of the transport processor. If you check the mail archives, you should find a lot of discussion and examples. --- Noel

Re: Same User Name With Multiple Domains Problem

2003-10-08 Thread Ergün KOÇAK
oki i am stuck :( everything is fine but i couldn't finish the last step : where i must put these lines codes db://maildb/VirtualUserTable ??? "Noel J. Bergman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > i want to define email accounts like > > "info at domain1.com" >

Re: Same User Name With Multiple Domains Problem

2003-10-08 Thread Ergün KOÇAK
EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 5:56 PM Subject: RE: Same User Name With Multiple Domains Problem > Ergün KOÇAK wrote: > > > > > i want to define email accounts like > > > > "info at domain1.com" > > "info at domain2.com

RE: Same User Name With Multiple Domains Problem

2003-10-02 Thread Noel J. Bergman
> i want to define email accounts like > "info at domain1.com" > "info at domain2.com" > ... > "info at domainn.com" Use JDBCVirtualUserTable. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Same User Name With Multiple Domains Problem

2003-10-02 Thread Steve Brewin
Ergün KOÇAK wrote: > > i want to define email accounts like > > "info at domain1.com" > "info at domain2.com" > ... > "info at domainn.com" > > but all these accounts must be used by different users > > user1 will use "info at domain2.com" email > user5 will use "info at domain8.com" email > ... >

Same User Name With Multiple Domains Problem

2003-10-02 Thread Ergün KOÇAK
Hi, I newly installed james 2.1 on my server The problem is : i want to define email accounts like "info at domain1.com" "info at domain2.com" ... "info at domainn.com" but all these accounts must be used by different users user1 will use "info at domain2.com" email user5 will use "info at do

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

Multiple domains

2003-10-01 Thread Mr. King
I am using James 2.1 for multiple domains on one server. I am able to create email accounts but it is created on all domains. I want to create same mail accounts for more than one domain, which I don't know how. Mails one [EMAIL PROTECTED] and [EMAIL PROTECTED] are stored in one inbox. I h