Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-1428

more options in config files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0-beta4
    • 3.0.0
    • Build System, SMTPServer
    • all

    Description

      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>
      -->

      Attachments

        Activity

          People

            Unassigned Unassigned
            timprepscius Timothy Prepscius
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1m
                1m
                Remaining:
                Remaining Estimate - 1m
                1m
                Logged:
                Time Spent - Not Specified
                Not Specified