Posts

Showing posts from August, 2017

How to create auto Bcc for Recipient mails for Zimbra 8.6

Image
Introduction Managing email systems efficiently is crucial for organizations of all sizes. Zimbra , a popular email platform, provides robust features to streamline communication and enhance productivity. Among its functionalities, setting up an automatic blind carbon copy (auto Bcc) for recipient mails is a valuable tool for administrators. This feature ensures better email oversight, compliance with company policies, and seamless record-keeping. In this guide, we delve into how to create auto Bcc for recipient mails for Zimbra, exploring step-by-step instructions, practical examples, and best practices. Why Use Auto Bcc in Zimbra? Auto Bcc functionality allows email administrators to: Enhance Oversight : Automatically archive all email correspondence for transparency. Ensure Compliance : Adhere to regulatory requirements by keeping records of sent and received emails. Improve Monitoring : Monitor employee communication for quality assurance. Simplify Record-Keeping : Maintain a backu...

How to add spam filters on zimbra 8.6

Image
Introduction Spam emails are a constant nuisance, cluttering inboxes and posing security risks. Zimbra 8.6 provides robust tools to combat spam effectively. In this guide, we'll walk you through the process of adding spam filters to Zimbra 8.6, covering everything from basic setup to advanced configurations. Links to below you maybe likes: zimbra custom spamassassin rules How to create auto Bcc for Recipient mails for Zimbra 8.6 How to add spam filters on zimbra 8.6 How to create auto Bcc for sender mails for Zimbra 8.6 list accounts that has not logged in for the last x days in zimbra Setting Up Basic Spam Filters Checking Current Settings Before adding new spam filters, it’s essential to check the current spam filter settings. You can do this by logging in as the Zimbra user and running the following command: su - zimbra zmprov gacf | grep zimbraMtaRestriction Adding Spam Filters To add spam filters in Zimbra 8.6, use the zmprov command to update the zimbraMtaRestriction ...

How to create auto Bcc for sender mails for Zimbra 8.6

Image
How to auto copy of all email from bcc_huupv@mail.huuphan.local to huupv@mail.huuphan.local. Every email send from bcc_huupv@mail.huuphan.local to email another, then automation bcc to huupv@mail.huuphan.local. How to create auto Bcc for Recipient mails for Zimbra 8.6 To check "Sender BCC Maps" sender_bcc_maps on your zimbra 8.6 $ postconf | egrep "sender_bcc_maps" The output as below sender_bcc_maps = To configure sender bbc maps on zimbra 8.6 # su - zimbra $ cd /opt/zimbra/postfix/conf/ To create sender_bcc $ vim sender_bcc Input the content as below bcc_huupv@mail.huuphan.local huupv@mail.huuphan.local To add sender_bcc_maps in main.cf file $ vim /opt/zimbra/postfix/conf/main.cf To add the following line in below sender_bcc_maps = lmdb:/opt/zimbra/postfix/conf/sender_bcc To apply configure sender_bcc_maps $ postmap /opt/zimbra/postfix/conf/sender_bcc To restart the zimbra postfix $ postfix reload To check "Sender BCC Maps" sender_bc...

zimbra duplicate emails issue Resolving

Introduction Duplicate emails in Zimbra can be a frustrating problem for both administrators and users. When emails with the same Message-ID are not properly handled, they can appear multiple times in the inbox, causing confusion and unnecessary clutter. This guide will walk you through the steps to identify and resolve this issue by enabling and configuring the zimbraMessageIdDedupeCacheSize attribute in your Zimbra server. Understanding Duplicate Email Issues in Zimbra What Causes Duplicate Emails in Zimbra? Zimbra, by default, does not enable the zimbraMessageIdDedupeCacheSize attribute. This attribute is designed to help the server eliminate duplicate emails based on their Message-ID. Without this feature enabled, Zimbra will not check for duplicate Message-IDs, leading to multiple copies of the same email landing in the inbox. This can significantly affect user experience, particularly in environments where email volume is high. How Does the zimbraMessageIdDedupeCacheSize Attri...

zimbra DKIM (DomainKeys identified Mail)

Image
zimbra DKIM (Domainkeys identified Mail) include: Private-key insert header of email sending mail server. Public-key updated into DNS public. Links to below you maybe likes: zimbra custom spamassassin rules How to create auto Bcc for Recipient mails for Zimbra 8.6 How to add spam filters on zimbra 8.6 How to create auto Bcc for sender mails for Zimbra 8.6 list accounts that has not logged in for the last x days in zimbra Step 1: To configure zimbra DKIM To add DKIM data into domain not existing DKIM /opt/zimbra/libexec/zmdkimkeyutil -a -d huuphan.com The output as bellow DKIM Data added to LDAP for domain huuphan.com with selector 0E9F133A-9577-11E1-AD0E-2A2FBBAC6BCB  Public key to enter into DNS:  0E9F133A-9577-11E1-AD0E-2A2FBBAC6BCB._domainkey IN TXT "v=DKIM1;=rsa;  p=MIGfMA0GCXXXSSFWwfdfdfEEAA4GNADCBiQKBgQDY5CBg15nZ2vYnRmrNub6Jn6ghQ2DXQbQgOJ/E5IGziUYEuE2OnxkBm1h3jived21uHjpNy0naOZjLj0xLyyjclVy1chrhSbsGAhe8HLXUsdXyfRvNTq8NWLsUnMEsoomtJCJ  /4...

Mastering Zimbra: How to Use zmprov command create account attributes in zimbra

Image
Introduction Learn how to use the zmprov command in Zimbra to create new email accounts efficiently. This guide simplifies the process for administrators, ensuring smooth and effective email management for your business. In today's corporate environment, managing an email system effectively is crucial for smooth and efficient communication. Zimbra, one of the popular email and collaboration platforms, offers a variety of powerful tools for managing and maintaining an email system. This article focuses on the zmprov command in Zimbra, particularly how to use this command to create new email accounts. By mastering these commands, administrators can optimize the management process and improve the performance of the company's email system. How to zmprov command create account attributes in zimbra. zmprov command creating accounts, aliases, domain, cos, distribute lists and calendar resources. Links to below you maybe likes: zimbra custom spamassassin rules How to create auto Bcc...