Re: Maildir with hierarchical filesystem layout

2013-11-03 Thread Robin Bankhead
Quick reply to my own question: No, not quite that simple. The commented-out code only addresses translation from absolute folder path to mailbox path, so I also had to add similar translation to the getFolderName() method. Also, as MailboxConstants.DEFAULT_DELIMITER_STRING is now (char)

Re: Virtual hosting and SMTP

2013-11-03 Thread Eric Charles
On 27/10/13 10:31, Robin Bankhead wrote: Quoting Eric Charles : Multiple outgoing gateways are possible. the outgoing tag is the name of the queue that will hold messages being processed by the RemoteDelivery Mailet (deployed doc is misleading). Use distinct one per RemoteDelivery mailet. O

Re: Unable to send mail using SSL/TLS

2013-11-03 Thread Eric Charles
Use the gatewayPort attribute in RemoteDelivery mailet (in mailetcontainer.xml) http://james.apache.org/server/3/dev-provided-mailets.html#RemoteDelivery On 31/10/13 01:09, Saibabu Vallurupalli wrote: Hi All, I configured James 3 Beta 3 to use SSL/TLS followed the instructions (1) and (2).

Re: IMAP Reload Issues with Thunderbird

2013-11-03 Thread Eric Charles
Strange, we never had such issues reported. Does this only happen for a specific subfolders or for all? Do you have that issue on the INBOX? What about the default installation with the embedded Derby database? (did you monitor the PostgreSQL connection for any trouble?) On 31/10/13 10:36, Th

Re: Maildir with hierarchical filesystem layout

2013-11-03 Thread Eric Charles
Thx. Can you open a JIRA on https://issues.apache.org/jira/browse/MAILBOX and explain what we gain with this patch? On 03/11/13 10:54, Robin Bankhead wrote: Quick reply to my own question: No, not quite that simple. The commented-out code only addresses translation from absolute folder path

Re: Maildir with hierarchical filesystem layout

2013-11-03 Thread Robin Bankhead
Happy to (pending testing), if you think you *do* gain anything from it; in this instance it was more in the manner of scratching a personal itch, not so much destined for core adoption. But if you think it's worthwhile, then I'll throw it on there. Robin Bankhead Quoting Eric Charles : T

Re: Virtual hosting and SMTP

2013-11-03 Thread Robin Bankhead
Quoting Eric Charles : If you don't want to enforce ssl/tls, don't use the startTls/sslEnable tag. Btw, I suspect bad bugs there. Err, do you mean bad bugs when enforcing, or when not? (Or just with impl of SSL/TLS generally?) Simply not working in general, at least I need to double check.

Re: IMAP Reload Issues with Thunderbird

2013-11-03 Thread Thomas Graefenhain
Hi All, thx for the reply. It happens on all subfolders but not for the INBOX. I will try to investigate a bit more. Perhaps it's important to mention that I filled the folders by copying the messages with the Thunderbird client after I applied the patch from JIRA JAMES-1436. Thomas Greafenh

James 3 beta minimal secure configuration

2013-11-03 Thread Girivaraprasad Nambari
Hi, I understand that security involves lot of layers, but I want to understand is James default configuration secure enough to restrict un-authorized access? If not, what are the areas we need to configure? Is there any documentation available? In my view security here means (these are few I hav