# HG changeset patch # User martin f. krafft # Date 1334350643 -7200 # Node ID dc66f66c51cfa835270d64cf19a1b675fe955fac # Parent 75d1c0d6bb8f07d2f8782faffb4bcc2975f864a4 Add my WIP items to the TODO list diff -r 75d1c0d6bb8f -r dc66f66c51cf 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 zwei config settings handle_dir in domain und account 07 23:37 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.