Commit graph

21 commits

Author SHA1 Message Date
biji
7009e559b1 allow custom milter-reject regex 2021-09-01 12:17:11 +07:00
Florent Lévigne
3c4ae839b0 Add missing sorttable.js to the Debian package 2020-10-15 10:10:54 +02:00
Gilles Darold
8a84e2a74d Update copyright year 2020-08-12 09:07:31 +02:00
Gilles Darold
e4abc0868f Update ChangeLog and version to 9.4 2020-08-12 09:00:13 +02:00
Gilles Darold
bf6743ae4b Fix debian build with unsupported format in changelog version. Thanks to loopism for the report. 2019-08-12 15:44:58 +02:00
Gilles Darold
fb9df7310a Update Changelog and version to 9.3. 2019-08-08 08:50:57 +02:00
Gilles Darold
709a398708 Add parsing of SPF/DKIM log entries. Thanks to r-sherwood for the feature request. 2018-06-17 23:47:16 +02:00
Gilles Darold
39bf967922 Added database lookup of virtual domains, so sendmailanalyzer is not
limited to the LOCAL_DOMAIN configuration directive. This is useful
for mailserver which have virtual users and domains in their database
and therefor no static configuration. Here are the new configuration
directives added to the sendmailanalyzer configuration file and their
explanation:

  - VIRTUAL_DOMAIN_DB	DBI:mysql:database=mailserver:host=localhost

Leave this unconfigured if you don't have virtual domains in a database
set up or set the value to a valid Perl DBI DSN (data source name). Here
this is a connection to a MySQL database so it require that Perl module
DBI and DBD::MySQL are installed on your system.

  - VIRTUAL_DOMAIN_DB_USER and VIRTUAL_DOMAIN_DB_PASS

The user and password to use to connect to the database.

  - VIRTUAL_DOMAIN_DB_QUERY	SELECT name FROM virtual_domains

The SQL query to use to retrieve the list of virtual domain that will
be appended to the LOCAL_DOMAIN array. See LOCAL_DOMAIN for more
information.

Thanks to thinksilicon for the patch.
2018-06-17 16:05:08 +02:00
Gilles Darold
6ab535bf8e Update copyright year. 2018-01-28 17:32:36 +01:00
Darold Gilles
316c44a793 Update year in copyright. 2017-01-22 13:10:09 +01:00
Darold Gilles
e12d37fbe5 Update ChangeLog and version to 9.2 2016-01-17 17:02:56 +01:00
Darold Gilles
6ef7684d24 Update copyrights. 2016-01-17 16:50:55 +01:00
Darold Gilles
0a09246157 Replace wrong output directory from /usr/lib/sendmailanalyzer to /varr/lib/sendmailanalyzer. 2015-06-16 14:34:03 +02:00
Darold Gilles
216b96bf27 Add -F | --force command line option to be used instead of -f | --full to parse full log file without taking care or the history file LAST_PARSED. This is useful if you alaways have log files with fresh entries and log files comming from multiple host. Before that you had to remove the LAST_PARSED file before parsing a new log. Thanks to Sladjan Andjelic for the feature request. 2015-06-14 12:06:11 +02:00
Darold Gilles
b40ff9ee54 Update Debian package and documention in packaging/README. Thanks to Nicolas Quiniou-Briand for the report. 2015-06-14 11:04:06 +02:00
Darold Gilles
0e99829160 Update copyright year. 2015-06-14 10:17:28 +02:00
Darold Gilles
d797bf4af8 Update configuration file in debian directory. 2015-02-13 15:56:37 +01:00
Darold Gilles
7697709e68 Update changelog and version to 9.0 2014-03-15 14:39:57 +01:00
Igor Vuk
741f1420cc Change all instances of 'coma' to 'comma' 2013-12-17 21:20:29 +01:00
Darold Gilles
0c4d6128b8 Fix some errors in cron lines. Thanks to Dominique Fournier for the patch. 2013-08-07 00:24:11 +02:00
Darold Gilles
e9da538179 Add debian repository to allow building deb package with" dpkg-buildpackage -rfakeroot" and remove the old repository packaging/debian/. Thanks to Dominique Fournier for the patches. 2013-08-07 00:20:20 +02:00