]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-3.3-20171028
authorWietse Venema <wietse@porcupine.org>
Sat, 28 Oct 2017 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Sun, 29 Oct 2017 22:51:56 +0000 (18:51 -0400)
postfix/HISTORY
postfix/html/mailq.1.html
postfix/html/newaliases.1.html
postfix/html/sendmail.1.html
postfix/man/man1/sendmail.1
postfix/src/global/mail_version.h
postfix/src/sendmail/Makefile.in
postfix/src/sendmail/sendmail.c

index 09f3a935424b8b5b6c27f09ab63e271bab1bfaca..6db1f677aacdcc95ef52b200a14e525a4e01742d 100644 (file)
@@ -23171,3 +23171,9 @@ Apologies for any names omitted.
        some sites with "TLSA 2 X X" records associated with an
        intermediate CA certificate. Problem report and initial
        fix by Erwan Legrand. File: src/tls/tls_dane.c.
+
+20171024
+
+       Bugfix (introduced: Postfix 3.0) missing dynamicmaps support
+       in the Postfix sendmail command broke authorized_submit_users
+       with a dynamically-loaded map type. File: sendmail/sendmail.c.
index 802169364e870e43a1ec6346a97da3a75e0476ff..fa4e4828a7139520b0fc06a42712fa89c70b5c67 100644 (file)
@@ -434,7 +434,7 @@ SENDMAIL(1)                                                        SENDMAIL(1)
        <b><a href="postconf.5.html#alternate_config_directories">alternate_config_directories</a> (empty)</b>
               A list of non-default Postfix configuration directories that may
               be specified with "-c <a href="postconf.5.html#config_directory">config_directory</a>" on the command line  (in
-              the case of <a href="sendmail.1.html"><b>sendmail</b>(1)</a>, with "-C <a href="postconf.5.html#config_directory">config_directory</a>"), or via the
+              the  case  of  <a href="sendmail.1.html"><b>sendmail</b>(1)</a>,  with  the  "-C" option), or via the
               MAIL_CONFIG environment parameter.
 
        <b><a href="postconf.5.html#multi_instance_directories">multi_instance_directories</a> (empty)</b>
index 802169364e870e43a1ec6346a97da3a75e0476ff..fa4e4828a7139520b0fc06a42712fa89c70b5c67 100644 (file)
@@ -434,7 +434,7 @@ SENDMAIL(1)                                                        SENDMAIL(1)
        <b><a href="postconf.5.html#alternate_config_directories">alternate_config_directories</a> (empty)</b>
               A list of non-default Postfix configuration directories that may
               be specified with "-c <a href="postconf.5.html#config_directory">config_directory</a>" on the command line  (in
-              the case of <a href="sendmail.1.html"><b>sendmail</b>(1)</a>, with "-C <a href="postconf.5.html#config_directory">config_directory</a>"), or via the
+              the  case  of  <a href="sendmail.1.html"><b>sendmail</b>(1)</a>,  with  the  "-C" option), or via the
               MAIL_CONFIG environment parameter.
 
        <b><a href="postconf.5.html#multi_instance_directories">multi_instance_directories</a> (empty)</b>
index 802169364e870e43a1ec6346a97da3a75e0476ff..fa4e4828a7139520b0fc06a42712fa89c70b5c67 100644 (file)
@@ -434,7 +434,7 @@ SENDMAIL(1)                                                        SENDMAIL(1)
        <b><a href="postconf.5.html#alternate_config_directories">alternate_config_directories</a> (empty)</b>
               A list of non-default Postfix configuration directories that may
               be specified with "-c <a href="postconf.5.html#config_directory">config_directory</a>" on the command line  (in
-              the case of <a href="sendmail.1.html"><b>sendmail</b>(1)</a>, with "-C <a href="postconf.5.html#config_directory">config_directory</a>"), or via the
+              the  case  of  <a href="sendmail.1.html"><b>sendmail</b>(1)</a>,  with  the  "-C" option), or via the
               MAIL_CONFIG environment parameter.
 
        <b><a href="postconf.5.html#multi_instance_directories">multi_instance_directories</a> (empty)</b>
index 091f053ff8c37b1b9029451fce2d47e097ca9373..e51ed4c2f9b4df3d643c26c70bb730a13d0d6799 100644 (file)
@@ -416,7 +416,7 @@ Postfix 3.2 and later:
 .IP "\fBalternate_config_directories (empty)\fR"
 A list of non\-default Postfix configuration directories that may
 be specified with "\-c config_directory" on the command line (in the
-case of \fBsendmail\fR(1), with "\-C config_directory"), or via the MAIL_CONFIG
+case of \fBsendmail\fR(1), with the "\-C" option), or via the MAIL_CONFIG
 environment parameter.
 .IP "\fBmulti_instance_directories (empty)\fR"
 An optional list of non\-default Postfix configuration directories;
index 7cc70aed7a6e1b58ac6895edce13c1c35de13276..3844757a18fccba92d6bb8b512875cb00ffbce0a 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20171009"
+#define MAIL_RELEASE_DATE      "20171028"
 #define MAIL_VERSION_NUMBER    "3.3"
 
 #ifdef SNAPSHOT
index 83fa93bb9f0e4479b652ee13dde8c76d18170cfe..ee023f4345b73597c99f93b38aa8dbf7d679bb47 100644 (file)
@@ -73,6 +73,7 @@ sendmail.o: ../../include/header_opts.h
 sendmail.o: ../../include/htable.h
 sendmail.o: ../../include/iostuff.h
 sendmail.o: ../../include/mail_conf.h
+sendmail.o: ../../include/mail_dict.h
 sendmail.o: ../../include/mail_flush.h
 sendmail.o: ../../include/mail_params.h
 sendmail.o: ../../include/mail_parm_split.h
index d63caaf60e44a4a3d094d12feab5fdd5a3cdeec9..5f6809c3cfb47a98e9e9917728abe5070766e820 100644 (file)
 /* .IP "\fBalternate_config_directories (empty)\fR"
 /*     A list of non-default Postfix configuration directories that may
 /*     be specified with "-c config_directory" on the command line (in the
-/*     case of \fBsendmail\fR(1), with "-C config_directory"), or via the MAIL_CONFIG
+/*     case of \fBsendmail\fR(1), with the "-C" option), or via the MAIL_CONFIG
 /*     environment parameter.
 /* .IP "\fBmulti_instance_directories (empty)\fR"
 /*     An optional list of non-default Postfix configuration directories;
 #include <deliver_request.h>
 #include <mime_state.h>
 #include <header_opts.h>
+#include <mail_dict.h>
 #include <user_acl.h>
 #include <dsn_mask.h>
 #include <mail_parm_split.h>
@@ -1114,6 +1115,8 @@ int     main(int argc, char **argv)
     msg_syslog_init(mail_task("sendmail"), LOG_PID, LOG_FACILITY);
     get_mail_conf_str_table(str_table);
 
+    mail_dict_init();
+
     if (chdir(var_queue_dir))
        msg_fatal_status(EX_UNAVAILABLE, "chdir %s: %m", var_queue_dir);