This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 235cb619ef252b1ce75736cdc57c8420c74719ac Author: Joerg Thomas <[email protected]> AuthorDate: Mon Oct 28 23:56:24 2019 +0100 JAMES-2911 Unable to send mail from James using an SMTP gateway --- server/app/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/app/pom.xml b/server/app/pom.xml index 37f2d22..dbeebf2 100644 --- a/server/app/pom.xml +++ b/server/app/pom.xml @@ -312,6 +312,12 @@ <groupId>${james.groupId}</groupId> <artifactId>james-server-mailet-dkim</artifactId> <scope>runtime</scope> + <exclusions> + <exclusion> + <groupId>org.apache.geronimo.javamail</groupId> + <artifactId>geronimo-javamail_1.4_mail</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>${james.groupId}</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
