This is an automated email from the ASF dual-hosted git repository.
btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
from ef6bd040cf [ENHANCEMENT] Audit trail: IMAP CLOSE
new dfc340a2f1 JAMES-4183 AllowedUnauthenticatedSender Mail hook
new 22f268e65e JAMES-4183 Use PROXY protocol to inject source IP
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../servers/partials/configure/smtp-hooks.adoc | 53 ++++++
.../fastfail/AllowedUnauthenticatedSender.java | 179 +++++++++++++++++++
.../AllowedUnauthenticatedSenderTest.java | 189 +++++++++++++++++++++
...-allowed-unauthenticated-sender-allow-null.xml} | 14 +-
... smtpserver-allowed-unauthenticated-sender.xml} | 15 +-
5 files changed, 438 insertions(+), 12 deletions(-)
create mode 100644
server/protocols/protocols-smtp/src/main/java/org/apache/james/smtpserver/fastfail/AllowedUnauthenticatedSender.java
create mode 100644
server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/AllowedUnauthenticatedSenderTest.java
copy
server/protocols/protocols-smtp/src/test/resources/{smtpserver-EnforceHeader.xml
=> smtpserver-allowed-unauthenticated-sender-allow-null.xml} (82%)
copy
server/protocols/protocols-smtp/src/test/resources/{smtpserver-EnforceHeader.xml
=> smtpserver-allowed-unauthenticated-sender.xml} (78%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]