Difference between revisions of "HowTos/Change ErrorManager to PDL"

From Scalix Wiki
Jump to: navigation, search
m (change ErrorManager to be a PDL)
 
m (added naviagtion to top of page)
 
Line 1: Line 1:
 +
[[Scalix Wiki]] -> [[How-Tos]] -> '''Change ErrorManager (omconfenu) to a PDL'''
 +
 
==Change the Error Manager from a user to a Public Distribution List (PDL) / Group==
 
==Change the Error Manager from a user to a Public Distribution List (PDL) / Group==
  

Latest revision as of 15:05, 30 June 2010

Scalix Wiki -> How-Tos -> Change ErrorManager (omconfenu) to a PDL

Change the Error Manager from a user to a Public Distribution List (PDL) / Group

NOTE: Scalix/Xandros does not yet support this, but Florian has filed a bug: https://bugzilla.scalix.com/show_bug.cgi?id=18427

If you ever wanted that Scalix should send Errors/NDRs and so on to a Scalix Group with more than one person involved, this is for you :-)

omconfenu does not allow to specify a pdl.


before:


scalix:~# omshowenu
sxadmin /customername/CN=sxadmin
scalix:~#

scalix:~# omsearch -d USERLIST -t h -s | grep ENU
UL-TYPE=ENU/S=sxadmin/OU1=customername/CN=sxadmin/INTERNET-ADDR="sxadmin" <sxadmin@customer.de>/G=sxadmin
scalix:~#

scalix:~# omshowpdl -l Postmaster
Dist List Name : Postmaster/CN=Postmaster
MailNode : customername
Internet Address : "Postmaster" <postmaster@customer.de>
scalix:~#


then


scalix:~# ommodent -d USERLIST -t h -e "UL-TYPE=ENU" -n 'S=''/CN=Postmaster/INTERNET-ADDR=postmaster@customer.de/G='''
scalix:~#
scalix:~# omsearch -d USERLIST -t h -s | grep ENU
UL-TYPE=ENU/OU1=customername/CN=Postmaster/INTERNET-ADDR=postmaster@customer.de
scalix:~#

scalix:~# omshowenu
/customername/CN=Postmaster
scalix:~#


Note: Your names might be different, but you get the idea.

Thanks to Florian for the hint! :-)