Hi all.
I've successfully installed Baruwa on an ubuntu 10.04 lucid. That was not
easy as the documentation does not cover every possibility.

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'


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...

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 ?

Then, i realised that when i create a blaclist rule, the mail is well tagged
as blacklisted, but it is still send to user...

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)")

Thanks by advance for your help...

--
View this message in context: 
http://baruwa-users-list.963389.n3.nabble.com/Many-questions-blacklists-ldap-auth-tp3375500p3375500.html
Sent from the Baruwa users list mailing list archive at Nabble.com.
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to