Hello,
I've set up a test install of MailPiler and it looks pretty nice, however I
am struggling to find documentation or examples for a complex domain setup.
I have to maintain a legacy FQDN for the organization as well as a handful
of other domains/subdomains (both mydomains and virtual domains in
Postfix).
In LDAP, the mail attribute for all users is set to the primary subdomain.
i.e science.example.org
A user may receive email on a handful of other domains such as:
science.exam.ple
physics.example.org
physics.exam.ple
phys.example.org
totally-unrelated-domain.org
and so on..
I can see that the sphinx query explicitly searches my primary domain.
sphinx query: 'SELECT id FROM main1,dailydelta1,delta1 WHERE MATCH('
(@from lunitinXscienceXexampleXorg | @to lunitinXscienceXexampleXorg) ')
ORDER BY `sent` DESC LIMIT 0,1000 OPTION max_matches=1000' in 0.00 s, 28
hits, 28 total found
How do I configure piler so that when the client logs in via LDAP they will
be see the email destined for all of their domains and not just the primary
of science.example.org?
Thanks,
Casey