Difference between revisions of "HowTos/Barracuda Integration"
(Integrating Scalix with Barracuda SPAM Filter) |
|||
Line 1: | Line 1: | ||
----------------------- | ----------------------- | ||
− | Tested on Barracuda Model | + | Tested on Barracuda Model 300 with firmware 3.5.12.010 (2009-02-13 17:01:46) |
− | + | Create the domain in Barracuda in the normal way, with Domains->Add Domain. Once you're done, your new domain will appear in the list in Barracuda. Click on "Edit LDAP" and enter this information: | |
− | + | LDAP Server: myscalix.mydomain.com (or IP address, either works fine) | |
− | LDAP Server: | + | |
− | + | ||
− | + | ||
− | + | LDAP Port: 389 (change if you're using a non-standard value) | |
+ | |||
+ | Exchange Accelerator/LDAP Verification: Yes | ||
+ | |||
+ | Unify Email Addresses: No (see Barracuda help) | ||
+ | |||
+ | SSL/TLS Mode: No | ||
+ | |||
+ | Require SSL/TLS: No | ||
+ | |||
+ | Bind DN: CN=sxqueryadmin | ||
+ | |||
+ | Bind Password: ********** | ||
+ | |||
+ | LDAP Filter: mail=${recipient_email} | ||
+ | |||
+ | LDAP Search Base: ${defaultNamingContext} | ||
+ | |||
+ | LDAP UID: omcn | ||
+ | |||
+ | LDAP Primary Email Attribute: mail | ||
+ | |||
+ | Canary Email: [leave blank] | ||
+ | |||
+ | Valid Email (for testing): someuser@myscalix.mydomain.com | ||
+ | |||
+ | |||
+ | |||
+ | If you have more than one domain, do this for each one. Make sure you provide a valid email address for the domain in question to test LDAP. When you're finished editing each domain, be sure to do that: press the "Test LDAP" button. You should see, "successful." |
Revision as of 02:57, 27 March 2009
Tested on Barracuda Model 300 with firmware 3.5.12.010 (2009-02-13 17:01:46)
Create the domain in Barracuda in the normal way, with Domains->Add Domain. Once you're done, your new domain will appear in the list in Barracuda. Click on "Edit LDAP" and enter this information:
LDAP Server: myscalix.mydomain.com (or IP address, either works fine)
LDAP Port: 389 (change if you're using a non-standard value)
Exchange Accelerator/LDAP Verification: Yes
Unify Email Addresses: No (see Barracuda help)
SSL/TLS Mode: No
Require SSL/TLS: No
Bind DN: CN=sxqueryadmin
Bind Password: **********
LDAP Filter: mail=${recipient_email}
LDAP Search Base: ${defaultNamingContext}
LDAP UID: omcn
LDAP Primary Email Attribute: mail
Canary Email: [leave blank]
Valid Email (for testing): someuser@myscalix.mydomain.com
If you have more than one domain, do this for each one. Make sure you provide a valid email address for the domain in question to test LDAP. When you're finished editing each domain, be sure to do that: press the "Test LDAP" button. You should see, "successful."