Receiving Corrupt Attachments

2004-04-08 Thread David Li
Hi All I am having a weird problem with receiving attachment in James 2.1.3. The attachments I sent are OK. But the attachments I receive are corrupted. This is the case for both the file repository and db repository. Help is appreciated! Dave

Running James as Linux service

2004-04-08 Thread Intelekia
Hi, Does anybody know how to set up Phoenix (with James) as Linux service (so that it is automatically started when Linux starts, and is stopped when Linux stops)? Thank you very much, Isaac. - To unsubscribe, e-mail: [EMAIL

RE: Receiving Corrupt Attachments

2004-04-08 Thread Noel J. Bergman
I am having a weird problem with receiving attachment in James 2.1.3. Details? --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Phoenix version used in james

2004-04-08 Thread Leandro Rodrigo Saad Cruz
Hi all. Do you know version of phoenix (which cvs tag) was used with james 2.1.3 (tag build_2_1_3_fcs) ? What about james HEAD ? I'm trying to assembly an app with james 2.1.3 + jetty runninbg on top off phoenix, but I'd like to have the right sources at hand ! thanks. -- Leandro Rodrigo

RE: Phoenix version used in james

2004-04-08 Thread Steve Short
Phoenix writes it's version number to the console when you start it up. One of mine says 4.0.1, I'd suggest you check yours. Steve -Original Message- From: Leandro Rodrigo Saad Cruz [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 11:37 AM To: James Users List Subject:

RE: Receiving Corrupt Attachments

2004-04-08 Thread David Li
I sent one PDF file and one zip file as email attachment from web mail account to james account. Outlook retrieves the email with attachment from james server, then Adobe Reader complains about insufficient data form image, file can not be found ... when opening the PDF file, then the text portion

James Virtual Hosting

2004-04-08 Thread Diogo Saad
Title: Mensagem Hiall. I want to add virtual hosting support to james. I've readdaniel'ssolution at the mail-list, and I looked athis customized classes. I did not notice big changes in James.java , POP3Handler.java and SMTPHandler.java comparing them to the original ones... ( some

JDBCVirtualUserTable mailet problem

2004-04-08 Thread Diogo Saad
Title: Mensagem I got an exception using JDBCVirtualUserTable mailet with HSQL There seems to be a problem with the query below "select VirtualUserTable.target_address from VirtualUserTable, VirtualUserTable as VUTDomains where (VirtualUserTable.user like ? or VirtualUserTable.user

RE: Receiving Corrupt Attachments

2004-04-08 Thread Noel J. Bergman
Outlook retrieves the email with attachment from james server, then Adobe Reader complains The WinZip program can't open the zip file I've never had that problem, and often receive PDF and ZIP files. Is this a consistently repeatable problem? --- Noel

RES: JDBCVirtualUserTable mailet problem

2004-04-08 Thread Diogo Saad
I think that using the + operator we can make a query that will work for most databases.. And about limiting the result (top/limit) we achieve that geting the first element of a collection! -Mensagem original- De: Noel J. Bergman [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 8

RE: Receiving Corrupt Attachments

2004-04-08 Thread David Li
Yes, it is consistently repeatable. -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 5:20 PM To: James Users List Subject: RE: Receiving Corrupt Attachments Outlook retrieves the email with attachment from james server, then Adobe

RE: Receiving Corrupt Attachments

2004-04-08 Thread bill page
I used to have problems sort of like this between my home and work. Both were exchange 5.5. If I sent to a yahoo id and then home, it would work. I finally put specific filtering into my firewalls (both work and home) to allow anything between my two servers. Since changing home to james I

RE: Receiving Corrupt Attachments

2004-04-08 Thread David Li
Hi, the senders weren't just the yahoo webmail account, some are just regular email account, the same problem remains. Can you give more detail as to the manual relay suggestion? -Original Message- From: bill page [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 8:32 PM To: 'James

RE: Receiving Corrupt Attachments

2004-04-08 Thread bill page
All I meant was that in my case it was work to home and vice versa. What I had found was that work - yahoo - home worked (and vice versa). At that point, I started looking at headers and noticed some differences. As I said I eventually took a simple approach of having each of my watchguard

RE: Receiving Corrupt Attachments

2004-04-08 Thread David Li
More and more I am led to suspect it is the MIME/attachment/CR-LF problem, please see the following thread http://groups.google.com/groups?hl=enlr=ie=UTF-8oe=UTF-8frame=rightth=2 de9c8453dc300d0seekm=1060290483.585557%40cswreg.cos.agilent.com#link1 But how can I configure the mime/cr-lf related

RE: Receiving Corrupt Attachments

2004-04-08 Thread Noel J. Bergman
More and more I am led to suspect it is the MIME/attachment/CR-LF problem, please see the following thread I am running James on a linux server, and using Outlook on Windows without any problems. And I received both PDF and ZIP files today. --- Noel