I've added the UserRepository checks to the LocalDeliveryMDB, so messages to local users who don't exist are bounced.
I think the quota stuff is a good idea! But I think it is best left for a later release? Reason being the mailbox implementation doesn't really support the suggested functionality yet. Regarding this anonymous wrote : The other thing is that in RemoteDeliveryMDB/SMTPSender were assuming that JavaMail sent all mails existing in the To/CC/BCC headers to a given domain even if only one was specified in the transport.send() call. I'm not so sure if this was true or not and have commented out that stuff for now. I set up two addresses at bigfoot and sent a mail going to both addresses (so domain is same), and JavaMail only seemed to send to the one specified in the to parameter, so I'm not sure what that was all about. I believe it to be fine now though, but it would definitely be a good idea for someone to check! BTW the postmaster stuff is for the sender of the bounce messages when they are set back. Cheers, Kab View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830053#3830053 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830053 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
