Forcing mail into the error folder (or any disk area)

2006-10-25 Thread michael . dreeling
Hi All, In my custom mailet i'd like to save mail which is causing me issues (Unsupported MIME Types) logger.error("Encountered Unsupported Mime Type"); mail.setState(Mail.ERROR); // Send this mail to the error queue throw new Exception("Encountered Unsupported Mime Type"); I

Re: My vote for deployment of James as a Web Application

2006-10-10 Thread michael . dreeling
We run James in 4 different environments including production. Management & maintenance of James has always been a grey area because it does not fall under a J2EE App Server. In fact it is the only application which we run outside of Weblogic 8.1. I would be very interested in helping out in this

Mailet LOGGER Notifications

2006-09-19 Thread michael . dreeling
Hi Guys, I would like to modify the environment.xml file so that mailet ERROR's are mailed to me via SMTP. I have not seen any examples of this, and i know you can convert to the log4j setup. But i would rather not do this. Any ideas? Thanks Michael --

Re: 550 Relaying Denied - Production Problem

2006-05-23 Thread michael . dreeling
James as i had no idea of the port change. Thanks for all your help though! Michael Dreeling Distributed Computing Ireland Tel: (051) 336621 Ext: 307 6621 Email: [EMAIL PROTECTED] |-+-> | | | | | "Dan

RE: 550 Relaying Denied - Production Problem

2006-05-18 Thread michael . dreeling
denied. IP name> lookup failed [159.211.156.33] (in reply to RCPT TO command) If there are further developments, and inidcations that it is actually James, i'll continue the thread. Thanks for your help. Michael Dreeling Distributed Computing Ireland Tel: (051) 336621 Ext: 307 6621

RE: 550 Relaying Denied - Production Problem

2006-05-18 Thread michael . dreeling
ectly through James (using Outlook Express) with no problem Michael Dreeling Distributed Computing Ireland Tel: (051) 336621 Ext: 307 6621 Email: [EMAIL PROTECTED] |-+-> | | | | | "Noel J. Bergman"

Re: 550 Relaying Denied - Production Problem

2006-05-18 Thread michael . dreeling
problem was that James was not accepting the mails. Maybe i am wrong as i can't see Lotus connecting to James in the SMTP or Connection logs. I'm not sure what is going on, but i'm sure i'll get to the bottom of it. Michael Dreeling Distributed Computing Ireland Tel: (05

Re: 550 Relaying Denied - Production Problem

2006-05-18 Thread michael . dreeling
lookup error. I am going to turn on debugging anyway to try and solve it. Any other ideas? Michael Dreeling Distributed Computing Ireland Tel: (051) 336621 Ext: 307 6621 Email: [EMAIL PROTECTED

550 Relaying Denied - Production Problem

2006-05-18 Thread michael . dreeling
T give this error (or NOT to do the reverse lookup) when processing mails from this server?? I have tried 159.211.156.* but it didn't help! Any advice much appreciated! Michael Dreeling Distributed Computing Ireland Tel: (051) 336621 Ext: 307 6621 Email: [EMAI

Michael Dreeling/ServiceCentre/Ireland/SunLife is out of the office.

2006-04-19 Thread michael . dreeling
I will be out of the office starting 19/04/2006 and will not return until 20/04/2006. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the indi

Michael Dreeling/ServiceCentre/Ireland/SunLife is out of the office.

2006-04-19 Thread michael . dreeling
I will be out of the office starting 19/04/2006 and will not return until 20/04/2006. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the indi

Michael Dreeling/ServiceCentre/Ireland/SunLife is out of the office.

2006-04-19 Thread michael . dreeling
I will be out of the office starting 19/04/2006 and will not return until 20/04/2006. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the indi

Michael Dreeling/ServiceCentre/Ireland/SunLife is out of the office.

2006-04-19 Thread michael . dreeling
I will be out of the office starting 19/04/2006 and will not return until 20/04/2006. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the indi

Michael Dreeling/ServiceCentre/Ireland/SunLife is out of the office.

2006-04-19 Thread michael . dreeling
I will be out of the office starting 19/04/2006 and will not return until 20/04/2006. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the indi

Michael Dreeling/ServiceCentre/Ireland/SunLife is out of the office.

2006-04-19 Thread michael . dreeling
I will be out of the office starting 19/04/2006 and will not return until 20/04/2006. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the indi

Re: need james run as root?

2006-03-01 Thread michael . dreeling
Hi Simon, Run james as some sort of development user, creat a user like james or something like that. It should run fine. root access is defintely not required. - Michael |-+-> | | | | | "simon"

Re: encoding andü and ß!

2006-02-20 Thread michael . dreeling
Hi Norman, I have had this problem before, You need to decode the mail correctly using a Mime Handler. Try MimeUtility.decodeText to decode the message. - Michael |-+-> | | | | | "Norman Maurer"| |

Re: build new james.sar with costum mailet and matchers

2006-02-17 Thread michael . dreeling
You can do it anyway you wish, including using the source code. However if you are using this for a business purpose, i would recommend using your custom mailets against a stable binary. - Michael |-+-> | | | | |

Re: build new james.sar with costum mailet and matchers

2006-02-17 Thread michael . dreeling
Hi Norman, There is no need to build the James source code to do this, there is a better way. In order to create a custom James app, do the following. Create a new .sar file (i.e jamesNorman.sar) with the following setup. (extract james.sar from the distribution for an example) jamesNorman.sar

NotifySender, does not fill in "prefix" or "sender" parameters

2006-01-09 Thread michael . dreeling
Hi All, I have NotfySender working quite well for me now, However, it is not honouring the "prefix" or "sender" values for me. All returned mails have (a) The Postmaster as sender (b) No prefix, just the original subject Any ideas on why this might be happening? Using James 2.1.3 Thanks Mi

Re: Getting James to respond to errors

2006-01-09 Thread michael . dreeling
Thanks Stefano, I eventually used We could not process your message (there may be a mispelling in the address) [EMAIL PROTECTED] Message Rejected It seems to work well (although the prefix and sender values don't seem to get picked up?!?) The "notice" is fine. Thanks Micha

Re: Getting James to respond to errors

2006-01-06 Thread michael . dreeling
Hi Guys, I'm still working on this problem,thanks for the response yesterday, DSNBounce is unavailable in 2.1.3, but we will start to use it when we upgrade. In the short term, we cannot upgrade our production server to 2.2.0 yet, Is there a way in version 2.1.3 that i can respond to the sende

Re: Getting James to respond to errors

2006-01-05 Thread michael . dreeling
Hi Guys, I'm receiving the following exception when trying to use DSNBounce, i guess it might not be available in our production version (2.1.3) java.lang.ClassNotFoundException: Requested mailet not found: DSNBounce Is there another option i could use to return error messages to their senders w

Getting James to respond to errors

2006-01-05 Thread michael . dreeling
Hi Guys, I have a production issue where James puts messages which don't match any filters into the "/var/mail/errors" folder. This usually happens when a user mis-spells the pre "@" side of the email address. I need James to respond to the user, and include the message in the reply. Has anyon

Michael Dreeling/ServiceCentre/Ireland/SunLife is out of the office.

2005-11-09 Thread michael . dreeling
I will be out of the office starting 09/11/2005 and will not return until 28/11/2005. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the indi

Notification to user of Errored Mails

2005-11-01 Thread michael . dreeling
Hi All, I'd like to change the behaviour of our James Server in Production (2.1.3 on Solaris 8), Currently we have custom matchers for emails from 2 different systems, If a mail passes thru both matchers it ends up in /var/mail/error (and a mail is sent to the postmaster). I'd like it to respo