King0770-Notes-SpamTitan: Difference between revisions

(Created page with "If you are wanting to use Zimbra and SpamTitan together , this is a suggested configuration to get Zimbra and SpamTitan to work together. *SpamTitan Setup - Step One* -------...")
 
No edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
If you are wanting to use Zimbra and SpamTitan together , this is a suggested configuration to get Zimbra and SpamTitan to work together.
If you are wanting to use Zimbra and SpamTitan together , this is a suggested configuration to get Zimbra and SpamTitan to work together.


*SpamTitan Setup - Step One*
==Important Note==
----------------------------------------
Zimbra Support does not support the <strong>SpamTitan</strong> product. You will need to contact the support team at SpamTitan.
 
===SpamTitan Setup - Step One===
<code><pre>
<code><pre>
Domain: example.com
Domain: example.com
Line 9: Line 11:
</pre></code>
</pre></code>


**SpamTitan Setup - Step Two**
==SpamTitan Setup - Step Two==
-----------------------------------------
<code><pre>
<code><pre>
Recipient Verification: LDAP Recipient Verification
Recipient Verification: LDAP Recipient Verification
Line 21: Line 22:
</pre></code>
</pre></code>


<strong>Note:</strong>If you are unsure of zimbra's zmpostfix password, run the following as the zimbra user from the zimbra-MTA node.
<strong>Note:</strong> If you are unsure of zimbra's zmpostfix password, run the following as the zimbra user from the zimbra-MTA node.
<code><pre>
<code><pre>
zmlocalconfig -s ldap_postfix_password
zmlocalconfig -s ldap_postfix_password
Line 28: Line 29:
</pre></code>
</pre></code>


***RATIONALE***
====RATIONALE====
------------------------
According to SpamTitan Support, SpamTitan product just needs the "zimbraId" result attribute as the ldap query should only return one entry for a valid address, on return one for every valid address.
According to SpamTitan Support, SpamTitan product just needs the "zimbraId" result attribute as the ldap query should only return one entry for a valid address, on return one for every valid address.



Revision as of 21:13, 1 December 2015

If you are wanting to use Zimbra and SpamTitan together , this is a suggested configuration to get Zimbra and SpamTitan to work together.

Important Note

Zimbra Support does not support the SpamTitan product. You will need to contact the support team at SpamTitan.

SpamTitan Setup - Step One

Domain: example.com
Destination Server: <Zimbra IP Address> or <Zimbra Hostname>
Destination Port: 25

SpamTitan Setup - Step Two

Recipient Verification: LDAP Recipient Verification
LDAP Server: <Zimbra IP Address> or <Zimbra Hostname>
LDAP Port: 389
LDAP Search User DN: uid=zmpostfix,cn=appaccts,cn=zimbra
LDAP PASSWORD: ************
LDAP Query Filter: (&(|(zimbraMailDeliveryAddress=%s)(zimbraMailAlias=%s)(zimbraMailCatchAllAddress=%s))(zimbraMailStatus=enabled))
LDAP Result Attribute: zimbraId

Note: If you are unsure of zimbra's zmpostfix password, run the following as the zimbra user from the zimbra-MTA node.

zmlocalconfig -s ldap_postfix_password

ldap_postfix_password = u5k1nfJ6   <<=== Should see something like this

RATIONALE

According to SpamTitan Support, SpamTitan product just needs the "zimbraId" result attribute as the ldap query should only return one entry for a valid address, on return one for every valid address.

Jump to: navigation, search