0 Replies Latest reply on Feb 18, 2020 3:31 AM by mensari

    Custom mail server display issue on management console

    mensari

      Hi,

       

      I am using Jboss-EAP-7.1.

      I defined a custom mail server as seen below.

      But when I check the configuration on the management console, the mail server definition comes empty. Attaching the screenshot for reference.

      Why I am using a custom server is I want to add some properties.

      Is there any missing config on my side or is this a bug on JBOSS?

      Is there any way to add properties like ssl.trust to IMAP or SMTP server which are visible on management console?

       

      I will be appreciated if someone can help me.

      Thanks.

       

       

      <subsystem xmlns="urn:jboss:domain:mail:3.0">

                  <mail-session name="mail/Session" debug="false" jndi-name="java:/mail/Session"  >

                      <custom-server name="imap" outbound-socket-binding-ref="mail-imap" ssl="true" tls="true" username="xxxx" password="${VAULT::Risq::MailPass::1}">

                          <property name="mail.imap.ssl.trust" value="*"/>

                          <property name="mail.store.protocol" value="imap"/>

                      </custom-server>

                  </mail-session>

        </subsystem>