Add diffrent headers for each recip

2006-01-22 Thread Norman Maurer
Hi guys, i wrote a plugin to support dspam in james. It works fine here. But now i search a solution to run the dspam mailet i wrote for each recip that get the message. So it would insert diffrent signature headers for each recip. Is it possible ? Or is james generally run each mailet for each

Re: Add diffrent headers for each recip

2006-01-23 Thread Norman Maurer
, den 23.01.2006, 10:56 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Hi guys, i wrote a plugin to support dspam in james. It works fine here. But now i search a solution to run the dspam mailet i wrote for each recip that get the message. So it would insert diffrent signature

Reject Virus Emails

2006-01-26 Thread Norman Maurer
Hi, was testing the ClamAV mailet and want to simple rejet the message with an bounce .. is it possible ? bye - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reject Virus Emails

2006-01-26 Thread Norman Maurer
that are blacklisted.. On Thu, 2006-01-26 at 11:46 +0100, Stefano Bagnara wrote: Norman Maurer wrote: Hi, was testing the ClamAV mailet and want to simple rejet the message with an bounce .. is it possible ? I discourage it because most time virus messages froms are spoofed and so james would start

Rcpt checks

2006-01-28 Thread Norman Maurer
Hi, there are any plans for support a rcptcheck ? Like check for valid users in a database before accept email for the user ? Or i missed something ? bye - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Set multible mail attribues

2006-01-30 Thread Norman Maurer
Hi, is it possible to set multible mailattribues per message ? So i can pass it to mailets set diffrent mailattributes and use them latter to specify what should happen to the message ? bye Norman - To unsubscribe, e-mail:

Re: Set multible mail attribues

2006-01-31 Thread Norman Maurer
Thx for the info.. :-) bye Am Dienstag, den 31.01.2006, 14:47 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Hi, is it possible to set multible mailattribues per message ? So i can pass it to mailets set diffrent mailattributes and use them latter to specify what should happen

Get the current recip

2006-02-02 Thread Norman Maurer
Hi guys, im working on a mailet whicht use the domain of the recips as an option that is pass to a programm on the commandline. The Server is used as relay so it sppol the message for each recip .. right ? So how can i get the current recip for which the message is spooled ? thx guys for this

Re: Get the current recip

2006-02-02 Thread Norman Maurer
to. I thought the split in diffrent spools will be done automaticly when i set remotedelivery for the diffrent domains to diffrent spool. bye Norman Am Donnerstag, den 02.02.2006, 15:04 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Hi guys, im working on a mailet whicht use the domain

Re: Get the current recip

2006-02-02 Thread Norman Maurer
Ah ok now i understand.. sorry .. Just one more question. if i use these config: mailet match=HostIs=spam-box.de class=RemoteDelivery outgoing db://maildb/spool/outgoing1 /outgoing delayTime 2160 /delayTime maxRetries 5 /maxRetries

Require HELO

2006-02-16 Thread Norman Maurer
Hi, is there any reason why james not require a helo before accept the mail from ? Cause it should be use helo every time first .. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

check for HELO again..

2006-02-16 Thread Norman Maurer
Hi, i just reread the rfc and it really says that the first command should be the HELO: 4.1.1. First command RFC 821 states that the first command in an SMTP session must be the HELO command. This requirement is hereby amended to allow a session to start with either EHLO or HELO.

[PATCH] check for HELO before accept MAIL FROM

2006-02-17 Thread Norman Maurer
Am Freitag, den 17.02.2006, 11:29 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Hi, i just reread the rfc and it really says that the first command should be the HELO: 4.1.1. First command RFC 821 states that the first command in an SMTP session must be the HELO

[PATCH] check for HELO before accept MAIL FROM

2006-02-17 Thread Norman Maurer
Hi, this is my first Patch so i hope its correct posted and made.. It patch the MailCmdHandler to check if a HELO was provided.. So HELO should be provided as first command.. this is wrote down in the RFC. So before accept MAIL FROM the HELO must provided.. Comments are welcome bye Norman

Patch i send to list

