VMM/maillocation: Code cleanups.
Fixed error introduced with changeset 084300a00ee1.
Config
cfs - configset sect.opt val
cfg - configget sect.opt
ds - domainservices: smtp pop imap sieve???
subcommand for displaying support crypt algorithms.
- Aliases
- avoid looping aliases
- Domain
- optional limits for number of:
+ accounts
+ aliases
+ destinations/alias
+ alias domains
Database:
public.users.passwd: increase to "character varying(264)"
why? len(VirtualMailManager.password.pwhash('1', 'sha512-crypt.hex')) -> 264
if Dovecot >= v2.0.beta6 || changeset >= 11278:2ead7574bb08 and
misc.crypt_sha512_rounds >= 100000000
public.users.digestmd5: add "character varying(48)"
Outlook will love it. (`doveadm pw -s DIGEST-MD5.hex -p 1 -u 0`)