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 "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/12/31 14:57:45 UTC

[jira] Created: (JAMES-1167) Adjust configuration syntax for pop3server,smtpserver and lmtpserver

Adjust configuration syntax for pop3server,smtpserver and lmtpserver
--------------------------------------------------------------------

                 Key: JAMES-1167
                 URL: https://issues.apache.org/jira/browse/JAMES-1167
             Project: JAMES Server
          Issue Type: Task
          Components: POP3Server, SMTPServer
    Affects Versions: 3.0-M2
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 3.0-M3


At the moment we have the following layout in the config:

.....
<handler>
    .....
    <handlerchain>
        <handler>
            .....
       </handler>
       ....
    </handlerchain>
</hander>

This does not make much sense. it would be better to change it this way:
..... 
<handlerchain>
    <handler>
        .....
   </handler>
   ....
</handlerchain>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (JAMES-1167) Adjust configuration syntax for pop3server,smtpserver and lmtpserver

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1167.
----------------------------------

    Resolution: Fixed

done

> Adjust configuration syntax for pop3server,smtpserver and lmtpserver
> --------------------------------------------------------------------
>
>                 Key: JAMES-1167
>                 URL: https://issues.apache.org/jira/browse/JAMES-1167
>             Project: JAMES Server
>          Issue Type: Task
>          Components: POP3Server, SMTPServer
>    Affects Versions: 3.0-M2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-M3
>
>
> At the moment we have the following layout in the config:
> .....
> <handler>
>     .....
>     <handlerchain>
>         <handler>
>             .....
>        </handler>
>        ....
>     </handlerchain>
> </hander>
> This does not make much sense. it would be better to change it this way:
> ..... 
> <handlerchain>
>     <handler>
>         .....
>    </handler>
>    ....
> </handlerchain>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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