Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Aimil RBL-Overirde-in zimbra
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== RBL Overriding in Zimbra == ''' ''' Issue ''' Customer Reported he is not able to get the mail from the specific standerd domain. ''' Understanding ''' We are using RBLs (such as zen.spamhaus.org) to block spam, the whitelist method in the Wiki does not work. This is because the wiki method is for spamassasin not postfix, Postfix will check incoming messages against the RBL first, and allow/reject accordingly. So if we have a sender listed on a RBL, we need to whitelist them in Postfix. ''' Solution ''' Login As Zimbra User. vim /opt/zimbra/conf/postfix_rbl_override #postfix_rbl_override can be of any name whatever we want to define and entries in the file should be like: 1.2.3.4 OK # for the Ip Addresses live.com OK # for the domain save & exit; Hit the below command to generate the db file of the above file postmap /opt/zimbra/conf/postfix_rbl_override To get it known the significance of the above file by postfix do as below: vim /opt/zimbra/conf/postfix_recipient_restrictions.cf reject_unauth_destination # Add below this line to check the file '''check_client_access hash:/opt/zimbra/conf/postfix_rbl_override''' reject_unlisted_recipient save & exit; To get the whole configuration refleted hit the below command: zmmtaclt resart
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)