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 ji...@apache.org on 2004/06/06 22:55:54 UTC

[jira] Closed: (JAMES-92) Redirect should verify static configuration

Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-92

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-92
    Summary: Redirect should verify static configuration
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: James
 Components: 
             Mailet API
   Versions:
             2.1

   Assignee: 
   Reporter: Miroslav Nachev

    Created: Sat, 8 Mar 2003 12:09 PM
    Updated: Sun, 6 Jun 2004 1:55 PM
Environment: Operating System: Linux
Platform: PC

Description:
We use James from 2 months. We upgrade the MailServer with each new versions,
but the problems exists.
   1. We fix one of the problem which doesn't exist on Windows platform with
some  extending of original James classes wiht our own class:
public class MailServer
{
    public static void main(String[] args)
        throws Exception
    {
        String value = new String(new byte[]{'\r', '\n'});
        System.setProperty("line.separator", value);

        Main.main(args);
    }                                                                          
                                                   
} 
This problem exist when we use Windows based mail clients like Explorer, The
Bat, etc.
   2. The second problem is very unpleasant. When you send some mail from time
to time the "From" field is replaced with other sender name which is random or
with unknown logic selected. In this case you can see which is your Real Sender
when you look at "Reply-To" field.
   We can try to fix the problem, but we don't know where to search the problem
because we are not so familiar with the Source Code of James.

   How we can run James using JBuilder? When we try it is not possible because
James use Phoenix Avalon product which is not documented.

   Can we be a part of James Development Team? We have some ideas.


Our James MailServer is running at the following server:
saturn.space-comm.com


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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