Minimal possible build for Spring-based version of James server

2021-03-30 Thread Rich P
Hello -- I just created a snapshot build of 3.7.0 with command line Maven 3.6.3 using "mvn package -DskipTests". Does this create the smallest possible build needed for a standalone James server (no Docker/Cassandra, etc.)? My goal is to build a James server that acts as an SMTP transfer

Re: Rate limiting

2021-03-30 Thread Tellier Benoit
Hello Alman, James so far have no component leveraging throtling. You will need to implement your own. I think combining a mailet + requeing with delays when the throttling is exceeded looks like the best way to go. Here is a contribution (that ended up not being merged) on the topic.