Page 1 of 1

Distribution list for customers.

Posted: Fri Oct 20, 2006 6:19 pm
by init3
I have a customer base that I would like to send emails to, such as newsletters and alerts. What I would like to achieve is to send an email to an email address like alerts@domains.com or customers@domain.com and have it forwarded to a distribution list that I specify. Keep in mind that these email addresses are not on the Scalix server but are external customer addresses.

Regards

Posted: Thu Nov 30, 2006 12:45 pm
by init3
Anyone?

Posted: Fri Dec 01, 2006 1:05 pm
by pete
You could create a PDL with these addresses - it took me some time to find the syntax, but it would be something like


omaddpdl -l 'Dist List/OU1=mailnode/IA=distlist@blahblah'
omaddpldn -x -l 'Dist List' -n '/internet (RFC822|external.user@wherever)'

The -x is needed to avoid directory lookup.

Works for me - YMMV

/Pete