2006-02-19 Thread Norman Maurer
Hi, just a quick question.. You guys see the patch i send to the list for check for helo beofre accept Mailfrom ? I just aks cause i get no error but not see a mail in the mailinglist.. bye - To unsubscribe, e-mail: [EMAIL

Replace whole email or add fooder to it

2006-02-19 Thread Norman Maurer
Hi, im try to write a nice mailet for dspam. It works well. But i have one Problem.. dspam also add a signature to the body of an email. How can i add this too? I had a look to the AddFooter mailet but this seems only work with normal email without attachments. Is there a easy way to add such a

Re: Replace whole email or add fooder to it

2006-02-20 Thread Norman Maurer
After testing the comments seems to be old.. AddFooter also work with attachments etc.. bye Am Montag, den 20.02.2006, 08:19 +0100 schrieb Norman Maurer: Hi, im try to write a nice mailet for dspam. It works well. But i have one Problem.. dspam also add a signature to the body of an email

Corrupt emails from Blackberry Server

2006-02-21 Thread Norman Maurer
: 8bit Sensitivity: Normal Importance: Normal To: Herr Norman Maurer [EMAIL PROTECTED] Subject: =?Windows-1252?B?QVc6IFJlOiBXRzogW0FSQ0hJVl0gQW50d29ydDogV0c6IFAzMjI6IEFuZ2Vib3RzZXJn5G56dW5nIGVyZm9yZGVybGljaA==?= From: xxx - BlackBerry xxx Date: Tue, 21 Feb 2006 12:13:08 + GMT Content-Type

Re: Corrupt emails from Blackberry Server

2006-02-21 Thread Norman Maurer
I made it.. Her is the email bofore run in the remotedelivery mailet: Return-Path: null Received: from smtp04.bwc.eu.blackberry.com ([216.9.241.84]) by james.xxx.de (JAMES SMTP Server 2.3-dev) with SMTP ID 130 for [EMAIL PROTECTED]; Wed, 22 Feb 2006 08:25:39 +0100

Re: encoding and ü and ß! - BUG

2006-02-22 Thread Norman Maurer
will probaly kill me or replace the james relay if the problem persist.. Also the problem with blackberry is gone with james 2.2.0.. Im sure its a Problem with james and not qmail. any ideas ? bye Am Mittwoch, den 22.02.2006, 17:46 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: It seems

Re: encoding and ü and ß! - BUG

2006-02-22 Thread Norman Maurer
I forgot to say that the special chars getting broken to ? if they are broken.. This happen only in 2.2.0 bye Am Mittwoch, den 22.02.2006, 18:56 +0100 schrieb Norman Maurer: After downgrade to james 2.2.0 see problem is gone after adding text with AddFooter.. But sometimes i get broken

Re: encoding and ü and ß! - BUG

2006-02-22 Thread Norman Maurer
Thats intressting.. any ideas why i get sometimes broken chars without the mailet ? Maybe also a 8 Bit mime problem ? bye Am Mittwoch, den 22.02.2006, 20:30 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: It seems there is a bug in AddFooter mailet.. if i add the fooder some

Re: encoding and ü and ß! - BUG

2006-02-22 Thread Norman Maurer
I have to let the message send to me again.. After that i will poste it.. Thx i will try the patch :-) bye Am Mittwoch, den 22.02.2006, 21:24 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Thats intressting.. I've submitted a bug in James JIRA so I can apply a possible patch. https

Re: [jira] Assigned: (JAMES-443) AddFooter and Encoding issues

2006-02-22 Thread Norman Maurer
=0.0 required=5.0 Received: from unknown (HELO ?192.168.210.195?) (213.157.14.195) by mail.dasjkh.de with SMTP; 22 Feb 2006 07:11:26 - Subject: =?ISO-8859-1?Q?Erd=F6l?= From: Norman Maurer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1 Date: Wed

Re: [jira] Assigned: (JAMES-443) AddFooter and Encoding issues

