RE: Branch Differences

2005-04-06 Thread Alan Gerhard
> I think this is what Noel intended with his "Merger Branch" > message to the > server-dev list few days ago. > I understood he is already working on the big "merging" work > so we'll have > un updated trunk (head) to work on. > Yes, I realize that ... I am still trying to get a sense of if this

Re: authRequired setting

2005-04-06 Thread apache
> > - I want JAMES to relay mails from my network's private > > IP addresses. > > Fine. Set that subnet as authorized. Done > > - I want JAMES to relay mails for SMTP authenticated users > > from everywhere. > > Turn on authorization. Done > > - I also want JAMES to automatically add an

RE: authRequired setting

2005-04-06 Thread Noel J. Bergman
> - I want JAMES to relay mails from my network's private > IP addresses. Fine. Set that subnet as authorized. > - I want JAMES to relay mails for SMTP authenticated users > from everywhere. Turn on authorization. > - I also want JAMES to automatically add an S/MIME signature > for SMTP

Re: authRequired setting

2005-04-06 Thread apache
> Why? The whole point is to not require it. If we want to > assert to downstream relays that the user was authenticated, > we don't need the SMTP AUTH to do so. Here is my use case: - I want JAMES to relay mails from my network's private IP addresses. - I want JAMES to relay mails for SMTP a

RE: authRequired setting

2005-04-06 Thread Noel J. Bergman
> Would it be better to prompt anyway for SMTP AUTH Why? The whole point is to not require it. If we want to assert to downstream relays that the user was authenticated, we don't need the SMTP AUTH to do so. --- Noel

Re: authRequired setting

2005-04-06 Thread apache
> > Currently a client from an athorised address is not able to get > > authenticated: is it correct by RFC? > > Should be, yes. The server does not prompt for SMTP AUTH if > the address is authorized. Would it be better to prompt anyway for SMTP AUTH (it is not mandatory, but only a capabilit

RE: authRequired setting

2005-04-06 Thread Noel J. Bergman
> Currently a client from an athorised address is not able to > get authenticated: is it correct by RFC? Should be, yes. The server does not prompt for SMTP AUTH if the address is authorized. --- Noel - To unsubscribe,

Re: authRequired setting

2005-04-06 Thread Stefano Bagnara
> I switched on the SMTP authentication. > If I set a wrong password on MS-Outlook upon sending an > email, james complains. > If I turn off the smtp authentication on MS-Outlook, james > accepts the outgoing mail. > It doesn't make much sense ... > I mean, if james is set to require SMTP authen

Re: authRequired setting

2005-04-06 Thread apache
> It should insist upon authentication - unless the email is > addressed to a domain on that server, or the sending machine > is an authorised address. Currently a client from an athorised address is not able to get authenticated: is it correct by RFC? Stefano

RE: authRequired setting

2005-04-06 Thread Daniel Perry
It should insist upon authentication - unless the email is addressed to a domain on that server, or the sending machine is an authorised address. Daniel. > -Original Message- > From: Marcello Marangio [mailto:[EMAIL PROTECTED] > Sent: 06 April 2005 16:40 > To: James users > Subject: authR

authRequired setting

2005-04-06 Thread Marcello Marangio
Hi all. I switched on the SMTP authentication. If I set a wrong password on MS-Outlook upon sending an email, james complains. If I turn off the smtp authentication on MS-Outlook, james accepts the outgoing mail. It doesn't make much sense ... I mean, if james is set to require SMTP authentication

Re: Accesing users repositories from a mailet in James 2.2.0

2005-04-06 Thread Ricardo Cortes
You have to use the ComponentManager to get a hold of the userstore from within a mailet. The API is marked as deprecated but still works. Here is an example: protected String getMemberEmailFromUserStore(String memberName) { String memberEmail = null; if (memberName != null

Branch Differences between 2_1_fcs and trunk

2005-04-06 Thread Stefano Bagnara
> Intentional differences: > > - trunk has a released and updated version of Phoenix, > which meant changes to lifecycle interfaces. Will the new version run under Loom? > - trunk has some experimental changes that won't be kept. What changes will not be kept? I've seen there is a lot o