S/MIME Encryption?

2012-09-27 Thread Matt Pryor
Hi there, I'm a new user to James so please be gentle with me. I wondered if anyone could tell me whether there's a mailet out there to encrypt a mail message using S/MIME or is it only signing messages that's supported at present? Many thanks, Matt

Missing page in James 2.3 docs

2012-11-01 Thread Matt Pryor
Which returns a 404. Any chance this could be fixed? Many thanks, Matt Pryor The International Presence Group of Companies Registered Office:10 Coppergate Mews, 109 - 111 Brighton Road, Surbiton, Surrey KT6 5NE TEL UK: +44 (0)845 130 6458, FAX: +44 (0)845 130 6459 TEL US: +1 321 726 9941, FAX +1

Re: Issue with long domain names

2015-06-22 Thread Matt Pryor
; for example try to create a file manually which have 255 chars in its path. Ozgur Eroglu On 06/11/2015 05:47 PM, Matt Pryor wrote: Hi all, We're running Apache James 2.3.2. Came across a quirk today whereby if an email is submitted to SMTP with a particularly long domain name, it fails

Issue with long domain names

2015-06-11 Thread Matt Pryor
.case.sandbox.salesforce.com* I've tried sending to a very long user with a shorter domain and that causes no problems. So I'm guessing that the filename it generates is based on an encrypted / hashed version of the domain name, is that correct? Is there a fix available for this? Many thanks Matt Pryor

Unknown user error in spite of mailet

2018-05-24 Thread Matt Pryor
.1 Unknown user: pr...@impscloud.com Is this normal? Is there something else I need to do for it to be allowed? Thanks in advance Matt Pryor The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Re: Issue using MSSQL for persistence

2018-06-05 Thread Matt Pryor
tandard-to-escape-column- > names#answer-2901499 > but it looks like you might need to enable it first for MS SQL. > > The normal MS SQL way could be using brackets instead per > https://stackoverflow.com/questions/2901453/sql-standard-to-escape-column- > names#answer-2901473

Issue using MSSQL for persistence

2018-06-04 Thread Matt Pryor
ve to find this in the source and change it or is there another way? Look forward to feedback. Thanks Matt Pryor -- Matt Pryor The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Suspicious entries in mailetcontainer log, and what to do about them

2018-10-16 Thread Matt Pryor
thanks -- Matt Pryor Software Developer Upcoming vacation dates * Thursday 18th October - Friday 2nd November inclusive Please direct support queries to supp...@presencebpm.com The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Options for backup / redundancy

2018-11-12 Thread Matt Pryor
client side. Obviously they will have different IPs so we'll need to amend MX records to permit mail from either. Can the backup server be configured to send incoming mail to the primary one? Any tips or best practices would be very much appreciated. Matt -- Matt Pryor Software Developer

Re: Disable TLS1.0 for STARTTLS

2019-03-12 Thread Matt Pryor
TLSv1, TLSv1.1* Thanks Matt On Tue, 12 Mar 2019 at 10:15, Matt Pryor wrote: > Hi there > > I was wondering if anyone can point me in the right direction in order to > disable TLS1.0 for STARTTLS? > > I tried adding the following line to the wrapper.conf but it doesn't seem

Re: Disable TLS1.0 for STARTTLS

2019-03-12 Thread Matt Pryor
t; The corresponding website page is > https://james.apache.org/server/config-ssl-tls.html > > That would be lovely > > Best regards, > > Benoit Tellier > > On 12/03/2019 17:42, Matt Pryor wrote: > > Please disregard this question, after some more digging I found out i

Disable TLS1.0 for STARTTLS

2019-03-12 Thread Matt Pryor
running the diagnostic tool at https://www.htbridge.com/ssl/ it complained that the diffie-hellman parameter is too weak (only 1024 bytes). Does anyone know how to change this? Thanks for any tips. Matt -- Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr

Re: [ANNOUNCE] Apache James 3.3.0 released

2019-07-12 Thread Matt Pryor
Migration of concurrency management to reactor for several backends > >>>> > >>>> - WebAdmin ReIndexing API had been reworked > >>>> - Docker images are now using a JRE instead of a JDK > >>>> > >>>> - Drop HBase and JCR components (mailbox and server/data). >