2006-02-22 Thread Norman Maurer
Nope it not work: The import org.apache.james.util.io cannot be resolved :-( Am Mittwoch, den 22.02.2006, 21:49 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: This patch only works with 2.3 ? :-( The patch should work with 2.2.0. I'm not sure about the full file: maybe it also

Patch not work : Re: [jira] Assigned: (JAMES-443) AddFooter and Encoding issues

2006-02-22 Thread Norman Maurer
Also with version 2.3.0a1 the patch has no effect.. still broken chars (mlaute) bye Am Mittwoch, den 22.02.2006, 21:49 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: This patch only works with 2.3 ? :-( The patch should work with 2.2.0. I'm not sure about the full file: maybe

Re: [jira] Assigned: (JAMES-443) AddFooter and Encoding issues

2006-02-23 Thread Norman Maurer
Bagnara: Norman Maurer wrote: Nope it not work: The import org.apache.james.util.io cannot be resolved Maybe IOUtils are somewhere else in James 2.2.0 Otherwise you should be able to get IOUtils from james 2.3.0 and backport it to James 2.2.0 (is an utility class). IIRC jakarta

Re: [jira] Assigned: (JAMES-443) AddFooter and Encoding issues

2006-02-23 Thread Norman Maurer
After looking in the chartable fo windows it seems that the 8bit was convertet to 7bit an so the last bit was set to 0 maybe thats a help .. bye Am Donnerstag, den 23.02.2006, 09:22 +0100 schrieb Norman Maurer: Ok i backported it.. Now i have to wait.. But i see some other encoding probs

Re: [jira] Assigned: (JAMES-443) AddFooter and Encoding issues

2006-02-23 Thread Norman Maurer
Can it be a problem running james 2.2.0 wiht java 1.5 ? bye Am Donnerstag, den 23.02.2006, 09:50 +0100 schrieb Stefano Bagnara: Stefano Bagnara wrote: Norman Maurer wrote: After looking in the chartable fo windows it seems that the 8bit was convertet to 7bit an so the last bit was set

Re: [jira] Assigned: (JAMES-443) AddFooter and Encoding issues

2006-02-23 Thread Norman Maurer
Hmm this could be the problem or im wrong: 23/02/06 10:17:03 INFO James.Mailet: AddFooter: System Encoding: ASCII 23/02/06 10:17:03 INFO James.Mailet: AddFooter: Default Java Charset: ANSI_X3.4-1968 Am Donnerstag, den 23.02.2006, 10:14 +0100 schrieb Stefano Bagnara: Norman Maurer wrote

Re: [jira] Assigned: (JAMES-443) AddFooter and Encoding issues

2006-02-23 Thread Norman Maurer
schrieb Norman Maurer: Hmm this could be the problem or im wrong: 23/02/06 10:17:03 INFO James.Mailet: AddFooter: System Encoding: ASCII 23/02/06 10:17:03 INFO James.Mailet: AddFooter: Default Java Charset: ANSI_X3.4-1968 Am Donnerstag, den 23.02.2006, 10:14 +0100 schrieb Stefano Bagnara

Re: generate a copy of an email for each recipient

2006-02-27 Thread Norman Maurer
Forget about it after reading the archive and looking to the LocalDelivery Mailet it was not very hard to do it :-) bye Am Montag, den 27.02.2006, 08:31 +0100 schrieb Norman Maurer: Hi, we using jmaes on a gateway for our Domain which works very well for now. We have 3 domains and use

Re: generate a copy of an email for each recipient

2006-02-28 Thread Norman Maurer
/processor processor name=testProcessor ... .. /processor So the prob must be the SplitMail mailet.. what im doing wrong ? bye Am Montag, den 27.02.2006, 21:14 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: After do some test i realize that its not that easy

Re: generate a copy of an email for each recipient

2006-02-28 Thread Norman Maurer
the message .. So i want add the headers and get the values i need later out of the headers. bye Am Dienstag, den 28.02.2006, 10:49 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Ok just did it but if i set the processor with setstat or with passing it directly in the sendMail

Re: generate a copy of an email for each recipient

2006-02-28 Thread Norman Maurer
of the headers or the attributes. Maybe there is a better way. I need to process the message for each recip cause dspam use one spam db per user.. bye Am Dienstag, den 28.02.2006, 11:15 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: If i use: getMailetContext().sendMail(mail.getSender

Re: generate a copy of an email for each recipient

2006-02-28 Thread Norman Maurer
Ok.. i will post it.. But i t seems to work correct now.. Have to wait until the evening.. bye Am Dienstag, den 28.02.2006, 11:33 +0100 schrieb Stefano Bagnara: If you post your DSPAM mailet I can understand how it works and help you define the best path to your goal. Stefano Norman

Re: Problem with emails send from blackberry

2006-03-01 Thread Norman Maurer
Maybe it helps that the problem is gone when changeing to james 2.2.0 .. If you explain me howto get such infos i can provide the infos.. bye Am Mittwoch, den 01.03.2006, 10:03 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Hi, i wonder if anyone had a chance to have a deeper look

Re: Problem with emails send from blackberry

2006-03-01 Thread Norman Maurer
I just checked it out and will start to drive some tests.. i will give feedback later.. bye Am Mittwoch, den 01.03.2006, 10:37 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Maybe it helps that the problem is gone when changeing to james 2.2.0 .. If you explain me howto get

Re: Use own classes

2006-03-01 Thread Norman Maurer
Can you explain what you mean with create xinfo ? nad can provide an example ? bye Am Mittwoch, den 01.03.2006, 14:33 +0100 schrieb Stefano Bagnara: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Use own classes

2006-03-01 Thread Norman Maurer
Thx for all your support. :-) Am Mittwoch, den 01.03.2006, 14:57 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Can you explain what you mean with create xinfo ? nad can provide an example ? Look at the James.xinfo located in the same package as James.java (James.class). You

Re: Use own classes

2006-03-01 Thread Norman Maurer
By the way with xinfo and jar in SARV-INF/lib it works :-) bye Am Mittwoch, den 01.03.2006, 15:06 +0100 schrieb Norman Maurer: Thx for all your support. :-) Am Mittwoch, den 01.03.2006, 14:57 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Can you explain what you mean with create

