On 28 Sep 2011, at 11:20 AM, bmaillet wrote: > I've successfully installed Baruwa on an ubuntu 10.04 lucid. That was not > easy as the documentation does not cover every possibility.
Yes, thats correct, you supposed to look at the docs for the other packages too, baruwa documentation can not cover configuring those. > > First, i had to set up exima 4 in satelitte mode for it to work: > dc_eximconfig_configtype='satellite' > dc_other_hostnames='mylocalserver' > dc_local_interfaces='' > dc_readhost='' > dc_relay_domains='FirstDomain.com;SecondDomain.com' > dc_minimaldns='false' > dc_relay_nets='ip_of_DominoServer' > dc_smarthost='ad_hname_of_DominoServer' > CFILEMODE='644' > dc_use_split_config='true' > dc_hide_mailname='false' > dc_mailname_in_oh='true' > dc_localdelivery='maildir_home' Am not familier with exim on debian as they have butchered exim to use their own way of doing things. > > > Is this correct for you ? this is working, but spam emails i want to release > are re-scanned and re-tagged as spam and then blocked again... Please create a rule not to scan messages from 127.0.0.1 or add a whitelist entry for 127.0.0.1 to all, its supposed to be inserted by syncdb but sometimes it does not get inserted. > > then, i had to create a user in baruwa to use these two domains. > > now, spam emails are blocked nut not so many. > So with my domain user, i check every mail to blacklist it or not. > But if i blacklist a mail from "[email protected]", it is only blacklisted > for the user it was send for. > > Is there a possibility to block every spam from "[email protected]" to > anybody ? Yes you can, just leave to to address blank, and only add the from address. > > Then, i realised that when i create a blaclist rule, the mail is well tagged > as blacklisted, but it is still send to user... This is because your mailscanner setting is not set to quarantine. > > LDAP now: > I am trying to authenticate users through ldap (a lotus domino server acting > as mail server and ldap) > Do i need to install django-auth-ldap or is it already installed ? > Then, i imagine i have to activate ldap authentication in > /etc/baruwa/settings.py as this: > AUTHENTICATION_BACKENDS = ( > 'django_auth_ldap.backend.LDAPBackend', > 'baruwa.auth.backends.MailBackend', > 'django.contrib.auth.backends.ModelBackend', > #'baruwa.auth.radius.RadiusAuth', > ) > > AUTH_LDAP_SERVER_URI = "ldap://Local_Domino_Server" > import ldap > from django_auth_ldap.config import LDAPSearch > > AUTH_LDAP_BIND_DN = "" > AUTH_LDAP_BIND_PASSWORD = "" > AUTH_LDAP_USER_SEARCH = LDAPSearch("ou=users,dc=FirstDomain,dc=com", > ldap.SCOPE_SUBTREE, "(uid=%(user)s)") > Thats the gist of it, but of course all depends on the layout of your directory. > Thanks by advance for your help... -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa Keep Baruwa FREE - http://pledgie.com/campaigns/12056