Error in wrapper logs after upgrading to James 3.3

2019-08-05 Thread Matt Pryor
thanks Mattt -- Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Re: Error in wrapper logs after upgrading to James 3.3

2019-08-05 Thread Matt Pryor
DSNStatus.UNDEFINED_STATUS) + " Error processing message: " + e.getMessage()); LOGGER.error("Unknown error occurred while processing DATA.", e); return response; } return null; } On Mon, 5 Aug 2019 at 10:40, Matt Pryor wrote: > Hi th

Re: Seeking clarification of behaviour with authRequired set to false

2019-08-05 Thread Matt Pryor
ith telnet it's unlikely a legit user tries to login with a wrong > password multiple times. In addition most attacks run on servers - legit > users mostly come from dail-up ranges. So it's also easy to scan for > connections from specific blocks. Sure, users of VPN services are also &g

Re: Error in wrapper logs after upgrading to James 3.3

2019-08-05 Thread Matt Pryor
rried into the 3.x chain). > > Sent from my iPhone > > > On Aug 5, 2019, at 5:51 AM, Matt Pryor > wrote: > > > > Here is the method going bang, with the problematic line highlighted in > > yellow - I guess mmis object must be null. > > > >pub

Seeking clarification of behaviour with authRequired set to false

2019-08-05 Thread Matt Pryor
of these persistent attempts to log in: Id='-1423500801' User='' AUTH method LOGIN failed from bi...@xx.com@ 92.118.38.50 (We get these about every 4 seconds, always from different IP addresses and always trying different usernames). Thanks in advance! Matt -- Matt Pryor Software

Re: Please advise re NullPointerException help

2020-01-09 Thread Matt Pryor
Benoit wrote: > Hello Matt, > > Do you still encounter this issue with newer james versions? > > Regards, > > Benoit > > On 09/01/2020 16:59, Matt Pryor wrote: > > Hi there > > > > This is being repeated many times in the logs when attempted to deliv

Please advise re NullPointerException help

2020-01-09 Thread Matt Pryor
$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Many thanks Matt -- Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Re: Please advise re NullPointerException help

2020-01-09 Thread Matt Pryor
? Thanks Matt On Thu, 9 Jan 2020 at 12:29, Matt Pryor wrote: > FYI here is the full stack trace of this particular error: > > INFO | jvm 1| 2020/01/09 11:48:34 | java.lang.ClassCastException: > class org.apache.geronimo.javamail.transport.smtp.SMTPTransport cannot be >

Re: Please advise re NullPointerException help

2020-01-09 Thread Matt Pryor
(ThreadPoolExecutor.java:1128) INFO | jvm 1| 2020/01/09 17:07:27 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) Let me know if there's any more information I can provide. Thanks and regards Matt On Thu, 9 Jan 2020 at 12:46, Matt Pryor wrote

Re: Please advise re NullPointerException help

2020-01-13 Thread Matt Pryor
t; > Regards, > > Benoit > > On 10/01/2020 00:17, Matt Pryor wrote: > > Hi again > > > > The error I initial reported is still occurring on 3.4: > > > > INFO | jvm 1| 2020/01/09 17:07:27 | ERROR 17:07:27,705 | > > org.apache.james.protocols.netty.B

Unable to delete blob file for mail

2020-05-27 Thread Matt Pryor
this be related? Are there any logs for actually relaying to the destination smtp server? Many thanks Matt -- Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Re: Unable to delete blob file for mail

2020-05-28 Thread Matt Pryor
source? Matt On Thu, 28 May 2020 at 04:01, Tellier Benoit wrote: > > > On 27/05/2020 20:03, Matt Pryor wrote: > > Hi there > > > > I am seeing this a lot in our wrapper log, we are using James 3.4.0. > > > >

Re: Unable to delete blob file for mail

2020-05-29 Thread Matt Pryor
doing something. After a restart of the service it picks up again for a while before stopping again. Any clues? Thanks Matt On Fri, 29 May 2020 at 03:26, Tellier Benoit wrote: > Hello Matt, > > On 28/05/2020 17:47, Matt Pryor wrote: > > [...] > > Is there a com

Re: Unable to delete blob file for mail

