hi all,
i would like to modify the ia generation rule for already existing and new mailnodes so that emailadresses are generated with an underscore between the name parts (x_y@z).
the relevant part of my general.cfg looks as follows:
# You cannot enter a <value> containing an underscore character (_);
# the underscore character is used to represent a space.
#
USRL_AUTO_GEN_SGI_2_CN="G S"
USRL_AUTO_GEN_AUTHID="G_S"
INET_AUTO_GEN_DOMAIN=xyz.de
i'm a bit confused by the comment btw, because the manual installation instruction states that reg. "general.usrl_authid_rule" underscores are valid?
i guessed that although the authid is already set to "G_S", "orniasys.name_part_1" might not have been set (correctly) by me during manual installation.
so i did "sxconfig --set -t orniasys.name_part_1='"C"<G_S>' " which should change or add the rule, but didn't.
so i tried via " ommodiam -m ´*´ -N ´${G}_${S}´ " which gives out "[OM 29061] Orn to Internet Address Mapping does not exist."
what am i doing wrong or missing here?