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 )


[Zope-dev] SMPT Authorization support

2003-12-11 Thread Lennart Regebro
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 )


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 )


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 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 )