2020-06-01 Thread Matt Pryor
the Mail name (here > Mail1589376585109-317cd0b6-3039-4ffd-95bf-329d1853537c-to-icloud.com, > Mail1589376705624-d644f995-3323-40b0-a2da-db544fc91e69-to-comcast.net) > are the same? > > Best regard, > > Benoit > > On 29/05/2020 19:11, Matt Pryor wrote: > > Thanks Beno

Help with "no domain found" error James 3.8.0

2023-10-25 Thread Matt Pryor
que result. at org.apache.openjpa.persistence.QueryImpl.getSingleResult(QueryImpl.java:346) Queried the jamesdomain table and there's one result containing "localhost". What should be in there, do I set it manually in the database, or does it come from a config file? Thanks Matt -- Kind regards Matt Pryo

Re: Help with "no domain found" error James 3.8.0

2023-10-25 Thread Matt Pryor
Thanks a lot Tung will try that tomorrow. On Wed, 25 Oct 2023 at 16:33, Tung Tran wrote: > Hi > Have you created a domain name yet? > By admin api, James Command line... > Ex: https://james.apache.org/server/manage-cli.html#Manage_Domains > > Tung, > > On 25/10/2023

Can two James instances share the same database?

2023-11-03 Thread Matt Pryor
Hi, we have set up two instances of James 3.8.0 (one main and one backup). Is there any reason why the two instances cannot share the same database? Thanks Matt -- Kind regards Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL

Re: Help with "no domain found" error James 3.8.0

2023-10-26 Thread Matt Pryor
ed to add a little something there :) > > Best regards, > > Rene. > > > On Oct 26, 2023 1:36 AM, from Matt Pryor Thanks a lot Tung will try that > tomorrow. > > > On Wed, 25 Oct 2023 at 16:33, Tung Tran wrote: > > > Hi > > Have you created a domain nam

Config question for James 3.8.0

2023-10-25 Thread Matt Pryor
Hi, in James 3.01 I set the "hello" name of the server as follows: xxxSERVERNAMExxx Does this still work in 3.8.0 as the element is missing from smtpserver.xml, or is there another way to do it? Thanks Matt -- Kind regards Matt Pryor Software Developer The International Pres

Re: Config question for James 3.8.0

2023-10-25 Thread Matt Pryor
Answering my own question, although the element is missing in the default smtpserver.xml config file, putting it in there seems to work. Matt On Wed, 25 Oct 2023 at 12:27, Matt Pryor wrote: > Hi, in James 3.01 I set the "hello" name of the server as follows: > > xxxSER

Re: Running Apache James 3.8.0 as a Windows Service

2023-10-25 Thread Matt Pryor
In case it helps others, I got this working using NSSM - https://nssm.cc/download Best wishes Matt On Mon, 23 Oct 2023 at 14:04, Matt Pryor wrote: > Hi, does anyone have any experience of doing this and could provide a > how-to guide? It was easy under previous versions but the feature

Re: Using James 3.8.0 with Microsoft SQL Server

