On 04 Jan 2011, at 10:30 AM, Christian Keil wrote: > I'm using postfix and use my aliases provided by : > virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_alias_maps.cf
I think this is due to the way mailscanner works with postfix, as postfix puts the messages in the hold queue then mailscanner scans them and moves them to the delivery queue where the rewriting of the address takes place. The trick to get the address rewritten before mailscanner handles the message could be to use the same logic as the splitting of recipients. http://wiki.mailscanner.info/doku.php?id=documentation:configuration:mta:postfix:how_to:split_mails_per_recipient YMMV as i do not use postfix so this is just a suggestion that you could test/ > > I have to add users via mysql aswell as Domains cause my whole Backend > depends on it. My Users are using Postfix.Admin whenever they create a > Mailbox or a Domain right now their Data gets added into DSPAM's Database. You could use triggers to insert the same data into the baruwa tables when the users create the domains via postfix.Admin > With Baruwa I wanted to give the Users the Ability to see Blacklisted Mails > in their Log/Spam-Quarantine. Yes they will be able to do that. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

