Antwort: Re: [suse-domino] Using Notes for User Authentication
"Thomas Schweikle" <[email protected]>
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <OF95F8D6B4.A6CE0028-ONC1256D67.0050B507-C1256D67.0051B9EE@fag.fiducia.de> |
Hi!
>>If you want to support SAMBA via Domino LDAP, have a look at
>>
>> http://www.opennsf.org/
>>
>>there is an ongoing project to provide the schema extentions
>>for Domino's LDAP server.
>
> sounds interesting, but: www.opennfs.org: not found
> is it a typo? The use of Domino as a (universal) LDAP-
> Server is something I am investigating on, and I am
> pleased about every bit of information...
http://www.openntf.org/ would be correct!
--
Thomas
PS: If you are using Notes for internet mail, it might be a good idea, to
make it aware of "Re, AW, Antwort, ..." in the Subject of your mail...
Here is what would do it for the standart mail template:
"In Subject (Field)" - "Default Value":
ReplyPrefixINI := @Environment("MailStReplyPrefix");
ReplyPrefix := @If(ReplyPrefixINI = ""; "Antwort"; ReplyPrefixINI);
Subj := @If(Subject = ""; Topic; Subject);
Repl := @Trim(@Left(Subj; ":"));
Pref := @If(Repl = ""; ReplyPrefix; Repl);
@If(@UpperCase(Repl) = @UpperCase(Pref); Subj; Pref + ": " + Subj)
Now just put what you want to be your prefered prefix into your notes.ini:
$MailStReplyPrefix="Re"
and you are off. No more annoying "Antwort: Re: Antwort: AW: RE:" in front
of your subject lines!
I'll keep hoping, IBM/Lotus making this short script standart in one of
the next releases of Notes R5- and Notes 6- Clients.