From: Jamie C. <jca...@we...> - 2002-08-28 07:19:48
|
Jørgen Hermanrud Fjeld wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi. > There is a mismatch in acl naming of right to edit and genereate aliases for > the postfix module. > "postfix-lib.pl" uses "genaliases", while "acl_security.pl" uses "aliases". > I'd like to alter genaliases to aliases in postfix-lib.pl > ****Patch for postfix-lib.pl > 361c361 > < $access{'genaliases'} || error($text{'regenerate_ecannot'}); > - --- > >> $access{'aliases'} || error($text{'regenerate_ecannot'}); >> Makes a lot of sense :) I will include it in the next release .. - Jamie |