Re: Problems building James/Cassandra backend

2016-09-23 Thread Marc Chamberlin
On 9/23/2016 1:17 AM, Matthieu Baechler wrote: Hi Marc, Thank you for reporting about that. I created an issue for that : https://issues.apache.org/jira/browse/JAMES-1827 I tried to fix the documentation here : https://github.com/linagora/james-project/pull/415 Could you check that my PR

AW: AW: strange AUTH LOGIN attempts [unsigned]

2016-09-23 Thread Bernd Waibel
Hi David, you're welcome. Fail2ban does an un-ban after a while. So the IPs are blocked only for the "bantime" seconds, then they are freed. Fail2ban is really good for the daily attacks, and for the "try an password" attempts. It does not help if you get attacked by an botnet with an aim of

AW: james-cli failure [unsigned]

2016-09-23 Thread Bernd Waibel
Hi no, never had seen this before. I could only remember: we had a user who wanted to send a very large video file via mail. The video was too much for any mail server to be handled. Most mail servers do have a limit of about 20 MB per mail. Did James try to handle a large mail (89 MB) in

Re: Problems building James/Cassandra backend

2016-09-23 Thread Matthieu Baechler
Hi Marc, Thank you for reporting about that. I created an issue for that : https://issues.apache.org/jira/browse/JAMES-1827 I tried to fix the documentation here : https://github.com/linagora/james-project/pull/415 Could you check that my PR fixes your problem ? Regards, -- Matthieu

答复: james-cli failure [unsigned]

2016-09-23 Thread li hai ming
Thanks Bernd. I re-started James, and got below memory info: [lihaiming@iZ28m97ac83Z bin]$ free -mh totalusedfree shared buff/cache available Mem: 991M741M106M 50M143M 90M Swap:0B

AW: james-cli failure [unsigned]

2016-09-23 Thread Bernd Waibel
Hi, you have a total of 991 Mb with 790 Mb used. So you have 69 Mb free, but James want to commit 89 Mb. And you do not have a swap space. It seems that your machine do not have enough memory, or other processes do use the memory. Best regards Bernd Waibel -Ursprüngliche Nachricht-

RE: james-cli failure [unsigned]

2016-09-23 Thread li hai ming
Thanks. When James is started, there is no problem to execute james-cli. But after a while, below memory error occurs. Someone is eating the memory? Btw: i have java8 and use ./james/bin/run.sh&. (./james/james start does NOT work on my server). Pls also see below <<<. [@iZ28m97ac83Z bin]$