[jira] Created: (JAMES-457) POP3 server doesn't perform an exlusive-access locks in a transaction required by rcf1939.

2006-03-16 Thread Marcello Marangio (JIRA)
James Type: Bug Components: POP3Server Versions: 2.2.0 Environment: windows 2000 server, linux redhat Reporter: Marcello Marangio According to rfc1939 the standard behavoir of a pop3 server is: 1) The client opens a connection and server gets into the AUTORISATION state. 2) The

R: Problem with MIME type message/delivery-status

2003-10-02 Thread Marcello Marangio
Hi Andreas in /jre/lib there is (or there should be) the file mailcap; you have to edit it to add the mapping between "message/delivery-status" and a handler. It should look like: message/delivery-status;; x-java-content-handler=my.package.MyClass Cheers Marcello > -Messaggio

is the user existing?

2003-09-04 Thread Marcello Marangio
Hi all Now I know how to check if a sender/receiver is a local user (grazie Vincenzo)... How can I check in a mailet if the recipient is existing? Thanks Marcello - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

R: how to share between incoming msgs and outgoing msgs

2003-09-04 Thread Marcello Marangio
gt; Look at the "standard" config.xml logic: > > ... > > > > > > > local-address-error > Unknown recipient > > ... > > if we are here it is an outgoing message > > Look at the RecipientIsLocal and HostIsLocal matchers. >

how to share between incoming msgs and outgoing msgs

2003-09-04 Thread Marcello Marangio
Hi all I have a newbie problem: how can I make a mailet (or a matcher) understand that a message is an outgoing rather than an incoming message? I couldn't find anything in the SMTP standard, nor in james docs. Can anybody please help me? Thanks Marcello -