diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 13:18:24 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 13:18:24 +0000 |
commit | 53346fd0ae08cf27a472c8cdc1fa7a67fb19e2f1 (patch) | |
tree | 12e969a7eea26c4f5cc6fdca6518a433d85c8ec3 | |
parent | 057e7db6f82dc7f2f1d96ed9d1635211b50dec99 (diff) | |
download | fetchmail-53346fd0ae08cf27a472c8cdc1fa7a67fb19e2f1.tar.gz fetchmail-53346fd0ae08cf27a472c8cdc1fa7a67fb19e2f1.tar.bz2 fetchmail-53346fd0ae08cf27a472c8cdc1fa7a67fb19e2f1.zip |
Add Michelle's problem "several catchalls to one user cannot be distinguished" as a TODO item.
svn path=/branches/BRANCH_6-3/; revision=5275
-rw-r--r-- | TODO.txt | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |