Re: [Zope-dev] SMPT Authorization support

2003-12-18 Thread Lennart Regebro
Done (HEAD only of course). Enjoy.

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SMPT Authorization support

2003-12-15 Thread Lennart Regebro
OK, 2 against 1 for. I won't make anything extra. I'll do the merge today or
tomorrow or something.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SMPT Authorization support

2003-12-14 Thread Marc Lindahl
CHeck http://www.zope.org/Members/bowerymarc - I've had a product for 
this for some time.  Just tested it with 2.6.2, still works (the 2.5 
version).

On Thursday, December 11, 2003, at 03:26  PM, Lennart Regebro wrote:

I just checked in (on regebro-esmpt_support-branch) support for 
setting a
username and password on the mailhost. Very nice and easy fix, and 
lot's of
people want it.

But I realized that what you actually might want is to have different 
login
and password for each user, that is a possibility to pass username +
password to send(). And maybe you want a setting to allow this or not.

Or is this overkill? What do you think?

(This is for all for 2.8, obviously).

//Lennart

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SMPT Authorization support

2003-12-11 Thread Jens Vagelpohl
But I realized that what you actually might want is to have different 
login
and password for each user, that is a possibility to pass username +
password to send(). And maybe you want a setting to allow this or not.

Or is this overkill? What do you think?
IMHO, YAGNI. Besides, a lot of userfolders have encrypted passwords,
including Zope's default.
Correct, complete overkill.

jens



smime.p7s
Description: S/MIME cryptographic signature
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SMPT Authorization support

2003-12-11 Thread Leonardo Rochael Almeida
On Thu, 2003-12-11 at 18:26, Lennart Regebro wrote:
> I just checked in (on regebro-esmpt_support-branch) support for setting a
> username and password on the mailhost. Very nice and easy fix, and lot's of
> people want it.
> 
> But I realized that what you actually might want is to have different login
> and password for each user, that is a possibility to pass username +
> password to send(). And maybe you want a setting to allow this or not.
> 
> Or is this overkill? What do you think?

IMHO, YAGNI. Besides, a lot of userfolders have encrypted passwords,
including Zope's default.

Cheers, Leo

-- 
Ideas don't stay in some minds very long because they don't like
solitary confinement.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SMPT Authorization support

2003-12-11 Thread Barry Pederson
Lennart Regebro wrote:
I just checked in (on regebro-esmpt_support-branch) support for setting a
username and password on the mailhost. Very nice and easy fix, and lot's of
people want it.
But I realized that what you actually might want is to have different login
and password for each user, that is a possibility to pass username +
password to send(). And maybe you want a setting to allow this or not.
Or is this overkill? What do you think?

(This is for all for 2.8, obviously).
Yeah, I think that could be handy - especially where you have zope and your 
smtp-server authenticating off the same source (ldap?).  Then if there was a 
question as to who sent a mail, you'd only have to look in the mail logs, and 
not try and cross-reference them with web logs.

Maybe have it so it uses the userid+password if it's available, or a 
specified id/password when it's an anonymous user.

	Barry

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )