[
https://issues.apache.org/jira/browse/JAMES-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benoit Tellier closed JAMES-1428.
---------------------------------
Resolution: Fixed
Closing this old issue,
Configuration options had been added and documented since then.
Please reopen and add more details if still relevant.
> 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
> Priority: Major
> 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
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]