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 "Arjan Veenstra (JIRA)" <se...@james.apache.org> on 2005/09/28 17:29:47 UTC

[jira] Created: (JAMES-423) Give the remote manager a service promt

Give the remote manager a service promt
---------------------------------------

         Key: JAMES-423
         URL: http://issues.apache.org/jira/browse/JAMES-423
     Project: James
        Type: New Feature
  Components: Remote Manager  
    Versions: 2.2.0, 2.1.3    
 Environment: All
    Reporter: Arjan Veenstra
    Priority: Minor


When telnetting to the james remote manager it does not display a prompt indicating it is waiting for input. 
See: http://marc.theaimsgroup.com/?t=112430979300001&r=1&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Resolved: (JAMES-423) Give the remote manager a service promt

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-423?page=all ]
     
Stefano Bagnara resolved JAMES-423:
-----------------------------------

    Fix Version: 2.3.0
     Resolution: Fixed

patch verified and applied.
Also added a new comment and example to config.xml

> Give the remote manager a service promt
> ---------------------------------------
>
>          Key: JAMES-423
>          URL: http://issues.apache.org/jira/browse/JAMES-423
>      Project: James
>         Type: New Feature
>   Components: Remote Manager
>     Versions: 2.2.0, 2.1.3
>  Environment: All
>     Reporter: Arjan Veenstra
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.3.0
>  Attachments: managerprompt.patch
>
> When telnetting to the james remote manager it does not display a prompt indicating it is waiting for input. 
> See: http://marc.theaimsgroup.com/?t=112430979300001&r=1&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Assigned: (JAMES-423) Give the remote manager a service promt

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-423?page=all ]

Stefano Bagnara reassigned JAMES-423:
-------------------------------------

    Assign To: Stefano Bagnara

> Give the remote manager a service promt
> ---------------------------------------
>
>          Key: JAMES-423
>          URL: http://issues.apache.org/jira/browse/JAMES-423
>      Project: James
>         Type: New Feature
>   Components: Remote Manager
>     Versions: 2.2.0, 2.1.3
>  Environment: All
>     Reporter: Arjan Veenstra
>     Assignee: Stefano Bagnara
>     Priority: Minor
>  Attachments: managerprompt.patch
>
> When telnetting to the james remote manager it does not display a prompt indicating it is waiting for input. 
> See: http://marc.theaimsgroup.com/?t=112430979300001&r=1&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (JAMES-423) Give the remote manager a service promt

Posted by "Arjan Veenstra (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-423?page=all ]

Arjan Veenstra updated JAMES-423:
---------------------------------

    Attachment: managerprompt.patch

This adds an optional <prompt> element 
to the remote manager handler block, like this: 
   <remotemanager>
      <port>4555</port>
      <handler>
         <helloName autodetect="true">myMailServer</helloName>
         <administrator_accounts>
            <account login="root" password="root"/>
         </administrator_accounts>
         <connectiontimeout> 60000 </connectiontimeout>
         <prompt>james&gt;</prompt>
      </handler>
   </remotemanager>

The prompt element is optional, when left out the prompt is set to an empty 
string, so when the configuration is unchanged the behaviour also is 
unchanged.

> Give the remote manager a service promt
> ---------------------------------------
>
>          Key: JAMES-423
>          URL: http://issues.apache.org/jira/browse/JAMES-423
>      Project: James
>         Type: New Feature
>   Components: Remote Manager
>     Versions: 2.2.0, 2.1.3
>  Environment: All
>     Reporter: Arjan Veenstra
>     Priority: Minor
>  Attachments: managerprompt.patch
>
> When telnetting to the james remote manager it does not display a prompt indicating it is waiting for input. 
> See: http://marc.theaimsgroup.com/?t=112430979300001&r=1&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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