James Application Path

2005-06-30 Thread Hans Liebenberg
Hi, I havea custom mailet file://conf/test.xml into the full path to [james home]/apps/[app name]/ How do I do this? Thanks Hans - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Accessing Avalon Context

2005-07-01 Thread Hans Liebenberg
Hi, How do I access the avalon context from a mailet/matcher? Thanks Hans - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Avalon Context from a Mailet

2005-07-04 Thread Hans Liebenberg
Hi, How do I access the avalon context from a mailet/matcher? Basicaly I need to read a file from the application context "conf" directory. I want to do something like: File f = null; try { f = AvalonContextUtilities.getFile(context, filename);

Mailing List - Personalisation

2005-08-22 Thread Hans Liebenberg
Hi, Is it possible to configure the mailing list within James to do basic personalisation in a message. E.g To relpace a placehoilder with the guys first name. So that the message says Hi Bob, [the message here] I know I can write a custom mailet/matcher to do this but was wondering if James

RE: =12 becomes other character in Outlook Express

2005-08-26 Thread Hans Liebenberg
-Original Message- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: 19 August 2005 10:11 AM To: 'James Users List' Subject: Re: =12 becomes other character in Outlook Express > > I guess that's it. I fixed the problem by setting > > "Content-Transfer-Encoding: 8bit" in the header.

Modifying BodyPart

2005-08-26 Thread Hans Liebenberg
Hi, I am trying to write a mailet that modifies the text/html part of a message as it comes through. I get the correct BodyPart of the MultiPart message and call setContent() on it, But it doesn't seem to modify it at all. I assume this is because it is probably not possible?? What I am trying t

Matcher Being Ignored

2005-09-03 Thread Hans Liebenberg
Hi, In my transport processor I have configured a new Mailet which acts on the message just after the LocalDelivery config... The mailet should only execute if a specifc header is present, so I use the HasHeader matcher... Now believe it or not, every SECOND email that comes through gets pass

RE: Matcher Being Ignored

2005-09-04 Thread Hans Liebenberg
you using? What is the full configuration? Have you tryed increasing the logging for the SpoolManager to DEBUG? Please provide the log too. Stefano > -Messaggio originale----- > Da: Hans Liebenberg [mailto:[EMAIL PROTECTED] > Inviato: sabato 3 settembre 2005 11.54 > A: 

RE: Email filtering on client side

2005-10-07 Thread Hans Liebenberg
Sounds like you should be looking at free spam clients out there - like spam pal, which does exactly what you are describing -Original Message- From: Gaurav Handa [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 01:53 PM To: 'James Users List' Subject: Email filtering on client side Hi A

RE: JAMES and Hotmail

2005-10-21 Thread Hans Liebenberg
Hotmail also has pretty hectic spam filtering, you need to ensure that your message has 100% valid headers, from-address Matches reply-to address etc etc Not a huge CC/BCC list etc -Original Message- From: Steve Short [mailto:[EMAIL PROTECTED] Sent: 20 October 2005 06:27 PM To: James

Fetchmail [Received: Header]

2005-12-05 Thread Hans Liebenberg
Hi, My fetchmail process if failing due to Received header being invalid...apparently. The MessageProcessor fails on the line org.apache.james.dnsserver.DNSServer.getByName(address).getHostAddress() Where address = 'localhost' 05/12/05 10:41:45 DEBUG fetchmail.mailstreams_postmaster: UNDELIVERAB

RE: Fetchmail [Received: Header]

2005-12-06 Thread Hans Liebenberg
anny Angus Lead Technical Consultant ICT Products Development 4W 3257 |-+> | | "Hans Liebenberg"| | | <[EMAIL PROTECTED]| | | om> | | |

RE: Fetchmail [Received: Header]

2005-12-06 Thread Hans Liebenberg
lhost" may be a red herring. Let us know what you find. It seems wrong that fetch should bomb on what appears to be a "well formed" message. d. |-+> | | "Hans Liebenberg"| | | <[EMAIL

RE: Fetchmail [Received: Header]

2005-12-06 Thread Hans Liebenberg
ams, such as POP3 or IMAP. How they are encoded/decoded on the way should not matter as long as the mechanism is lossless. -- Steve > -Original Message- > From: Hans Liebenberg [mailto:[EMAIL PROTECTED] > Sent: 06 December 2005 09:41 > To: 'James Users List'

RE: Fetchmail [Received: Header]

2005-12-09 Thread Hans Liebenberg
er as long as the mechanism is lossless. -- Steve > -Original Message- > From: Hans Liebenberg [mailto:[EMAIL PROTECTED] > Sent: 06 December 2005 09:41 > To: 'James Users List' > Subject: RE: Fetchmail [Received: Header] > > > It could have something to

SMTP

2006-08-17 Thread Hans Liebenberg
Hi, I can't seem to find a way to set James's smtp server to only accept connections from the local machine or a predefined list of IP's etc. I want all connection to port 25 to be blocked except for a predefined set of IP's. Is the only way to do this via a firewall? Thanks -

File Attachments

2007-03-20 Thread Hans Liebenberg
Hi, I have been using James in custom applications but have now decided to install it our company's email server. All is working perfectly except that *occasionally* some users file attachments going out and coming in are been attached with names like att0071.dat, or winmail.dat and not the a

JVM Crashing - James 2.3

2007-03-25 Thread Hans Liebenberg
Hi, I recently upgraded to James 2.3, and since then James is crashing. Here is the info I have. java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode) OS: linux Some config.xml values of possi

Re: JVM Crashing - James 2.3

2007-03-27 Thread Hans Liebenberg
to Sun. However it would also be interesting if we could work out why your deployment resulted in this crash. Lots of blocked threads suggests something funny somewhere. But quite probably not James related. d. On 3/26/07, Hans Liebenberg <[EMAIL PROTECTED]> wrote: Hi, I recently upgra

Resending Failed Messages

2007-03-29 Thread Hans Liebenberg
Hi, I have a whole bunch of messages in my "Address-error" folder that landed up there due to a misconfiguration. I have fixed the config but now need to spool those messages. What is the best way to do this? Thanks - To un

Fetchmail and Servernames list confusion

2007-03-29 Thread Hans Liebenberg
Hi, I am using fetchmail to fetch from a domain ".co.za" According to the James config.xml docs .co.za localhost Which I thought seemed strange as .co.za is a remote domain, but I added it regardless. Now each time you attempt to send

James 2.3 Stops Logging

2007-04-23 Thread Hans Liebenberg
Hi, I have a strange situation. I have set James to log daily, but after a random amount of uptime, no output is written to the logs, i.e the logging system stops working. James is still running perfectly in this state though, but i need log output for certain monitoring. Thanks ---

Re: James 2.3 Stops Logging

2007-04-23 Thread Hans Liebenberg
Hi Norman/Stefano, Are you sure your filesystem has enough space ? There is plenty of space. Anything in phonix.log ? When it happens again (should be in the next day or two) I will send a more detailed query with phoenix log included. This has happened on different servers so may be a confi

All messages going to SPAM processor

2008-03-27 Thread Hans Liebenberg
Hi, All of a sudden after running perfectly for many months, my James server has started to route all smtp traffic to the SPAM processor. I have left my spam configuration as it was by default, i.e I haven't enabled any spam mailets e.g InSpammerBlacklist I have enabled DEBUG logging on my sp

Re: All messages going to SPAM processor

2008-03-28 Thread Hans Liebenberg
direct the mails to a black hole if they match. ordb.org has been down for several months now, but something must have happened recently, causing the matcher to match all mails. Tor Hans Liebenberg schrieb: Hi, All of a sudden after running perfectly for many months, my James server has starte

Effective message tracking

2008-06-11 Thread Hans Liebenberg
Hi, My system needs to report on certain messages being delivered or failing. What would be the best approach to being notified of exactly when a message either leaves the spool via successful delivery or fully fails and is deleted? I know one approach would be to set the RemoteDelivery maile

Re: Trouble connecting to SMTP service outside of localhost

2009-01-22 Thread Hans Liebenberg
Hi You should try stopping James, and then telnet from home, I am guessing you will get the same error. i.e its not a James config issue, "No Route To Host" implies a networking/firewall issue. Kurtis Mullins wrote: Hello, I'm sure this question is common. Unfortunately, I've scoured googl