780 'aliasdomainswitch': cmd('aliasdomainswitch', 'ads', aliasdomain_switch, |
780 'aliasdomainswitch': cmd('aliasdomainswitch', 'ads', aliasdomain_switch, |
781 'fqdn destination', _(u'assign the given alias ' |
781 'fqdn destination', _(u'assign the given alias ' |
782 'domain to an other domain')), |
782 'domain to an other domain')), |
783 # CatchallAlias commands |
783 # CatchallAlias commands |
784 'catchalladd': cmd('catchalladd', 'caa', catchall_add, |
784 'catchalladd': cmd('catchalladd', 'caa', catchall_add, |
785 'domain destination ...', |
785 'fqdn destination ...', |
786 _(u'add one or more catch-all destinations for a ' |
786 _(u'add one or more catch-all destinations for a ' |
787 u'domain')), |
787 u'domain')), |
788 'catchalldelete': cmd('catchalldelete', 'cad', catchall_delete, |
788 'catchalldelete': cmd('catchalldelete', 'cad', catchall_delete, |
789 'domain [destination]', |
789 'fqdn [destination]', |
790 _(u'delete the specified catch-all destination or all ' |
790 _(u'delete the specified catch-all destination or all ' |
791 u'of a domain\'s destinations')), |
791 u'of a domain\'s destinations')), |
792 'catchallinfo': cmd('catchallinfo', 'cai', catchall_info, 'domain', |
792 'catchallinfo': cmd('catchallinfo', 'cai', catchall_info, 'fqdn', |
793 _(u'show the catch-all destination(s) of the specified domain')), |
793 _(u'show the catch-all destination(s) of the specified domain')), |
794 # Domain commands |
794 # Domain commands |
795 'domainadd': cmd('domainadd', 'da', domain_add, 'fqdn [transport]', |
795 'domainadd': cmd('domainadd', 'da', domain_add, 'fqdn [transport]', |
796 _(u'create a new domain')), |
796 _(u'create a new domain')), |
797 'domaindelete': cmd('domaindelete', 'dd', domain_delete, 'fqdn [force]', |
797 'domaindelete': cmd('domaindelete', 'dd', domain_delete, 'fqdn [force]', |