Feeds:
Posts
Comments

Archive for the ‘Exim’ Category

Every good server must have a good antivirus installed. Let’s install ClamAV to our machine. Paths to distributions are provided to the latest versions at the time of writting. If new version releases all you need to do is to change numbers in shell command. SSH to your server Step 1. Installing prerequisites. Clam uses [...]

Read Full Post »

Where is Mailing lists?

Please make sure that mailman is enabled at WHM >> Server Configuration >> Tweak Settings and that account in question has non-zero ?Max Mailing Lists? limit.

Read Full Post »

Introduction: ========= There are a useful PERL script on Exim Wiki that resend emails from a single mailbox file. What it does is read a mailbox file (/home/username/mail/Sent for example) and, from each email inside this file it will resend email to right destinataries according Return-path or Envelope-to headers. In some cases, Exim can give [...]

Read Full Post »

Outgoing email: ========= Turning on system_filter Just check if on exim.conf there should be a line: system_filter = /etc/antivirus.exim So, edit /etc/antivirus.exim. There should be a line on the top of this file: if not first_delivery then finish endif Ingoing email: ========= if $header_to contains “@yourdomain.com” or $header_cc contains “@yourdomain.com” or $header_bcc contains “@yourdomain.com” or [...]

Read Full Post »

Allow SMTP through port 26…

With the ever growing popularity for Broad Band providers these days blocking SMTP connections on port 25 I have a quick and dirty way to allow your clients to still use your SMTP servers to send their mail without having to resort to using their broad band providers SMPT servers. I know recently I have [...]

Read Full Post »

# cd /etc/stunnel [replace 'domain' with your domain] # openssl req -newkey rsa:1024 -keyout mail.domain.com.tmp.pem -nodes -x509 -days 9999 -out mail.domain.com.tmp2.pem # cat mail.domain.com.tmp.pem > mail.domain.com.pem && echo “” >> mail.domain.com.pem && cat mail.domain.com.tmp2.pem >> mail.domain.com.pem vi /etc/stunnel/stunnel.conf # stunnel configuration file # Copyright by Martin Vernooij – 2005 cert = /etc/stunnel/mail.domain.com.pem pid = /var/run/stunnel/stunnel.pid [...]

Read Full Post »

exim conf update: http://help.directadmin.com/item.php?id=51 dovecot update source:http://help.directadmin.com/item.php?id=143 The conversion guide for customapache can be found here: directadmin.com/features.php?id=590 If you’re using custombuild (apache 2.2, php5, etc), then the update procedure is: cd /usr/local/directadmin/custombuild ./build clean ./build update Then edit your options.conf. Set: dovecot=yes save, exit. Type: ./build dovecot then do (if not already applied): patch -p0 [...]

Read Full Post »

First install INET6 libraries (which latest spamassassin will complain about): # yum install INET6 Kill current spamd process: # pkill -9 spamd Go here and get updatescript and follow directions on how to install it: [tools] update.script # cd /usr/local/updatescript # ./update.script UPDATEME then install: # ./update.script SPAMASSASSIN

Read Full Post »

To enable Spamassassin on your server, you need to first need to install it. Once installed a few minor changes are needed in your /etc/exim.conf file. 1) Install spamd and spamc: cd /usr/local/directadmin/scripts ./spam.sh 2) Start the spamd: /usr/bin/spamd -d -c -m 5 3) In order to get exim to use the spamd program, you’ll [...]

Read Full Post »

If you are in the danger of getting your main server IP block by SpamCop or othersĀ  because you had a few anoying spamers abusing your server then you could simply change your exim mailserver IP to avoid the effect of your main IP beeing blacklisted. Below are some simple steps of changing your exim [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.