Re: [jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-03-02 Thread Norman Maurer
Hmm i tried it but it now work.. has to do some changes to get it compile. I also add a few log() calls but i can not find the logs anyway ? I thought this logs will be shown in the mailet logs.. create a patch of what i changed and attach it here.. I also use a own table named DOMAIN with the

Re: [jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-03-02 Thread Norman Maurer
you mean change it to: ServiceManager componentManager = (ServiceManager) compMgr; ? Am Donnerstag, den 02.03.2006, 21:35 +0100 schrieb Stefano Bagnara: ServiceManager - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-03-02 Thread Norman Maurer
that was what i tested .. and i also tried to use getLogger.error() but now logs in james-.log and it also not work. With james-2.2.0 i manually merge the patch and it work . bye Am Donnerstag, den 02.03.2006, 22:04 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: you mean change

Re: [jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-03-02 Thread Norman Maurer
You guys are right.. its ugly code but it works.. so its better then nothing ;-) bye Am Donnerstag, den 02.03.2006, 22:18 +0100 schrieb Pierre Smits: On 3/2/06, Stefano Bagnara [EMAIL PROTECTED] wrote: Pierre Smits wrote: Norman, It does not work with the latest trunk. I have

Re: [jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-03-02 Thread Norman Maurer
It builds .. it starts.. No exeptions .. It only not accept emails for domains which are not specified in the config.xml but specified in the table. bye Am Donnerstag, den 02.03.2006, 22:19 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: that was what i tested .. and i also tried to use

Re: [jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-03-02 Thread Norman Maurer
It says relaying denied.. But i think i found the problem.. The problem appears when also some servernames are configured in the config.xml + using the sql table. Can someone repruduce the ? Am Donnerstag, den 02.03.2006, 22:33 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: It builds

Re: [jira] Commented: (JAMES-426) Make james use virtual user table domains for servernames

2006-03-02 Thread Norman Maurer
{ domainTable = (String) serverConf.getAttribute(domainTable); } catch (Exception e) { domainTable = ; } bye Am Freitag, den 03.03.2006, 07:01 +0100 schrieb Norman Maurer: It says relaying denied.. But i think i found the problem.. The problem appears

Any Plans for alpha2 release ?

2006-03-03 Thread Norman Maurer
Hi, there any plans when a2 will be released ? bye - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

howto resend all mail from deadletter table?

2006-03-04 Thread Norman Maurer
Hi, i had an configure error.. howto resend all email from deadletter table ? bye - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Contribute virusscanner mailets

2006-03-04 Thread Norman Maurer
Hi, someone intressted in some mailets for james for fprot, fsecure,mcaffe,trendmicro ? If anyone is intressted i would send it to you guys for checking it and add to james. bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Best way to read config values from config.xml

2006-03-05 Thread Norman Maurer
Hi, i wrote a patch for the HELO command Handler to check if the HELO is resolvable. It works great but i want to be ble to config if that should be checked. So it could be integrated without a problem. Whats the best place to do that? whould be great if someone can give me some help.. bye

Re: Best way to read config values from config.xml

2006-03-05 Thread Norman Maurer
or DNSRBLHandler as an example: these are for connect and message handlers but the configuration behaviour is the same for the command handlers too. Stefano Norman Maurer wrote: Hi, i wrote a patch for the HELO command Handler to check if the HELO is resolvable. It works great but i want

Fprot and Fsecure mailets

2006-03-07 Thread Norman Maurer
Hi, anyone had time to test my two provides mailets ? bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

javadocs for james 2.3.x

2006-03-08 Thread Norman Maurer
Hi, there are any javadocs for james 2.3.x online ? The one linked on james website seems to be james.2.2.0 bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: james SMTP authentication enforcement

2006-03-09 Thread Norman Maurer
It would not make any sence if the whould not accept the email.. Am Donnerstag, den 09.03.2006, 14:45 -0800 schrieb Ken Lin: Stefano: Great to hear from your experience. It sounds a lot of effort to become a committer. Here is the open relay testing site that I used:

mailet thats splits email

2006-03-09 Thread Norman Maurer
: * brbr * lt;mailet match=All class=SplitEmailgt; * lt;processorgt;senderlt;/processorgt; * lt;/mailetgt; * brbr * @author Norman Maurer [EMAIL PROTECTED] */ public class SplitEmail extends GenericMailet { protected String domain = null; protected String user

Re: mailet thats splits email

2006-03-10 Thread Norman Maurer
Which log ? I found no erros in log. I looked in mailet log. bye Am Freitag, den 10.03.2006, 15:39 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: i wrote a mailet thats split the email in single emails per recipient. But sometimes i get this error for example: We were unable

Re: mailet thats splits email

2006-03-10 Thread Norman Maurer
Ok i see a NullPointer exception in the spool log. The NullPointer is thrown when do : String sender = mail.getSender().toString().toLowerCase(); how can that throw a nullpointer ? bye Am Freitag, den 10.03.2006, 15:39 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: i wrote a mailet

Re: mailet thats splits email

2006-03-10 Thread Norman Maurer
thx for the help :-) Am Freitag, den 10.03.2006, 16:28 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Ok i see a NullPointer exception in the spool log. The NullPointer is thrown when do : String sender = mail.getSender().toString().toLowerCase(); how can that throw

Re: The Recent HELO/EHLO and MAIL Fix

2006-03-11 Thread Norman Maurer
Stefona fix this scenario if im not wrong.. bye Am Freitag, den 10.03.2006, 15:20 -0800 schrieb Steve Short: FYI The recent fix to check for EHLO before MAIL breaks when you send multiple MAILs in one SMTP session. Steve signature.asc Description: Dies ist ein digital signierter

Re: Long Running Test

2006-03-12 Thread Norman Maurer
A good tool for benchmark mailservers is postal: http://freshmeat.net/projects/postal/ Maybe this will help all these peolpe which are intressted in thorughput etc. Am Sonntag, den 12.03.2006, 17:13 +0100 schrieb Stefano Bagnara: Bernd Fondermann wrote: Hi, Finally, I managed to run the

Re: sendmail interface for JAMES

2006-03-12 Thread Norman Maurer
Thats sound like a good idea.. But i think it should be written an java like james is.. It is nicer to have a project just use on programm language then use 2 or more.. But if you want to do this perl is a good choice to .. i think. bye Am Sonntag, den 12.03.2006, 13:58 -0500 schrieb Noel J.

Greylisting

2006-03-12 Thread Norman Maurer
hi guys, we using james now about 1 month and it seems to be a very intressting project. Anyone has start to write greylisting support ? If not is anyone intressted? Maybe i can start writting Handler to support it. It should be placed in front of DNSRBLHandler ... Thx for feedback.

Re: Greylisting

2006-03-13 Thread Norman Maurer
Yes but me boss ask for greylisting ;-) bye Am Montag, den 13.03.2006, 00:47 -0800 schrieb Ken Lin: For filtering spams, have you tried the james mailet for spamassassin? http://wiki.apache.org/james/SpamBlocking?highlight=%28spam%29 Ken Norman Maurer [EMAIL PROTECTED] wrote

Re: Greylisting

2006-03-13 Thread Norman Maurer
Maybe i should say that im not a big fan off greylisting. But some people really like it and it has a big success rate. Am Montag, den 13.03.2006, 09:53 +0100 schrieb Norman Maurer: Yes but me boss ask for greylisting ;-) bye Am Montag, den 13.03.2006, 00:47 -0800 schrieb Ken Lin

irc channel

2006-03-13 Thread Norman Maurer
Hi, is there any official irc channel for james users and developers ? IF not why not ? bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

SQL querys in smtp

2006-03-14 Thread Norman Maurer
Hi guys, im looking in writting a greylist Handler but i cant figure out how to do sql commands in smtphander chain. The main problem i have is that i don't know how to modify the next few lines to get them work in smtp: ServiceManager componentManager = (ServiceManager)

Re: SQL querys in smtp

2006-03-15 Thread Norman Maurer
this dependency declaration to the SMTPServer, too. Stefano Norman Maurer wrote: Hi guys, im looking in writting a greylist Handler but i cant figure out how to do sql commands in smtphander chain. The main problem i have is that i don't know how to modify the next few lines to get them work

LDAP Support for SMTP-Auth

2006-03-15 Thread Norman Maurer
Hi, has anyone looking in write some ldap support for james to use for smtp auth etc ? bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: James - multiple domains

2006-03-15 Thread Norman Maurer
just have a look here: http://james.apache.org/FAQ.html#7 Am Mittwoch, den 15.03.2006, 10:16 + schrieb Michael Macaulay: The James mail server is working but only for one domain. Is it possible to serve multiple domains and if so, how? I have done a search on the Internet but not able

Re: SQL querys in smtp

2006-03-15 Thread Norman Maurer
I will have a look at this later. Thx for all your help in the past. bye Am Mittwoch, den 15.03.2006, 12:04 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Hm, I wonder if that should be made and which problems can be caused by that. This is the correct way. You need a service

Re: LDAP Support for SMTP-Auth

2006-03-15 Thread Norman Maurer
Thx for the tip :-) will have a look . bye Am Mittwoch, den 15.03.2006, 12:07 +0100 schrieb Stefano Bagnara: UsersLDAPRepository. signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: LDAP Support for SMTP-Auth

2006-03-15 Thread Norman Maurer
Anyone has a schema for this to use with ldap ? bye Am Mittwoch, den 15.03.2006, 12:09 +0100 schrieb Norman Maurer: Thx for the tip :-) will have a look . bye Am Mittwoch, den 15.03.2006, 12:07 +0100 schrieb Stefano Bagnara: UsersLDAPRepository. signature.asc Description: Dies ist

