You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Timothy Prepscius (JIRA)" <se...@james.apache.org> on 2012/07/27 16:26:34 UTC

[jira] [Created] (JAMES-1428) more options in config files

Timothy Prepscius created JAMES-1428:
----------------------------------------

             Summary: more options in config files
                 Key: JAMES-1428
                 URL: https://issues.apache.org/jira/browse/JAMES-1428
             Project: JAMES Server
          Issue Type: Bug
          Components: Build System, SMTPServer
    Affects Versions: 3.0-beta4
         Environment: all
            Reporter: Timothy Prepscius
             Fix For: 3.0-beta5


It is difficult to figure out which options are available via configuration files if they are not explicitly set out.

I would suggest either making a "everything-config-file" or just putting everything in the template file with much commented out.

The two options which I needed and took more than hour to deduce (randomly try different things) were:


 <mailet match="All" class="RemoteDelivery">
       <debug>true</debug>
       <mail.debug>true</mail.debug>


And then the other option (which I only figured out I needed after watching the java debug stream, (i thought this would be the default))


<mail.smtp.starttls.enable>true</mail.smtp.starttls.enable>


It would be nice if I could see all of the other option available to me.
(yes I know you are not going to spell out all of the javamail options, but maybe a block like:

<!--
Turn on debugging of mail delivery through java mail
<mail.debug>true</mail.debug>

Turn on TLS for javamail
<mail.smtp.starttls.enable>true</mail.smtp.starttls.enable>

Other options for javamail can be specified as
<mail.javamailoptionname>value</mail.javamailoptionname>
-->



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org