James uses up almost all the memory any suggestions

2008-08-20 Thread Hillel Bilman
Hi, We are using james-2.3.1 on Linux 64 bit Redhat with 8GB of RAM. Using free: total used free shared buffers cached Mem: 81742768129120 45156 0 2696 42560 -/+ buffers/cache:8083864

Re: James uses up almost all the memory any suggestions

2008-08-21 Thread Hillel Bilman
st all the memory any suggestions Stefano Bagnara Thu, 21 Aug 2008 00:21:33 -0700 Hillel Bilman ha scritto: Hi, We are using james-2.3.1 on Linux 64 bit Redhat with 8GB of RAM. Using free: total used free shared buffers cached Mem:

RE: James uses up almost all the memory any suggestions

2008-08-21 Thread Hillel Bilman
Thanks, we will try with JDK 6 and see what happens. -Original Message- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: 21 August 2008 12:43 PM To: Hillel Bilman Subject: Re: James uses up almost all the memory any suggestions Hillel Bilman ha scritto: > Hi Stefano, > &g

Setting up a virtual user table

2008-08-21 Thread Hillel Bilman
Hi, >From your post, http://www.mail-archive.com/server-user@james.apache.org/msg09924.html how do you setup a virtual user table? As we need to configure different mailbox for different Domains. For example [EMAIL PROTECTED] and [EMAIL PROTECTED] must be different accounts that different pe

RE:Setting up a virtual user table

2008-08-22 Thread Hillel Bilman
Hi, We have a requirement to offer an email address on one domain and then offer the same name for the email address on another domain. For example: info at the one domain and info at the other domain. How can we do this using James and each client can POP their own emails off and the emails

what does this mean?

2008-08-28 Thread Hillel Bilman
Hi, When forwarding an email I get the message below? Any suggestions appreciated. thanks _ From: System Administrator Sent: 28 August 2008 10:48 AM To: Hillel Bilman Subject: Undeliverable: Your message did not reach some or all

How to bind James on a specific IP address

2008-09-02 Thread Hillel Bilman
Hi, James is running on our Linux server. We have several IP address on the same NIC and would like to configure James to run on eth0:1 which will have a different IP address from eth0. How can we setup James so it binds to one of the IP address for the server and works only off that IP ad

RE: How to bind James on a specific IP address

2008-09-03 Thread Hillel Bilman
;bind'. Steve -Original Message----- From: Hillel Bilman [mailto:[EMAIL PROTECTED] Sent: Wed 9/3/2008 4:51 AM To: James Users List Subject: How to bind James on a specific IP address Hi, James is running on our Linux server. We have several IP address on the same NIC and wou

How-to Bind James to an IP address

2008-09-04 Thread Hillel Bilman
Hi, James is running on our Linux server, which has a few IP addresses all configured to one network card. How can we start James so it binds to only one of the IP addresses of the Linux server? Any help appreciated.

Why emails are not being sent

2008-09-13 Thread Hillel Bilman
Hi, When we get from the log that the email address did not start and end with < >, the emails are not accepted. smtpserver-2008-09-12-00-00.log:12/09/08 14:12:40 INFO smtpserver: Successfully spooled mail Mail1221221559824-3031 from [EMAIL PROTECTED] on 33.55.55.55 for [EMAIL PROTECTED] smtpser

RE: Setting up a virtual user table

2008-10-31 Thread Hillel Bilman
] Sent: 22 August 2008 08:07 PM To: James Users List Subject: Re: Setting up a virtual user table http://wiki.apache.org/james/VirtualUserTable Hillel Bilman sent the following on 8/22/2008 7:46 AM: > Hi, > > > > We have a requirement to offer an email address on one domain

Storing Users details in a database

2008-11-24 Thread Hillel Bilman
Hi, We are using Postgresql and require to store each of the users details in Postgresql. >From the URL http://james.apache.org/server/2.3.1/using_database.html It shows how to store the spool and users' messages in a database. How do you store the user's details such as their username, p

Storing Users details in a database

2008-11-24 Thread Hillel Bilman
Hi, We are using Postgresql and require to store each of the users details in Postgresql. >From the URL http://james.apache.org/server/2.3.1/using_database.html It shows how to store the spool and users' messages in a database. How do you store the user's details such as their username, password

RE: email re-retries

2010-07-18 Thread Hillel Bilman
Hi Norman, Thanks for the response I can see the duplicate emails in smtpserver-2010-07-16-00-00.log. I assume that means I'm receiving them many times via SMTP. The client is saying from their logs they can see they only sent it once to James. Maybe in the SMTP handshaking, it's failing and the

RE: preventing duplicate emails using Message-ID

2010-07-20 Thread Hillel Bilman
Hi, Thanks for your great response. rgds -Original Message- From: norman.mau...@googlemail.com [mailto:norman.mau...@googlemail.com] On Behalf Of Norman Maurer Sent: 19 July 2010 05:56 PM To: James Users List Subject: Re: preventing duplicate emails using Message-ID Hi there, if you se

RE: logging issue when response=554

2011-09-21 Thread Hillel Bilman
Hi, I think you may have answered my question on why emails to gmail have been failing. I get the same symptoms of 20/09/11 21:18:52 INFO James.Mailet: RemoteDelivery: Attempting delivery of Mail1316546231564-61-to-gmail.com to host gmail-smtp-in.l.google.com. at 209.85.229.26 for addresses [test

emails gets spooled but not delivered?

2011-09-21 Thread Hillel Bilman
Hi, Trying to send via james: [root@messaging logs]# telnet localhost 25 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 220 messaging.ecommunicate.biz SMTP Server (JAMES SMTP Server 2.3.2) ready Tue, 20 Sep 2011 21:15:48 +0200 (SAST) ehlo you

RE: emails gets spooled but not delivered?

2011-09-23 Thread Hillel Bilman
enable javamail debug you can add this to the RemoteDelivery config: .. .. true Bye, Norman 2011/9/20 Hillel Bilman : > Hi, > > > > Trying to send via james: > > [root@messaging logs]# telnet localhost 25 > > Trying 127.0.0.1... > > Connected to