From 53346fd0ae08cf27a472c8cdc1fa7a67fb19e2f1 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 4 May 2009 13:18:24 +0000 Subject: Add Michelle's problem "several catchalls to one user cannot be distinguished" as a TODO item. svn path=/branches/BRANCH_6-3/; revision=5275 --- TODO.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 3edc6e2a..f19703a9 100644 --- a/TODO.txt +++ b/TODO.txt @@ -114,6 +114,24 @@ questionable: - allow forcing RETR (RETR vs. TOP, fetchmail-users, drbob 2008-01-11) - use SASL? - make logfile more useful (redirect not only in daemon mode) +- for virtual mapping, we don't currently support local user aliases or + regexp matching with replacement. This would be useful for hosting + several virtual domains in one multidrop mailbox, as in + qmail/courier's: + + @one.example:bob-one + @two.example:bob-two + + Result: + some@one.example maps to bob-one-some@serverdomain + another@two.example maps to bob-two-example@serverdomain + + we can strip the bob-*, but but we don't support domain catchalls + here, and we cannot currently delegate or rewrite the remaining + one-* or two-* users in a useful way. All local parts of the upstream + domains must be known and mapped in the configuration file. + (See fetchmail-users, Michelle Konzack, 2009-05-03, "4 multidrop but one + destination server" and followup) DOCUMENTATION: - Add info whether Keywords are global, server or user keywords -- cgit v1.2.3