All Projects → milter-manager → milter-manager

milter-manager / milter-manager

Licence: other
milter manager is a free software to protect you from spam mails and virus mails effectively with milter.

Programming Languages

c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language
Roff
2310 projects
Makefile
30231 projects
shell
77523 projects
M4
1887 projects

Projects that are alternatives of or similar to milter-manager

Mail-Toaster-6
Mail Toaster 6
Stars: ✭ 40 (-4.76%)
Mutual labels:  mta, antivirus, antispam
Docker Mailserver
Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.
Stars: ✭ 8,115 (+19221.43%)
Mutual labels:  antivirus, antispam, mailserver
feed2email
RSS/Atom feed updates in your email
Stars: ✭ 37 (-11.9%)
Mutual labels:  mta
antispam-it
lists to spam a lot of rubbish ... hand-curated to fight spammers harassing poor italian (domain.it) mailboxes #spamrevenge
Stars: ✭ 15 (-64.29%)
Mutual labels:  antispam
Batch-Antivirus
Batch Antivirus, a powerful antivirus suite written in batch with real-time protection and heuristical scanning.
Stars: ✭ 26 (-38.1%)
Mutual labels:  antivirus
Aftermath
A simple anti token-grabber, written in Python.
Stars: ✭ 40 (-4.76%)
Mutual labels:  antivirus
antivirus
Useful plugin that will scan your theme templates for malicious injections. Automatically. Every day. For more blog security.
Stars: ✭ 31 (-26.19%)
Mutual labels:  antivirus
ML-Antivirus
An antivirus powered by machine learning.
Stars: ✭ 32 (-23.81%)
Mutual labels:  antivirus
Defeat-Defender-V1.2
Powerful batch script to dismantle complete windows defender protection and even bypass tamper protection ..Disable Windows-Defender Permanently....Hack windows. POC
Stars: ✭ 885 (+2007.14%)
Mutual labels:  antivirus
django-antispam
Spam protection tools for django applications.
Stars: ✭ 50 (+19.05%)
Mutual labels:  antispam
awesome-mta-sa
List of free/opensource MTA:SA resources.
Stars: ✭ 29 (-30.95%)
Mutual labels:  mta
goodservice
Website that detects headway discrepancy on New York City Subway system using live countdown clocks
Stars: ✭ 26 (-38.1%)
Mutual labels:  mta
JustEvadeBro
JustEvadeBro, a cheat sheet which will aid you through AMSI/AV evasion & bypasses.
Stars: ✭ 63 (+50%)
Mutual labels:  antivirus
window-rat
The purpose of this tool is to test the window10 defender protection and also other antivirus protection.
Stars: ✭ 59 (+40.48%)
Mutual labels:  antivirus
theweekendest
Real-time New York City subway service map
Stars: ✭ 51 (+21.43%)
Mutual labels:  mta
VirusTotalScanner
Scan suspicious applications with over 60 different anti-viruses with a mere two clicks and five seconds!
Stars: ✭ 18 (-57.14%)
Mutual labels:  antivirus
AV-Killer
Antivirus Killer
Stars: ✭ 91 (+116.67%)
Mutual labels:  antivirus
gitavscan
Git Anti-Virus Scan Action - Detect trojans, viruses, malware & other malicious threats.
Stars: ✭ 23 (-45.24%)
Mutual labels:  antivirus
tgGuard
frist antispam and group moderator TeleGram bot with fast speed, high power and low space
Stars: ✭ 22 (-47.62%)
Mutual labels:  antispam
skirnir
Skirnir Email Server
Stars: ✭ 31 (-26.19%)
Mutual labels:  mailserver

milter manager: a milter to use milters effectively.

Site

https://milter-manager.osdn.jp/

License

Use the following rules:

  • Files that describe their license: their license
  • Commands: GPL3(license/gpl.txt)
  • Documents: GFDL(license/fdl.txt)
  • Images: Public Domain
  • Libraries: LGPL3(license/lgpl.txt)

Here is a concrete list:

  • Files that describe their license:
    • milter/core/milter-memory-profile.c: LGPL2+
  • Commands: GPL3
    • src/*
    • tool/*
  • Documents: GFDL
    • README, README.ja
    • doc/*
  • Images: Public Domain
    • doc/.svg, doc/.png, html/.svg, html/.png
  • Libraries: LGPL3
    • others than those above

milter manager

milter manager is a milter to use multiple milters effectively.

If milter manager is introduced, milter manager administrates milters instead of MTA. The has some advantages:

  • reduce milter administration cost
  • combine milters flexibly

See Introduction for more details.

Dependencies

  • MTA that supports milter
    • Sendmail >= 8.13.8
    • Postfix >= 2.3.3
  • GLib >= 2.12.3
  • Ruby >= 1.8.5
  • UN*X OS
    • Linux(Debian GNU/Linux, Ubuntu, CentOS)
    • FreeBSD, NetBSD
    • Solaris

Optional dependencies

Install

See Install

Configuration

See Configuration

Usage

milter-manager command is installed into sbin/ not bin/. In most cases, normal user doesn't include sbin/ in PATH. You will need to use absolute path.

If you don't specify --prefix option for configure script, milter-manager is installed into /usr/local/sbin/. You can run milter-manager like the following:

% /usr/local/sbin/milter-manager --help

Available options are shown if installation is succeeded. See milter-manager for more details.

Tools

milter manager includes some useful tools. They are installed into bin/.

  • milter-test-server: It talks MTA side milter protocol. It can be used for testing a milter without MTA.
  • milter-test-client: It is a milter that just shows received data from MTA. It can be used for confirming what data is sent from MTA.
  • milter-performance-check: It is a SMTP client that measures MTA performance.
  • milter-manager-log-analyzer: It analyzes log of milter-manager and visualizes behavior of milters registered to milter-manager.

Mailing list

There is milter-manager-users-en mailing list. Questions and bug reports are accepted on it. New release announce is also done on the mailing list. If you are using milter manager, it's a good idea that you subscribe the mailling list.

Old: milter-manager-users-en

Source code

The latest source is available from the Git repository:

% git clone https://github.com/milter-manager/milter-manager.git

Thanks

  • OBATA Akio: reported a bug.
  • Павел Гришин: reported bugs.
  • Fumihisa Tonaka:
    • reported bugs.
    • suggested new features.
  • sgyk: reported bugs.
  • Tsuchiya: reported bugs.
  • Syunsuke Komma: reported a bug.
  • Yuto Hayamizu:
    • cleaned test.
    • added useful features for creating milter by Ruby.
  • gorimaru: suggested usage improvements.
  • ZnZ:
    • fixed typos.
    • reported useful advises.
  • Antuan Avdioukhine: suggestions.
  • SATOH Fumiyasu:
    • reported bugs.
    • improved Solaris support.
  • ROSSO: reported a bug.
  • akira yamada:
    • reported a bug.
    • suggested about Debian package.
  • Kenji Shiono:
    • reported bugs.
    • suggested new features.
  • Jordao:
    • reported a bug.
  • Mitsuru Ogino:
    • reported bugs.
  • moto kawasaki:
    • added /etc/rc.conf.local loading support on FreeBSD.

milter-manager packages are distributed via packagecloud.io

Private NPM registry and Maven, RPM, DEB, PyPi and RubyGem Repository · packagecloud

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].