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

DSNBounce should be configured by default

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0
    • None

    Description

      I added this to my <processor /> element.
      <processor name="bounces">
      <mailet match="All" class="DSNBounce">
      <passThrough>false</passThrough>
      </mailet>
      </processor>

      and this to my RemoteDelivery <mailet /> element:
      <bounceProcessor>bounces</bounceProcessor>

      Note: I had to add my server binded IP to "RemoteAddrNotInNetwork" matcher in order to relay bounce messages. It seems that if I use "bind" for my server then 127.0.0.1 is not enough in that matcher.
      I think we should add a comment to the <bind /> element warning this fact.

      Attachments

        Activity

          People

            bago Stefano Bagnara
            bago Stefano Bagnara
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: