Add my WIP items to the TODO list v0.6.x
authormartin f. krafft <madduck@madduck.net>
Fri, 13 Apr 2012 22:57:23 +0200
branchv0.6.x
changeset 522 dc66f66c51cf
parent 521 75d1c0d6bb8f
child 523 f494a593c674
Add my WIP items to the TODO list
TODO
--- a/TODO	Fri Apr 13 14:56:29 2012 +0200
+++ b/TODO	Fri Apr 13 22:57:23 2012 +0200
@@ -30,3 +30,13 @@
     - Pascal suggested to use hooks:
       07 23:36 <Faxe> zwei config settings handle_dir in domain und account
       07 23:37 <Faxe> und dann post-{domain,user}add scripte, die den wrapper aufrufen
+
+- relay_domains management [madduck@madduck.net]:
+    - should be in a separate table
+
+- default aliases [madduck@madduck.net]
+    - it should be possible to define a set of default aliases and their
+      destinations for a domain, e.g. postmaster@ and abuse@. For most
+      flexibility, there ought to be a m:n table connecting domains to sets of
+      default aliases. These aliases then get treated like normal aliases
+      unless they are overridden by a real alias.