In pursuit of the perfect mail system I think it's
important to define what qualities are important.
In services networks like mail, web, DNS, and friends
speed and reliability are the two most important
factors and as long as you are just providing email
to end users as a service, be it at an ISP
On Mon, Apr 09, 2001 at 09:15:55AM -0400, Marc Tardif wrote:
> True, speed of transformation could be an issue for some. On the other
> hand, using regexp would defeat the purpose of LDAP.
Note that I did not say anything about LDAP. I said that a generic mapping
layer might be useful. An LDAP-o
Michael Fair wrote:
>
> > True, speed of transformation could be an issue for some. On the other
> > hand, using regexp would defeat the purpose of LDAP.
> >
> > For example, lets say you have two addresses which map to the same
> > mailbox: [EMAIL PROTECTED] and [EMAIL PROTECTED] (this is practi
> > Well, if you want to do it, then do it right and provide a generic
mapping
> > layer like Postfix has. LDAP is nice and cool, but a simple regexp map
> > would be a _lot_ faster for transforming "[EMAIL PROTECTED]" to either
> > "atif_4unet_net" or "uid=atif, dc=4unet, dc=net, ou=Users, ...".
GOMBAS Gabor wrote:
>
> On Sun, Apr 08, 2001 at 12:56:31PM -0400, Marc Tardif wrote:
>
> > I will be releasing these two patches to the mailing list this
> > week, so stay tuned. Perhaps eventually these patches will find
> > their way into the cyrus code and will save us the trouble of
> > muck
On Sun, Apr 08, 2001 at 12:56:31PM -0400, Marc Tardif wrote:
> I will be releasing these two patches to the mailing list this
> week, so stay tuned. Perhaps eventually these patches will find
> their way into the cyrus code and will save us the trouble of
> mucking around to get LDAP support.
We
Atif Ghaffar wrote:
>
> If I can use "." in mailbox then I can create mailboxes as
> [EMAIL PROTECTED] which is cool so users can authentify as [EMAIL PROTECTED]
> which is more userfriendly than user_domain_tld (I have no idea why).
>
> Now the problem is that I dont know how to route mail to t