Skip to content

Commit

Permalink
2023.08.27 patch, pulled version 1.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sagredo-dev committed Jun 16, 2024
1 parent 5dda1c4 commit 7484878
Show file tree
Hide file tree
Showing 87 changed files with 9,496 additions and 7,315 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Numbers in square brackets ([]) indicate tracker item on SourceForge with
patch or information related to the entry.

1.2.17
Roberto Puzzanghera
- Added qmailadmin-skin patch, which provides a new responsive skin to the control panel.
It modifies everything under the html dir and many .c files in order to adjust the html
embedded into the source files. Added a style sheet in the "images" folder and a couple
of png files for the qmail logo.
- Added a patch to call cracklib in order to check for the password strenght. This should
avoid unsafe accounts created by domain administrators such as "test 123456". This
patch is based on an original work by Inter7.
- A patch gets qmailadmin to have authentication failures logged. This makes possible to
ban malicious IPs via fail2ban. It is required to create the log file
/var/log/qma-auth.log initially and assign write priviledges to apache.
- ezmlm-idx 7 compatibility patch (author unknown), which restores the compatibility with
ezmlm-idx-7 (thanks to J.D. Trolinger for the advice).
- a fix to the catchall account (thanks to Luca Franceschini).
- a fix to autorespond.c to correct the way .qmail files are modified.
New patches can be found in the "contrib" folder.
More info at https://notes.sagredo.eu/en/qmail-notes-185/qmailadmin-23.html

1.2.14-1.2.16
Matt Brookings
- Removed mailbox image
Expand Down
578 changes: 355 additions & 223 deletions INSTALL

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ install-data-local:
chmod 644 $(DESTDIR)@htmllibdir@/lang/*
$(mkinstalldirs) $(DESTDIR)@imagedir@
cp $(srcdir)/images/*.png $(DESTDIR)@imagedir@

cp $(srcdir)/images/*.css $(DESTDIR)@imagedir@
Loading

0 comments on commit 7484878

Please sign in to comment.