[ 
https://issues.apache.org/jira/browse/JAMES-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tellier Benoit updated JAMES-1428:
----------------------------------
    Fix Version/s:     (was: 3.0.0-beta5)
                   3.0.0

> 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
>              Labels: config
>             Fix For: 3.0.0
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> 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 was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to