Current James Development and Contribution

2006-03-20 Thread Norman Maurer
Hi guys, after using james for about 2 Month im really happy with it.. There are a few bugs and features which should be fixed and added but this will hopefully happen someday ;-) I wonder how many commiters are on the james project cause i only see one. This is maybe why it takes such long to

Re: [jira] Updated: (JAMES-454) fsecure mailet

2006-03-21 Thread Norman Maurer
Never test it with windows.. Bi could test it if you want.. bye Am Dienstag, den 21.03.2006, 11:24 +0100 schrieb Stefano Bagnara: Does this mailet work with both Windows and Linux? Stefano Norman Maurer (JIRA) wrote: [ http://issues.apache.org/jira/browse/JAMES-454?page=all

Re: Current James Development and Contribution

2006-03-21 Thread Norman Maurer
Am Dienstag, den 21.03.2006, 11:22 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: I wonder how many commiters are on the james project cause i only see one. This is maybe why it takes such long to get bugfixes and changes to svn? Is there really only one ? And if it is so

Re: DISCLAIMER about changes to MimeMessageWrapper (Was: svn commit: r385090)

2006-03-22 Thread Norman Maurer
Hi, any update on this ? Or will you send a email to the mailinglist when the work is done ? bye Am Samstag, den 11.03.2006, 16:55 +0100 schrieb Stefano Bagnara: Please note that I wrote simple tests for this change but I still have not tested this version in real use cases. This patch

MailStoreRepository

2006-03-22 Thread Norman Maurer
Hi Guys, i just start to port the Maildir support from contribution of alex to the current trunk.. I just wonder how the user is passed the Store.. I don't understand it. Anyone can explain it a bit more. I had a look to the MboxRepository but its still not clear for me. thx signature.asc

Re: MailStoreRepository

2006-03-22 Thread Norman Maurer
with the same name of the users that will read that repository. the method getUserInbox retrieve the correct repository given the username. Look at the assembly.xml to understand the dependencies between components. Stefano Norman Maurer wrote: Hi Guys, i just start to port

maildir support and needed jar

2006-03-23 Thread Norman Maurer
Hi, just one question you said that you can'T include gpl stuff. So whats the best way to add features that need gpl jars ? Like its done with the java mail jar ? Or is there a better option.. bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: maildir support and needed jar

2006-03-23 Thread Norman Maurer
Hm, any example for such thinks? Maybe some code where i can have a look how this was did ? bye Am Donnerstag, den 23.03.2006, 14:26 +0100 schrieb Stefano Bagnara: r interface only and the binding to maildir is only in configuration files: then you should add documentation to let the users

Re: maildir support and needed jar

2006-03-23 Thread Norman Maurer
Thats the main problem.. it not build without the jar :-( I have the imports of the maildir things in it and don't know or understand howto get rid of them.. bye Am Donnerstag, den 23.03.2006, 15:27 +0100 schrieb Stefano Bagnara: Norman Maurer wrote: Hm, any example for such thinks? Maybe

Re: [jira] Commented: (JAMES-461) Maildir support

2006-03-23 Thread Norman Maurer
Sorry.. I meant the javamaildir import .. To long on work today ;-) The second think problem you notice is something i not notice before. But i will have a look again. Maybe i found a workaround. If you have a idea fell free to post it ;-) bye Am Donnerstag, den 23.03.2006, 15:15 + schrieb

