]> git.ipfire.org Git - thirdparty/postfix.git/commit
postfix-3.8-20220507
authorWietse Venema <wietse@porcupine.org>
Sat, 7 May 2022 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Sun, 8 May 2022 05:03:23 +0000 (15:03 +1000)
commit926448aed51b57c3e2f3077de33c924cd93d6695
treef6dda34379be75b5f58ef38d4961c2e91d809334
parent1b1cb925cd0fa025a371bbf47522ce348bcbdc0d
postfix-3.8-20220507
60 files changed:
postfix/HISTORY
postfix/INSTALL
postfix/Makefile.in
postfix/README_FILES/INSTALL
postfix/README_FILES/IPV6_README
postfix/RELEASE_NOTES
postfix/WISHLIST
postfix/html/INSTALL.html
postfix/html/IPV6_README.html
postfix/html/postconf.5.html
postfix/man/man5/postconf.5
postfix/mantools/check-double-history [new file with mode: 0755]
postfix/mantools/check-spell-history [new file with mode: 0755]
postfix/proto/INSTALL.html
postfix/proto/IPV6_README.html
postfix/proto/postconf.proto
postfix/proto/stop.double-cc
postfix/proto/stop.double-history [new file with mode: 0644]
postfix/proto/stop.spell-cc
postfix/proto/stop.spell-history [new file with mode: 0644]
postfix/src/cleanup/cleanup_map1n.c
postfix/src/global/Makefile.in
postfix/src/global/compat_level.c
postfix/src/global/compat_level.h
postfix/src/global/dict_proxy.h
postfix/src/global/dynamicmaps.c
postfix/src/global/header_body_checks.h
postfix/src/global/mail_dict.c
postfix/src/global/mail_version.h
postfix/src/global/maps.c
postfix/src/global/mkmap.h [deleted file]
postfix/src/global/mkmap_proxy.c
postfix/src/postalias/Makefile.in
postfix/src/postalias/postalias.c
postfix/src/postconf/Makefile.in
postfix/src/postmap/Makefile.in
postfix/src/postmap/postmap.c
postfix/src/postscreen/postscreen_smtpd.c
postfix/src/proxymap/Makefile.in
postfix/src/smtp/Makefile.in
postfix/src/util/Makefile.in
postfix/src/util/argv.c
postfix/src/util/argv.h
postfix/src/util/dict.c
postfix/src/util/dict.h
postfix/src/util/dict_cdb.h
postfix/src/util/dict_db.h
postfix/src/util/dict_dbm.h
postfix/src/util/dict_fail.h
postfix/src/util/dict_lmdb.h
postfix/src/util/dict_open.c
postfix/src/util/dict_sdbm.h
postfix/src/util/mkmap.h [new file with mode: 0644]
postfix/src/util/mkmap_cdb.c [moved from postfix/src/global/mkmap_cdb.c with 92% similarity]
postfix/src/util/mkmap_db.c [moved from postfix/src/global/mkmap_db.c with 81% similarity]
postfix/src/util/mkmap_dbm.c [moved from postfix/src/global/mkmap_dbm.c with 96% similarity]
postfix/src/util/mkmap_fail.c [moved from postfix/src/global/mkmap_fail.c with 89% similarity]
postfix/src/util/mkmap_lmdb.c [moved from postfix/src/global/mkmap_lmdb.c with 83% similarity]
postfix/src/util/mkmap_open.c [moved from postfix/src/global/mkmap_open.c with 55% similarity]
postfix/src/util/mkmap_sdbm.c [moved from postfix/src/global/mkmap_sdbm.c with 96% similarity]