TODO
branchv0.6.x
changeset 523 f494a593c674
parent 522 dc66f66c51cf
child 524 3ffe4ee3740f
equal deleted inserted replaced
522:dc66f66c51cf 523:f494a593c674
    38     - it should be possible to define a set of default aliases and their
    38     - it should be possible to define a set of default aliases and their
    39       destinations for a domain, e.g. postmaster@ and abuse@. For most
    39       destinations for a domain, e.g. postmaster@ and abuse@. For most
    40       flexibility, there ought to be a m:n table connecting domains to sets of
    40       flexibility, there ought to be a m:n table connecting domains to sets of
    41       default aliases. These aliases then get treated like normal aliases
    41       default aliases. These aliases then get treated like normal aliases
    42       unless they are overridden by a real alias.
    42       unless they are overridden by a real alias.
       
    43 
       
    44 - domain and account notes [madduck@madduck.net]:
       
    45     - I found it useful to keep a free-text "notes" field for accounts and
       
    46       domains, where the admin can store anything s/he wants. This would
       
    47       simply be a new field in the two tables and the appropriate UI changes.