2023-10-20 Thread Matt Pryor
r-jpa-app.lib/*: extension-jars/mssql-jdbc-7.4.1.jre8.jar" -jar james-server-jpa-app.jar Thanks Matt On Fri, 20 Oct 2023 at 14:59, Matt Pryor wrote: > Hello > > I have the following in james-database.properties: > > database.driverClassName=com.microsoft.sqlse

Re: Error on startup

2023-10-20 Thread Matt Pryor
Also just spotted this in the startup logs: 13:23:25.049 ←[31m[WARN ]←[0;39m o.a.j.m.s.JMXServer - No authentication setted up for the JMX component. This expose you to local privilege escalation attacks risk. Thanks Matt On Fri, 20 Oct 2023 at 13:29, Matt Pryor wrote: > Hello >

Using James 3.8.0 with Microsoft SQL Server

2023-10-20 Thread Matt Pryor
-- Kind regards Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Error on startup

2023-10-20 Thread Matt Pryor
) at org.apache.james.GuiceJamesServer.start(GuiceJamesServer.java:93) at org.apache.james.JamesServerMain.main(JamesServerMain.java:30) at org.apache.james.JPAJamesServerMain.main(JPAJamesServerMain.java:110) Thanks! Matt -- Kind regards Matt Pryor Software Developer The International Presence Group

Re: Error on startup

2023-10-23 Thread Matt Pryor
t; > Benoit TELLIER > > General manager of Linagora VIETNAM. > Product owner for Team-Mail product. > Chairman of the Apache James project. > > Mail: btell...@linagora.com > Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) > > > On Oct 20, 2023 7:31 PM, from Matt

Re: Using James 3.8.0 with Microsoft SQL Server

2023-10-23 Thread Matt Pryor
Best regards, > > Benoit TELLIER > > General manager of Linagora VIETNAM. > Product owner for Team-Mail product. > Chairman of the Apache James project. > > Mail: btell...@linagora.com > Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) > > > On Oct 20, 2023 9:13 PM, from

Re: Error on startup

2023-10-23 Thread Matt Pryor
manager of Linagora VIETNAM. > Product owner for Team-Mail product. > Chairman of the Apache James project. > > Mail: btell...@linagora.com > Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) > > > On Oct 23, 2023 6:14 PM, from Matt Pryor Hi Benoit > > Yes, running W

Running Apache James 3.8.0 as a Windows Service

2023-10-23 Thread Matt Pryor
. Thanks Matt -- Kind regards Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Re: Custom mailet question

2022-07-01 Thread Matt Pryor
es server, the bounce notification is easier to connect, but once > another server node is involved, that notification may not connect back to > the original message as well without digging through the headers. > > On Thu, Jun 30, 2022 at 1:01 PM Otto, Karsten Andreas > wrote: &

Re: Custom mailet question

2022-07-01 Thread Matt Pryor
Hi all, just to let you know that both of my mailets worked as hoped. @Garry Hurley, it turns out that the MimeMessage passed into the bounce mailet is actually the original email not the bounce email, which saves a bit of work! Kind regards Matt On Fri, 1 Jul 2022 at 09:33, Matt Pryor wrote

Custom mailet question

2022-06-30 Thread Matt Pryor
should go in the "bounces" processor, after DSNBounce but would appreciate confirmation. Many thanks for your help. Matt -- Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-presence.com

Upgrading to Apache James 3.7

2022-08-11 Thread Matt Pryor
Good morning Is there a guide anywhere for upgrading to James 3.7? We're currently running 3.0.1 in one location and 3.4.0 in another, both are currently just running using the wrapper application / Windows service, so I'd like to upgrade both at some point. Many thanks Matt

Re: Help with "no domain found" error James 3.8.0

2023-12-12 Thread Matt Pryor
SCRIPTION JAMES_USER OPENJPA_SEQUENCE_TABLE Thanks and kind regards Matt On Thu, 26 Oct 2023 at 12:41, Matt Pryor wrote: > Many thanks René! > > On Thu, 26 Oct 2023 at 03:32, René CORDIER wrote: > >> Hi Matt, >> >> On addition to using the cli, you have

Re: Help with "no domain found" error James 3.8.0

2024-01-08 Thread Matt Pryor
e56c5f8c/server/data/data-jpa/src/main/java/org/apache/james/domainlist/jpa/model/JPADomain.java#L33 > > > > > > > > On 12/12/2023 18:42, Matt Pryor wrote: > >> Hi all, I'm still seeing this error in the logs after setting the domain > >> using the webadmin: >

Advice sought for mailets

2024-01-08 Thread Matt Pryor
: bounces false ./bounces/ Thanks and kind regards Matt -- Kind regards Matt Pryor Software Developer The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International

Re: Advice sought for mailets

2024-01-11 Thread Matt Pryor
Hope this helps. > > Best regards, > > Benoit > > On 08/01/2024 13:51, Matt Pryor wrote: > > Hi there > > > > I am hoping to implement three custom mailets for our James 3.8.0 > > installation: > > > > 1) to be called when an email is submitted

Re: Can two James instances share the same database?

2023-11-15 Thread Matt Pryor
t owner for Team-Mail product. > Chairman of the Apache James project. > > Mail: btell...@linagora.com > Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) > > > On Nov 3, 2023 3:10 PM, from Matt Pryor Hi, we have set up two instances > of James 3.8.0 (one main and one backup). >