Hello all,
We have a pdl called "support@ourCompany.com". We'd like to create an alias for this one called "client1_support@ourCompany.com". The idea was that now the outside world would see two addresses, but they'd deliver to the same underlying pdl ("support").
I have tried to do this via ommodpdl utility, but I ran into some problems:
Attempt 1:
----------
ommodpdl -o "support" -a "client1_support@ourCompany.com"
ommodpdl : [OM 8013] The name/mailnode contains invalid characters
Attempt 2 (after going through forums):
---------------------------------------
ommodpdl -o "support" -a "IA=client1_support@ourCompany.com"
ommodpdl : [OM 30001] Invalid rule or insufficient data to generate the Common name or Surname.
Attempt 3:
----------
ommodpdl -o "support" -a "/IA=client1_support@ourCompany.com"
ommodpdl : [OM 30001] Invalid rule or insufficient data to generate the Common name or Surname.
Attempt 4 (after reading on omattribs):
---------------------------------------
ommodpdl -o "support" -a "IA-FORMAL=client1_support@ourCompany.com"
ommodpdl : [OM 4634] An attribute tag specified in the name/address is unknown or not allowed.
Attempt 5:
----------
ommodpdl -o "support" -a "/IA-FORMAL=client1_support@ourCompany.com"
ommodpdl : [OM 4634] An attribute tag specified in the name/address is unknown or not allowed.
(Hm... could've swore I saw "IA-FORMAL" attribute in "man omattribs")
Attempt 6:
----------
ommodpdl -o "support" -a "INTERNET-ADDR=client1_support@ourCompany.com"
ommodpdl : [OM 30001] Invalid rule or insufficient data to generate the Common name or Surname.
Attempt 7:
----------
ommodpdl -o "support" -a "/INTERNET-ADDR=client1_support@ourCompany.com"
ommodpdl : [OM 30001] Invalid rule or insufficient data to generate the Common name or Surname.
Any help appreciated.