403-html / spammers-check-exim

Spammers check on servers with exim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpammersCheck

Script to control spammers on your server with exim. In fact it's my first repo with kinda automation thing, so be patient and if you will find any bugs - push Issue or make Pull requests to improve this script and you will be part of sweet contributors team.

Table of Content

Prerequisites

What things you need to install the software and how to install them:

Mailx - package to sending messages

Debian/Ubuntu

apt-get install mailutils

Centos

yum install mailx

CSF - Config Server Firewall Official tutorial from CSF team how to install their soft

Installing and running

Download script from below command or head to releases where you can find even older releases of this script.

wget https://github.com/WhiteLeash/spammers-check-exim/blob/master/script.sh

Before running script change in script your email address and check if exim mainlog is in same place as in your server.

vim script.sh

Then you can run script.

./script.sh

Built With

  • Mailx - Send and receive Internet mail
  • Exim - Message Transfer Agent made by University of Cambridge

Versioning

We use Sequence-based identifiers for versioning.

Current version is 1.1 (ALL versions under 1.1 are under dev and can have issues with working on servers)

Authors

  • Tymoteusz Stępień - Initial work - 403-html

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Spammers check on servers with exim

License:MIT License


Languages

Language:Shell 100.0%