Re: [jira] Commented: (JAMES-461) Maildir support

2006-03-24 Thread Norman Maurer
23.03.2006, 17:32 + schrieb Norman Maurer (JIRA): [ http://issues.apache.org/jira/browse/JAMES-461?page=comments#action_12371593 ] Norman Maurer commented on JAMES-461: - Not yet.. But maybe someone else.. How you solve the problem

Re: [jira] Commented: (JAMES-461) Maildir support

2006-03-24 Thread Norman Maurer
Hm.. now i understand.. But still no idea how to solve this issue.. Maybe workaround for this is to use a method like in Mbox.. So just generate a MD5 for each message and use this as unique key. you see any probs with that ? bye Am Freitag, den 24.03.2006, 11:58 +0100 schrieb Stefano

Re: [jira] Commented: (JAMES-461) Maildir support

2006-03-24 Thread Norman Maurer
Hmm, thats not so easy to programm :-( Maybe someone with better skillz then me can do it .. bye Am Freitag, den 24.03.2006, 13:03 +0100 schrieb Stefano Bagnara: in the store the first time and update the same object the following calls. - concurrent operations (multiple concurrent

Re: [jira] Commented: (JAMES-461) Maildir support

2006-03-25 Thread Norman Maurer
Stefano Bagnara: Norman Maurer wrote: Hm.. now i understand.. But still no idea how to solve this issue.. Maybe workaround for this is to use a method like in Mbox.. So just generate a MD5 for each message and use this as unique key. you see any probs with that ? There are big

Re: [jira] Commented: (JAMES-461) Maildir support

2006-03-26 Thread Norman Maurer
Am Sonntag, den 26.03.2006, 17:21 +0200 schrieb Stefano Bagnara: Norman Maurer wrote: Just one quick question for add this features.. you said: that multiple calls to store(Mail) using the same mail will create a new object in the store the first time and update the same object

Junit test

2006-03-26 Thread Norman Maurer
Hi guys, whats that junit tests ? and how the work ? Im just intressted howto use them and add tests for new features i wrote... bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Junit test

2006-03-26 Thread Norman Maurer
Not sure if its a needed info but im using eclipse as ide.. Am Sonntag, den 26.03.2006, 17:56 +0200 schrieb Norman Maurer: Hi guys, whats that junit tests ? and how the work ? Im just intressted howto use them and add tests for new features i wrote... bye signature.asc Description

Re: [jira] Updated: (JAMES-451) Check for valid domain in HELO

2006-03-26 Thread Norman Maurer
this to the HeloCmdHandler.. So i need to create an own witch extends the one which is used now.. Or there are any other solutions ? bye Am Sonntag, den 26.03.2006, 19:22 +0100 schrieb Norman Maurer (JIRA): [ http://issues.apache.org/jira/browse/JAMES-451?page=all ] Norman Maurer updated JAMES-451

Re: [jira] Updated: (JAMES-451) Check for valid domain in HELO

2006-03-29 Thread Norman Maurer
Thx , great idea. Will do it soon and commit the patch. bye Am Mittwoch, den 29.03.2006, 13:36 +0200 schrieb Stefano Bagnara: Norman Maurer wrote: Just start to write a junit test for this,, Now i notice a problem .. The method helo(InetAddress) in SMTPProtocol needs a InetAddress but i

Re: [jira] Updated: (JAMES-451) Check for valid domain in HELO

2006-03-29 Thread Norman Maurer
it the the smtp config and not the HeloCmdHandler. Do i have to create a new Configuration instance for that ? The Rest of the junit test works :-) Its a really nice tool. bye Am Mittwoch, den 29.03.2006, 13:41 +0200 schrieb Norman Maurer: Thx , great idea. Will do it soon and commit the patch. bye Am

Re: [jira] Updated: (JAMES-451) Check for valid domain in HELO

2006-03-29 Thread Norman Maurer
Yes it was working. i Submited a new patch o jira with the a fixed version and config.xml updates. I testet it. I only can not get it to work in the junit test class... bye Am Mittwoch, den 29.03.2006, 19:55 +0200 schrieb Stefano Bagnara: Norman Maurer wrote: Hi, just one question

Imap support

2006-03-30 Thread Norman Maurer
Hi guys what about imap support has the coding complete stopped on this feature ? bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: [jira] Resolved: (JAMES-451) Check for valid domain in HELO

2006-03-30 Thread Norman Maurer
: JAMES-451 URL: http://issues.apache.org/jira/browse/JAMES-451 Project: James Type: Wish Components: SMTPServer Reporter: Norman Maurer Assignee: Stefano Bagnara Fix For: 2.3.0a2 Attachments: ehlo-junit.patch, ehlo.patch, helo-v2-junit.patch, helo

Re: [jira] Resolved: (JAMES-451) Check for valid domain in HELO

2006-03-30 Thread Norman Maurer
Its the same.. i did it a bit diffrent but its the same bugfix. I also get an Array of Configuration and use a for loop to check the command attribute to be HELO or EHLO. bye Am Donnerstag, den 30.03.2006, 17:58 +0200 schrieb Stefano Bagnara: Norman Maurer wrote: Hehe ok.. so my fix

RE: svn commit: r390122 - in /james/server/trunk/src: java/org/apache/james/smtpserver/EhloCmdHandler.java test/org/apache/james/smtpserver/SMTPServerTest.java test/org/apache/james/smtpserver/SMTPTes

2006-03-30 Thread Norman Maurer
Yeah, that sounds right.. we should change it to EHLO and HELO and also log the provided HELO or HELO which could nt be resolved.. I think Stefano can do this quick.. OR should i post a patch ? bye Am Donnerstag, den 30.03.2006, 11:03 -0500 schrieb Noel J. Bergman: +

RE: svn commit: r390122 - in /james/server/trunk/src: java/org/apache/james/smtpserver/EhloCmdHandler.java test/org/apache/james/smtpserver/SMTPServerTest.java test/org/apache/james/smtpserver/SMTPTes

2006-03-30 Thread Norman Maurer
Correct the resonseString and log also the EHLO or HELO which could not resolved. Add the patches to : http://issues.apache.org/jira/browse/JAMES-451 bye Am Donnerstag, den 30.03.2006, 11:03 -0500 schrieb Noel J. Bergman: +responseString = 501 Ehlo can not resolved;

  1   2   3   4   5   6   7   8   9   10   >