Skip to main content

Email

Zimbra Ports

Posted in

Here are some posts related to Zimbra mail server's ports and configuration:

Install Zimbra on OpenVZ CentOS

Prepare the VPS

Before we install Zimbra, we must install the follow packages

root@HN# vzctl exec 101 yum install ant sysstat gmp compat-libstdc++-296 compat-libstdc++-33

The above list should be good enough for Zimbra 6. If installing Zimbra 5, then we also have to have:

Virtual Users And Domains With Postfix, Courier And MySQL

The following are a serie on "Virtual Users And Domains With Postfix, Courier And MySQL (CentOS 5.1)" in howtoforge:

Test DNS Blacklist

Posted in

There are a number of tools out there that helps you to test if a domain has been blacklisted. There is a good one:

http://www.blacklistalert.org/

Postfix with TinyCDB on Gentoo

Posted in

If you want to enable cdb support for Postfix on Gentoo, "USE=cdb emerge -v postfix" will always pull in cdb, instead of tinycdb.

Another thing to note is that tinycdb conflicts with cdb.

In order to use tinycdb in place of cdb, you can first emerge tinycdb. This will unmerge cdb for you. So, if you had cdb installed, you must find out whether you have the green light for tinycdb. Run "equery d dev-db/cdb" to check for dependencies.

Setup DCC on Gentoo

Posted in

Install and configure DCC

The current stable version for DCC in Portage is 1.3.55. That's a bit too old. You can check so by doing "emerge -pv dcc".

To get the latst DCC software, goto http://www.rhyolite.com/dcc/, and then read http://www.rhyolite.com/dcc/INSTALL.html.

Now follow My other article Setup DCC to Use Remote Public Servers.

Tuning Postfix and Its Accessories

authdaemond

You can change the number of authdaemond processes in the file /etc/courier/authlib/authdaemonrc:

daemons=2

This line sets the number of authdaemond processes to 2.

saslauthd

To change the number of saslauthd processes, edit the file /etc/conf.d/saslauthd (in Gentoo):

SpamAssassin and ClamAV for Postfix on Gentoo

Install Spamassassin, ClamAV, and Amavisd-new

You can just run emerge on these packages. Note that as of today, the mail-filter/spamassassin in Portage is still version 3.2.1, which is a bit old. If you want the latest, you can find the latest dev version from Gentoo mail-filter category packages page. To install the masked mail-filter/spamassassin-3.2.5, put the following line in /etc/portage/package.keywords:

Implement DomainKeys Identified Mail (DKIM) on Postfix Gentoo

Sendmail libmilter

This is the prerequisite for the DKIM package. Install Sendmail libmilter with poll option:

Add the line below into /etc/portage/package.use

mail-filter/libmilter poll

Now emerge the package

# emerge -v mail-filter/libmilter

Syndicate content