Re: Issue with address-error not bounced

2011-07-27 Thread Eric Charles
Hi Sai, Just to be sure, are you running James V3 with virutalHosting enabled (the default config)? Did you add MyDomain.net in the list of domains via the JMX/CLI client? Also, I wonder if uppercase don't give issue? Can you try with mydomain.net? Thx. On 27/07/11 04:49, Saibabu

Re: Unknown user doesn't errors out

2011-07-27 Thread Eric Charles
Hi Sai, See answer on your last mail. Thx. On 26/07/11 21:03, Saibabu Vallurupalli wrote: Hi Eric, The fix below worked great. But this works only for localhost. What we are trying is little different, we created our own domain and users. So, if we send an email to our custom domain to an

Re: svn commit: r1147372 - /james/mailbox/trunk/api/src/test/java/org/apache/james/mailbox/AbstractMailboxManagerTest.java

2011-07-27 Thread Eric Charles
If we apply this logic to all mailboxes, we will have remaining empty folders. This is confusing and will impact some logic in other methods, such as list(). Maybe we could apply this logic only for INBOX path. WDYT? On 26/07/11 20:02, Norman Maurer wrote: I think we should just remove the

Re: svn commit: r1147372 - /james/mailbox/trunk/api/src/test/java/org/apache/james/mailbox/AbstractMailboxManagerTest.java

2011-07-27 Thread Norman Maurer
Yes only for INBOX. Sorry if it was not clear from my answer.. Bye, Norman Am 27.07.2011 09:17, schrieb Eric Charles: If we apply this logic to all mailboxes, we will have remaining empty folders. This is confusing and will impact some logic in other methods, such as list(). Maybe we could

Re: Issue with address-error not bounced

2011-07-27 Thread Saibabu Vallurupalli
Hi Eric, Good morning. I have setup Apache James 3.0-Beta 2, Is this also called V3? How to verify VirtualHosting configuration? I haven't used JMX-CLI to create domain, have just inserted domain name in database. Also, we will verify the case sensitivity. Thanks, Sai On Wed, Jul 27, 2011 at

Re: Audit capabilities

2011-07-27 Thread Robert Burrell Donkin
On Wed, Jul 20, 2011 at 7:10 AM, Norman Maurer nor...@apache.org wrote: To make it short... no. I guess you could add it by extending some classes or write your own implementation. Be warned.. IMAP is quite complex. +1 I just build something similar at work but I was writing a proxy for this

Re: Apache James 3.0 beta3

2011-07-27 Thread Robert Burrell Donkin
On Sun, Jul 17, 2011 at 2:42 PM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: I'm away tomorrow (18th) for a  week with limited computer time (my sister-in-law is expecting #4 in the next few weeks :-) I think all that remains before we're able to ship an official 3.0-beta3

Re: Issue with address-error not bounced

2011-07-27 Thread Eric Charles
Hi Sai, Yes, I used V3 for James 3.0-... By default, virtualHosting is enabled (see usersrepository.xml, the enableVirtualHosting must be set to true). In this particular case (add a domain), you should be ok going directly to the database. Nevertheless, it is strongly discouraged to do so.

RE: Issue with address-error not bounced

2011-07-27 Thread Pao, Vanessa
Hello all, I've been working with Sai on the below issue. I verified we do have VirtualHosting enabled and added mydomain.net (lowercase) using JMX-CLI. In case this helps, we have the following settings in domainlist.xml: autodetecttrue/autodetect autodetectIPtrue/autodetectIP

Restrict to specific domain

2011-07-27 Thread Saibabu Vallurupalli
Hi Eric and Team, We finally decided to restrict emails to specific domain. i.e., we wanted to have our organization users to exchange emails with in the same domain ( mydomain.net) and any email sent to different domain should bounce back. Is there away we can achieve this functionality. I

Re: Restrict to specific domain

2011-07-27 Thread Norman Maurer
Yeah sure.. you can use something like this: mailet notmatch=SenderHostIs=mydomain.net class=Bounce ... ... /mailet Bye, Norman 2011/7/27 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Hi Eric and Team, We finally decided to restrict emails to specific domain. i.e., we wanted to have

Re: Restrict to specific domain

2011-07-27 Thread Saibabu Vallurupalli
Hi Norman, Under which processor we need to do this? I mean which configuration file and where? Thanks, Sai On Wed, Jul 27, 2011 at 1:49 PM, Norman Maurer norman.mau...@googlemail.com wrote: Yeah sure.. you can use something like this: mailet notmatch=SenderHostIs=mydomain.net class=Bounce

Re: Restrict to specific domain

2011-07-27 Thread Norman Maurer
in mailetcontainer.xml in the root processor. Bye, Norman 2011/7/27 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Hi Norman, Under which processor we need to do this? I mean which configuration file and where? Thanks, Sai On Wed, Jul 27, 2011 at 1:49 PM, Norman Maurer

Re: Unable to use SenderHostIs mailet

2011-07-27 Thread Saibabu Vallurupalli
I am pasting my mailetcontainer.xml below: ?xml version=1.0? !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses

SenderHostIs worked but email still goes out

2011-07-27 Thread Saibabu Vallurupalli
Hi Norman and Team, I tried a little different configuration as shown below in root processor: mailet match=SenderHostIs=mydomain.net class=Bounce messageYou can not send email to other domains other than mydomain.net /message attachmentNONE/attachment /mailet This worked great except

Re: SenderHostIs worked but email still goes out

2011-07-27 Thread Saibabu Vallurupalli
I modified the configurations and played little bit to make it work. Functionality is working great. Thanks so much for James team. Kudos to all of you. Thanks, Sai On Wed, Jul 27, 2011 at 10:20 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi Norman and Team, I tried a

Re: Unable to use SenderHostIs mailet

2011-07-27 Thread Norman Maurer
Hi there, sorry you need to use the HostIs matcher an not SenderHostIs and use passThrough= false. I guess I need more sleep ;) So this should work: mailet notmatch=HostIs=Florida-HIE.net class=Bounce messageYou can not send email to other domains other than Florida-HIE.net/message

Re: SenderHostIs worked but email still goes out

2011-07-27 Thread Norman Maurer
See my response to your other mail.. Bye, Norman Am 28.07.2011 04:35, schrieb Saibabu Vallurupalli: I modified the configurations and played little bit to make it work. Functionality is working great. Thanks so much for James team. Kudos to all of you. Thanks, Sai On Wed, Jul 27, 2011 at

[jira] [Created] (MAILBOX-112) Upgrade to mime4j 0.7

2011-07-27 Thread Norman Maurer (JIRA)
Upgrade to mime4j 0.7 - Key: MAILBOX-112 URL: https://issues.apache.org/jira/browse/MAILBOX-112 Project: James Mailbox Issue Type: Task Components: store Affects Versions: 0.3 Reporter: Norman