Hi Mikael On 12 Jan 2013, at 3:58 PM, Mikael Syska wrote:
> Can you direct me in any direction about what's needed to support Postfix? The things i can think of top of my head are the following * queue management code * queue preview code All the above code for exim is found in https://github.com/akissa/baruwa2/tree/master/baruwa/lib/mail Then there is the DKIM stuff, that needs to be extended for postfix That is found here https://github.com/akissa/baruwa2/blob/master/baruwa/tasks/settings.py Apart from that all the stuff exim pulls out of the database postfix should be able to do too. > I'm used to Postfix, and that probably the only reason for now I'm > using it. But if there is any stright forward guide I could just as > well migrate from Postfix to Exim. Exim is a very simple and flexible MTA it should not be a big deal migrating to it. If you setup Baruwa, using the provided sample configuration you will not have to manage anything in the configuration files you can migrate everything into the web interface. > We direct all mail to other SMTP's so this is just a mail gateway, > sending mail to Exchange Servers. All you do it setup the domains and destinations in the interface and you are good to go. > We do some rejecting of unknown users on some domains ... but not as > many as I really want to(stupid Exchange customer) Baruwa 2.0 has built in support for this using exim, you can turn on address verification from within the web interface. -- www.baruwa.org _______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

