I'm on SUSE and have been able to setup saslauthd and verified that is working.
I've also setup the transport_maps via LDAP (as per your WiKi) and verified it's working.
The problem I have is relaying messages to scalix on smtp:[my_host]:10025 ...it starts looping and then bounced back with message too many hops.
Anyway, what I'm trying to understand how you handle the mails for scalix. I'm guessing you have those defined as relay domains, otherwise I'm getting Relaying denied. If I add those to relay domains then I get too many hops error. I've tried mailbox_transport instead but I get same looping.
Other issue:
Also here is what I don't understand: In scalix my primary domain is domain1.com, however I have many users that have alias to domain2.com
Now: when I send mail to
myscalix@domain2.com when postfix is passing the message through the transport the mail is expanded to
myscalix@myhost.domain1.com and this kills me.
Long story short, I'm missing something here but not sure what.