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
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*
==SpamTitan Setup - Step One==
----------------------------------------
----------------------------------------
<code><pre>
<code><pre>
Line 9: Line 9:
</pre></code>
</pre></code>


**SpamTitan Setup - Step Two**
==SpamTitan Setup - Step Two==
-----------------------------------------
-----------------------------------------
<code><pre>
<code><pre>
Line 28: Line 28:
</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 20:56, 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.

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