Prereq: "2.3.3" diff -cr /var/tmp/postfix-2.3.3/src/global/mail_version.h ./src/global/mail_version.h *** /var/tmp/postfix-2.3.3/src/global/mail_version.h Fri Aug 25 18:25:50 2006 --- ./src/global/mail_version.h Wed Nov 1 14:41:35 2006 *************** *** 20,27 **** * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ ! #define MAIL_RELEASE_DATE "200600825" ! #define MAIL_VERSION_NUMBER "2.3.3" #ifdef SNAPSHOT # define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE --- 20,27 ---- * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ ! #define MAIL_RELEASE_DATE "20061101" ! #define MAIL_VERSION_NUMBER "2.3.4" #ifdef SNAPSHOT # define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE diff -cr /var/tmp/postfix-2.3.3/HISTORY ./HISTORY *** /var/tmp/postfix-2.3.3/HISTORY Fri Aug 25 18:24:02 2006 --- ./HISTORY Thu Oct 19 11:16:11 2006 *************** *** 12691,12693 **** --- 12691,12771 ---- Robustness: mail delivery agents now detect loops in queue files. Files with too many backward jumps are saved to the "corrupt" directory. File: global/record.c. + + 20060831 + + Bugfix (introduced with initial implementation): missing + "dict_errno = 0" caused mis-leading error messages after + non-error lookup failure. Victor Duchovni. File: + util/dict_cidr.c. + + Robustness: the default TLS cipher lists were changed from + !foo:ALL into ALL:!foo. Victor Duchovni. Files: + global/mail_params.h and documentation. + + 20060902 + + Bugfix (introduced Postfix 2.3): the LMTP client stripped + "inet": from the next-hop destination, but still used the + complete next-hop from the delivery request. File: + smtp/smtp_connect.c. + + 20060903 + + Cleanup: record loop detection. File: global/record.c. + + 20060929 + + Workaround: AIX 5.[1-3] getaddrinfo() creates socket address + structures with a non-zero port value. This breaks the + smtp_bind_address etc. features, and breaks inet_interfaces + settings with only one IP address. Problem reported by + Hamish Marson. Files: util/sock_addr.[hc], util/myaddrinfo.c. + + Bugfix (introduced with the Postfix TLS patch): memory leak + in verify_extract_peer(). The OpenSSL documentation provides + no information on how subjectAltNames are managed. Sam + Rushing, ironport. File: tls/tls_client.c. + + Bugfix (introduced with Postfix 2.2): smtp_generic_maps + turned on MIME conversion. File: smtp/smtp_proto.c. + + Workaround: don't send SIZE information in the MAIL FROM + command when message content will be subject to 8bit -> + quoted-printable conversion. File: smtp/smtp_proto.c. + + 20061002 + + Compatibility: Sendmail now invokes the Milter connect + action with the verified hostname instead of the name + obtained with PTR lookup. File: smtpd/smtpd.c. + + 20061004 + + Cleanup: force space between mailq queueid+status and file + size items. File: showq/showq.c. + + 20061015 + + Cleanup: convert the Milter {mail_addr} and {rcpt_addr} + macro values to external form. File: smtpd/smtpd_milter.c. + + Cleanup: the Milter {mail_addr} and {rcpt_addr} macros are + now available with non-SMTP mail. File: cleanup/cleanup_milter.c. + + Cleanup: convert addresses in Milter recipient add/delete + requests to internal form. File: cleanup/cleanup_milter.c. + + Cleanup: with non-SMTP mail, convert addresses in simulated + MAIL FROM and RCPT TO events to external form. File: + cleanup/cleanup_milter.c. + + 20061017 + + Cleanup: removed spurious warning when the cleanup server + attempts to bounce mail with soft_bounce=yes. Problem + reported by Ralf Hildebrandt. File: cleanup/cleanup_bounce.c. + + Bugfix: null pointer bug when receiving a non-protocol + response on a cached SMTP/LMTP connection. Report by Brian + Kantor. Fix by Victor Duchovni. File: smtp/smtp_reuse.c. Only in .: TODO diff -cr /var/tmp/postfix-2.3.3/auxiliary/qshape/qshape.pl ./auxiliary/qshape/qshape.pl *** /var/tmp/postfix-2.3.3/auxiliary/qshape/qshape.pl Fri Jun 16 16:02:26 2006 --- ./auxiliary/qshape/qshape.pl Wed Sep 27 08:43:27 2006 *************** *** 19,25 **** # Postfix queue message distribution in time and by sender domain # or recipient domain. The program needs read access to the queue # directories and queue files, so it must run as the superuser or ! # the \fBmail_owner\fR specified in \fImain.cf\fR (typically # \fBpostfix\fR). # # Options: --- 19,25 ---- # Postfix queue message distribution in time and by sender domain # or recipient domain. The program needs read access to the queue # directories and queue files, so it must run as the superuser or ! # the \fBmail_owner\fR specified in \fBmain.cf\fR (typically # \fBpostfix\fR). # # Options: *************** *** 73,80 **** # the incoming and active queues. To display a different set of # queues, just list their directory names on the command line. # Absolute paths are used as is, other paths are taken relative ! # to the \fImain.cf\fR \fBqueue_directory\fR parameter setting. ! # While \fImain.cf\fR supports the use of \fI$variable\fR expansion # in the definition of the \fBqueue_directory\fR parameter, the # \fBqshape\fR program does not. If you must use variable expansions # in the \fBqueue_directory\fR setting, you must specify an explicit --- 73,80 ---- # the incoming and active queues. To display a different set of # queues, just list their directory names on the command line. # Absolute paths are used as is, other paths are taken relative ! # to the \fBmain.cf\fR \fBqueue_directory\fR parameter setting. ! # While \fBmain.cf\fR supports the use of \fI$variable\fR expansion # in the definition of the \fBqueue_directory\fR parameter, the # \fBqshape\fR program does not. If you must use variable expansions # in the \fBqueue_directory\fR setting, you must specify an explicit diff -cr /var/tmp/postfix-2.3.3/html/lmtp.8.html ./html/lmtp.8.html *** /var/tmp/postfix-2.3.3/html/lmtp.8.html Wed Jul 19 17:44:23 2006 --- ./html/lmtp.8.html Thu Oct 19 11:43:24 2006 *************** *** 417,430 **** number generator (PRNG). tls_high_cipherlist ! (!EXPORT:!LOW:!MEDIUM:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "HIGH" grade ciphers. ! tls_medium_cipherlist (!EXPORT:!LOW:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! tls_low_cipherlist (!EXPORT:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "LOW" or higher grade ciphers. --- 417,430 ---- number generator (PRNG). tls_high_cipherlist ! (ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH) The OpenSSL cipherlist for "HIGH" grade ciphers. ! tls_medium_cipherlist (ALL:!EXPORT:!LOW:+RC4:@STRENGTH) The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! tls_low_cipherlist (ALL:!EXPORT:+RC4:@STRENGTH) The OpenSSL cipherlist for "LOW" or higher grade ciphers. diff -cr /var/tmp/postfix-2.3.3/html/local.8.html ./html/local.8.html *** /var/tmp/postfix-2.3.3/html/local.8.html Tue Jul 11 14:40:30 2006 --- ./html/local.8.html Thu Oct 19 11:43:24 2006 *************** *** 46,52 **** local delivery agent tries each pathname in the list until a file is found. ! Delivery via ~/..forward files is done with the privileges of the recipient. Thus, ~/.forward like files must be readable by the recipient, and their parent directory needs to have "execute" permission for the recipient. --- 46,52 ---- local delivery agent tries each pathname in the list until a file is found. ! Delivery via ~/.forward files is done with the privileges of the recipient. Thus, ~/.forward like files must be readable by the recipient, and their parent directory needs to have "execute" permission for the recipient. diff -cr /var/tmp/postfix-2.3.3/html/mailq.1.html ./html/mailq.1.html *** /var/tmp/postfix-2.3.3/html/mailq.1.html Thu Jun 15 14:15:24 2006 --- ./html/mailq.1.html Thu Sep 28 07:06:33 2006 *************** *** 120,167 **** files. -F full_name ! Set the sender full name. This is used only with ! messages that have no From: message header. -f sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. ! -G Gateway (relay) submission, as opposed to initial ! user submission. Either do not rewrite addresses ! at all, or update incomplete addresses with the domain information specified with remote_header_re- write_domain. ! This option is ignored before Postfix version 2.3. -h hop_count (ignored) ! Hop count limit. Use the hopcount_limit configura- tion parameter instead. ! -I Initialize alias database. See the newaliases com- mand above. ! -i When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -L label (ignored) ! The logging label. Use the syslog_name configura- tion parameter instead. -m (ignored) Backwards compatibility. -N dsn (default: 'delay, failure') ! Delivery status notification control. Specify ! either a comma-separated list with one or more of ! failure (send notification when delivery fails), delay (send notification when delivery is delayed), ! or success (send notification when the message is ! delivered); or specify never (don't send any noti- fications at all). This feature is available in Postfix 2.3 and later. --- 120,168 ---- files. -F full_name ! Set the sender full name. This overrides the NAME ! environment variable, and is used only with mes- ! sages that have no From: message header. -f sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. ! -G Gateway (relay) submission, as opposed to initial ! user submission. Either do not rewrite addresses ! at all, or update incomplete addresses with the domain information specified with remote_header_re- write_domain. ! This option is ignored before Postfix version 2.3. -h hop_count (ignored) ! Hop count limit. Use the hopcount_limit configura- tion parameter instead. ! -I Initialize alias database. See the newaliases com- mand above. ! -i When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -L label (ignored) ! The logging label. Use the syslog_name configura- tion parameter instead. -m (ignored) Backwards compatibility. -N dsn (default: 'delay, failure') ! Delivery status notification control. Specify ! either a comma-separated list with one or more of ! failure (send notification when delivery fails), delay (send notification when delivery is delayed), ! or success (send notification when the message is ! delivered); or specify never (don't send any noti- fications at all). This feature is available in Postfix 2.3 and later. *************** *** 170,176 **** Backwards compatibility. -oAalias_database ! Non-default alias database. Specify pathname or type:pathname. See postalias(1) for details. -O option=value (ignored) --- 171,177 ---- Backwards compatibility. -oAalias_database ! Non-default alias database. Specify pathname or type:pathname. See postalias(1) for details. -O option=value (ignored) *************** *** 180,239 **** -o8 (ignored) To send 8-bit or binary content, use an appropriate ! MIME encapsulation and specify the appropriate -B command-line option. ! -oi When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -om (ignored) ! The sender is never eliminated from alias etc. expansions. -o x value (ignored) ! Set option x to value. Use the equivalent configu- ration parameter in main.cf instead. -r sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. -R return_limit (ignored) ! Limit the size of bounced mail. Use the ! bounce_size_limit configuration parameter instead. ! -q Attempt to deliver all queued mail. This is imple- mented by executing the postqueue(1) command. Warning: flushing undeliverable mail frequently ! will result in poor delivery performance of all other mail. -qinterval (ignored) ! The interval between queue runs. Use the queue_run_delay configuration parameter instead. -qRsite ! Schedule immediate delivery of all mail that is queued for the named site. This option accepts only ! site names that are eligible for the "fast flush" ! service, and is implemented by executing the postqueue(1) command. See flush(8) for more infor- mation about the "fast flush" service. -qSsite ! This command is not implemented. Use the slower "sendmail -q" command instead. ! -t Extract recipients from message headers. These are ! added to any recipients specified on the command line. ! With Postfix versions prior to 2.1, this option ! requires that no recipient addresses are specified on the command line. -U (ignored) --- 181,240 ---- -o8 (ignored) To send 8-bit or binary content, use an appropriate ! MIME encapsulation and specify the appropriate -B command-line option. ! -oi When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -om (ignored) ! The sender is never eliminated from alias etc. expansions. -o x value (ignored) ! Set option x to value. Use the equivalent configu- ration parameter in main.cf instead. -r sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. -R return_limit (ignored) ! Limit the size of bounced mail. Use the ! bounce_size_limit configuration parameter instead. ! -q Attempt to deliver all queued mail. This is imple- mented by executing the postqueue(1) command. Warning: flushing undeliverable mail frequently ! will result in poor delivery performance of all other mail. -qinterval (ignored) ! The interval between queue runs. Use the queue_run_delay configuration parameter instead. -qRsite ! Schedule immediate delivery of all mail that is queued for the named site. This option accepts only ! site names that are eligible for the "fast flush" ! service, and is implemented by executing the postqueue(1) command. See flush(8) for more infor- mation about the "fast flush" service. -qSsite ! This command is not implemented. Use the slower "sendmail -q" command instead. ! -t Extract recipients from message headers. These are ! added to any recipients specified on the command line. ! With Postfix versions prior to 2.1, this option ! requires that no recipient addresses are specified on the command line. -U (ignored) *************** *** 246,308 **** This feature is available in Postfix 2.3 and later. -XV (Postfix 2.2 and earlier: -V) ! Variable Envelope Return Path. Given an envelope ! sender address of the form owner-listname@origin, ! each recipient user@domain receives mail with a personalized envelope sender address. ! By default, the personalized envelope sender ! address is owner-listname+user=domain@origin. The ! default + and = characters are configurable with ! the default_verp_delimiters configuration parame- ter. -XVxy (Postfix 2.2 and earlier: -Vxy) ! As -XV, but uses x and y as the VERP delimiter ! characters, instead of the characters specified ! with the default_verp_delimiters configuration parameter. ! -v Send an email report of the first delivery attempt ! (Postfix versions 2.1 and later). Mail delivery ! always happens in the background. When multiple -v options are given, enable verbose logging for debugging purposes. -X log_file (ignored) ! Log mailer traffic. Use the debug_peer_list and ! debug_peer_level configuration parameters instead. SECURITY ! By design, this program is not set-user (or group) id. ! However, it must handle data from untrusted users or ! untrusted machines. Thus, the usual precautions need to be taken against malicious inputs. DIAGNOSTICS ! Problems are logged to syslogd(8) and to the standard error stream. ENVIRONMENT MAIL_CONFIG Directory with Postfix configuration files. ! MAIL_VERBOSE Enable verbose logging for debugging purposes. ! MAIL_DEBUG Enable debugging with an external command, as spec- ! ified with the debugger_command configuration parameter. CONFIGURATION PARAMETERS ! The following main.cf parameters are especially relevant to this program. The text below provides only a parameter ! summary. See postconf(5) for more details including exam- ples. TROUBLE SHOOTING CONTROLS ! The DEBUG_README file gives examples of how to trouble shoot a Postfix system. debugger_command (empty) --- 247,313 ---- This feature is available in Postfix 2.3 and later. -XV (Postfix 2.2 and earlier: -V) ! Variable Envelope Return Path. Given an envelope ! sender address of the form owner-listname@origin, ! each recipient user@domain receives mail with a personalized envelope sender address. ! By default, the personalized envelope sender ! address is owner-listname+user=domain@origin. The ! default + and = characters are configurable with ! the default_verp_delimiters configuration parame- ter. -XVxy (Postfix 2.2 and earlier: -Vxy) ! As -XV, but uses x and y as the VERP delimiter ! characters, instead of the characters specified ! with the default_verp_delimiters configuration parameter. ! -v Send an email report of the first delivery attempt ! (Postfix versions 2.1 and later). Mail delivery ! always happens in the background. When multiple -v options are given, enable verbose logging for debugging purposes. -X log_file (ignored) ! Log mailer traffic. Use the debug_peer_list and ! debug_peer_level configuration parameters instead. SECURITY ! By design, this program is not set-user (or group) id. ! However, it must handle data from untrusted users or ! untrusted machines. Thus, the usual precautions need to be taken against malicious inputs. DIAGNOSTICS ! Problems are logged to syslogd(8) and to the standard error stream. ENVIRONMENT MAIL_CONFIG Directory with Postfix configuration files. ! MAIL_VERBOSE (value does not matter) Enable verbose logging for debugging purposes. ! MAIL_DEBUG (value does not matter) Enable debugging with an external command, as spec- ! ified with the debugger_command configuration parameter. + NAME The sender full name. This is used only with mes- + sages that have no From: message header. See also + the -F option above. + CONFIGURATION PARAMETERS ! The following main.cf parameters are especially relevant to this program. The text below provides only a parameter ! summary. See postconf(5) for more details including exam- ples. TROUBLE SHOOTING CONTROLS ! The DEBUG_README file gives examples of how to trouble shoot a Postfix system. debugger_command (empty) *************** *** 310,338 **** mon program is invoked with the -D option. debug_peer_level (2) ! The increment in verbose logging level when a ! remote client or server matches a pattern in the debug_peer_list parameter. debug_peer_list (empty) ! Optional list of remote client or server hostname ! or network address patterns that cause the verbose ! logging level to increase by the amount specified in $debug_peer_level. ACCESS CONTROLS Available in Postfix version 2.2 and later: authorized_flush_users (static:anyone) ! List of users who are authorized to flush the queue. authorized_mailq_users (static:anyone) List of users who are authorized to view the queue. authorized_submit_users (static:anyone) ! List of users who are authorized to submit mail ! with the sendmail(1) command (and with the privi- leged postdrop(1) helper command). RESOURCE AND RATE CONTROLS --- 315,343 ---- mon program is invoked with the -D option. debug_peer_level (2) ! The increment in verbose logging level when a ! remote client or server matches a pattern in the debug_peer_list parameter. debug_peer_list (empty) ! Optional list of remote client or server hostname ! or network address patterns that cause the verbose ! logging level to increase by the amount specified in $debug_peer_level. ACCESS CONTROLS Available in Postfix version 2.2 and later: authorized_flush_users (static:anyone) ! List of users who are authorized to flush the queue. authorized_mailq_users (static:anyone) List of users who are authorized to view the queue. authorized_submit_users (static:anyone) ! List of users who are authorized to submit mail ! with the sendmail(1) command (and with the privi- leged postdrop(1) helper command). RESOURCE AND RATE CONTROLS *************** *** 341,347 **** sent in a non-delivery notification. fork_attempts (5) ! The maximal number of attempts to fork() a child process. fork_delay (1s) --- 346,352 ---- sent in a non-delivery notification. fork_attempts (5) ! The maximal number of attempts to fork() a child process. fork_delay (1s) *************** *** 349,359 **** process. hopcount_limit (50) ! The maximal number of Received: message headers that is allowed in the primary message headers. queue_run_delay (1000s) ! The time between deferred queue scans by the queue manager. FAST FLUSH CONTROLS --- 354,364 ---- process. hopcount_limit (50) ! The maximal number of Received: message headers that is allowed in the primary message headers. queue_run_delay (1000s) ! The time between deferred queue scans by the queue manager. FAST FLUSH CONTROLS *************** *** 362,398 **** fast_flush_domains ($relay_domains) Optional list of destinations that are eligible for ! per-destination logfiles with mail that is queued to those destinations. VERP CONTROLS The VERP_README file describes configuration and operation ! details of Postfix support for variable envelope return path addresses. default_verp_delimiters (+=) The two default VERP delimiter characters. verp_delimiter_filter (-=+) ! The characters Postfix accepts as VERP delimiter ! characters on the Postfix sendmail(1) command line and in SMTP commands. MISCELLANEOUS CONTROLS alias_database (see 'postconf -d' output) ! The alias databases for local(8) delivery that are updated with "newaliases" or with "sendmail -bi". command_directory (see 'postconf -d' output) ! The location of all postfix administrative com- mands. config_directory (see 'postconf -d' output) ! The default location of the Postfix main.cf and master.cf configuration files. daemon_directory (see 'postconf -d' output) ! The directory with Postfix support programs and daemon programs. default_database_type (see 'postconf -d' output) --- 367,403 ---- fast_flush_domains ($relay_domains) Optional list of destinations that are eligible for ! per-destination logfiles with mail that is queued to those destinations. VERP CONTROLS The VERP_README file describes configuration and operation ! details of Postfix support for variable envelope return path addresses. default_verp_delimiters (+=) The two default VERP delimiter characters. verp_delimiter_filter (-=+) ! The characters Postfix accepts as VERP delimiter ! characters on the Postfix sendmail(1) command line and in SMTP commands. MISCELLANEOUS CONTROLS alias_database (see 'postconf -d' output) ! The alias databases for local(8) delivery that are updated with "newaliases" or with "sendmail -bi". command_directory (see 'postconf -d' output) ! The location of all postfix administrative com- mands. config_directory (see 'postconf -d' output) ! The default location of the Postfix main.cf and master.cf configuration files. daemon_directory (see 'postconf -d' output) ! The directory with Postfix support programs and daemon programs. default_database_type (see 'postconf -d' output) *************** *** 400,415 **** postalias(1) and postmap(1) commands. delay_warning_time (0h) ! The time after which the sender receives the mes- sage headers of mail that is still queued. enable_errors_to (no) ! Report mail delivery errors to the address speci- ! fied with the non-standard Errors-To: message ! header, instead of the envelope sender address ! (this feature is removed with Postfix version 2.2, ! is turned off by default with Postfix version 2.1, ! and is always turned on with older Postfix ver- sions). mail_owner (postfix) --- 405,420 ---- postalias(1) and postmap(1) commands. delay_warning_time (0h) ! The time after which the sender receives the mes- sage headers of mail that is still queued. enable_errors_to (no) ! Report mail delivery errors to the address speci- ! fied with the non-standard Errors-To: message ! header, instead of the envelope sender address ! (this feature is removed with Postfix version 2.2, ! is turned off by default with Postfix version 2.1, ! and is always turned on with older Postfix ver- sions). mail_owner (postfix) *************** *** 417,444 **** and most Postfix daemon processes. queue_directory (see 'postconf -d' output) ! The location of the Postfix top-level queue direc- tory. remote_header_rewrite_domain (empty) ! Don't rewrite message headers from remote clients at all when this parameter is empty; otherwise, re- ! write message headers and append the specified domain name to incomplete addresses. syslog_facility (mail) The syslog facility of Postfix logging. syslog_name (postfix) ! The mail system name that is prepended to the ! process name in syslog records, so that "smtpd" becomes, for example, "postfix/smtpd". - trigger_timeout (10s) - The time limit for sending a trigger to a Postfix - daemon (for example, the pickup(8) or qmgr(8) dae- - mon). - FILES /var/spool/postfix, mail queue /etc/postfix, configuration files --- 422,444 ---- and most Postfix daemon processes. queue_directory (see 'postconf -d' output) ! The location of the Postfix top-level queue direc- tory. remote_header_rewrite_domain (empty) ! Don't rewrite message headers from remote clients at all when this parameter is empty; otherwise, re- ! write message headers and append the specified domain name to incomplete addresses. syslog_facility (mail) The syslog facility of Postfix logging. syslog_name (postfix) ! The mail system name that is prepended to the ! process name in syslog records, so that "smtpd" becomes, for example, "postfix/smtpd". FILES /var/spool/postfix, mail queue /etc/postfix, configuration files *************** *** 461,467 **** VERP_README, Postfix VERP howto LICENSE ! The Secure Mailer license must be distributed with this software. AUTHOR(S) --- 461,467 ---- VERP_README, Postfix VERP howto LICENSE ! The Secure Mailer license must be distributed with this software. AUTHOR(S) diff -cr /var/tmp/postfix-2.3.3/html/newaliases.1.html ./html/newaliases.1.html *** /var/tmp/postfix-2.3.3/html/newaliases.1.html Thu Jun 15 14:15:24 2006 --- ./html/newaliases.1.html Thu Sep 28 07:06:33 2006 *************** *** 120,167 **** files. -F full_name ! Set the sender full name. This is used only with ! messages that have no From: message header. -f sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. ! -G Gateway (relay) submission, as opposed to initial ! user submission. Either do not rewrite addresses ! at all, or update incomplete addresses with the domain information specified with remote_header_re- write_domain. ! This option is ignored before Postfix version 2.3. -h hop_count (ignored) ! Hop count limit. Use the hopcount_limit configura- tion parameter instead. ! -I Initialize alias database. See the newaliases com- mand above. ! -i When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -L label (ignored) ! The logging label. Use the syslog_name configura- tion parameter instead. -m (ignored) Backwards compatibility. -N dsn (default: 'delay, failure') ! Delivery status notification control. Specify ! either a comma-separated list with one or more of ! failure (send notification when delivery fails), delay (send notification when delivery is delayed), ! or success (send notification when the message is ! delivered); or specify never (don't send any noti- fications at all). This feature is available in Postfix 2.3 and later. --- 120,168 ---- files. -F full_name ! Set the sender full name. This overrides the NAME ! environment variable, and is used only with mes- ! sages that have no From: message header. -f sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. ! -G Gateway (relay) submission, as opposed to initial ! user submission. Either do not rewrite addresses ! at all, or update incomplete addresses with the domain information specified with remote_header_re- write_domain. ! This option is ignored before Postfix version 2.3. -h hop_count (ignored) ! Hop count limit. Use the hopcount_limit configura- tion parameter instead. ! -I Initialize alias database. See the newaliases com- mand above. ! -i When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -L label (ignored) ! The logging label. Use the syslog_name configura- tion parameter instead. -m (ignored) Backwards compatibility. -N dsn (default: 'delay, failure') ! Delivery status notification control. Specify ! either a comma-separated list with one or more of ! failure (send notification when delivery fails), delay (send notification when delivery is delayed), ! or success (send notification when the message is ! delivered); or specify never (don't send any noti- fications at all). This feature is available in Postfix 2.3 and later. *************** *** 170,176 **** Backwards compatibility. -oAalias_database ! Non-default alias database. Specify pathname or type:pathname. See postalias(1) for details. -O option=value (ignored) --- 171,177 ---- Backwards compatibility. -oAalias_database ! Non-default alias database. Specify pathname or type:pathname. See postalias(1) for details. -O option=value (ignored) *************** *** 180,239 **** -o8 (ignored) To send 8-bit or binary content, use an appropriate ! MIME encapsulation and specify the appropriate -B command-line option. ! -oi When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -om (ignored) ! The sender is never eliminated from alias etc. expansions. -o x value (ignored) ! Set option x to value. Use the equivalent configu- ration parameter in main.cf instead. -r sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. -R return_limit (ignored) ! Limit the size of bounced mail. Use the ! bounce_size_limit configuration parameter instead. ! -q Attempt to deliver all queued mail. This is imple- mented by executing the postqueue(1) command. Warning: flushing undeliverable mail frequently ! will result in poor delivery performance of all other mail. -qinterval (ignored) ! The interval between queue runs. Use the queue_run_delay configuration parameter instead. -qRsite ! Schedule immediate delivery of all mail that is queued for the named site. This option accepts only ! site names that are eligible for the "fast flush" ! service, and is implemented by executing the postqueue(1) command. See flush(8) for more infor- mation about the "fast flush" service. -qSsite ! This command is not implemented. Use the slower "sendmail -q" command instead. ! -t Extract recipients from message headers. These are ! added to any recipients specified on the command line. ! With Postfix versions prior to 2.1, this option ! requires that no recipient addresses are specified on the command line. -U (ignored) --- 181,240 ---- -o8 (ignored) To send 8-bit or binary content, use an appropriate ! MIME encapsulation and specify the appropriate -B command-line option. ! -oi When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -om (ignored) ! The sender is never eliminated from alias etc. expansions. -o x value (ignored) ! Set option x to value. Use the equivalent configu- ration parameter in main.cf instead. -r sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. -R return_limit (ignored) ! Limit the size of bounced mail. Use the ! bounce_size_limit configuration parameter instead. ! -q Attempt to deliver all queued mail. This is imple- mented by executing the postqueue(1) command. Warning: flushing undeliverable mail frequently ! will result in poor delivery performance of all other mail. -qinterval (ignored) ! The interval between queue runs. Use the queue_run_delay configuration parameter instead. -qRsite ! Schedule immediate delivery of all mail that is queued for the named site. This option accepts only ! site names that are eligible for the "fast flush" ! service, and is implemented by executing the postqueue(1) command. See flush(8) for more infor- mation about the "fast flush" service. -qSsite ! This command is not implemented. Use the slower "sendmail -q" command instead. ! -t Extract recipients from message headers. These are ! added to any recipients specified on the command line. ! With Postfix versions prior to 2.1, this option ! requires that no recipient addresses are specified on the command line. -U (ignored) *************** *** 246,308 **** This feature is available in Postfix 2.3 and later. -XV (Postfix 2.2 and earlier: -V) ! Variable Envelope Return Path. Given an envelope ! sender address of the form owner-listname@origin, ! each recipient user@domain receives mail with a personalized envelope sender address. ! By default, the personalized envelope sender ! address is owner-listname+user=domain@origin. The ! default + and = characters are configurable with ! the default_verp_delimiters configuration parame- ter. -XVxy (Postfix 2.2 and earlier: -Vxy) ! As -XV, but uses x and y as the VERP delimiter ! characters, instead of the characters specified ! with the default_verp_delimiters configuration parameter. ! -v Send an email report of the first delivery attempt ! (Postfix versions 2.1 and later). Mail delivery ! always happens in the background. When multiple -v options are given, enable verbose logging for debugging purposes. -X log_file (ignored) ! Log mailer traffic. Use the debug_peer_list and ! debug_peer_level configuration parameters instead. SECURITY ! By design, this program is not set-user (or group) id. ! However, it must handle data from untrusted users or ! untrusted machines. Thus, the usual precautions need to be taken against malicious inputs. DIAGNOSTICS ! Problems are logged to syslogd(8) and to the standard error stream. ENVIRONMENT MAIL_CONFIG Directory with Postfix configuration files. ! MAIL_VERBOSE Enable verbose logging for debugging purposes. ! MAIL_DEBUG Enable debugging with an external command, as spec- ! ified with the debugger_command configuration parameter. CONFIGURATION PARAMETERS ! The following main.cf parameters are especially relevant to this program. The text below provides only a parameter ! summary. See postconf(5) for more details including exam- ples. TROUBLE SHOOTING CONTROLS ! The DEBUG_README file gives examples of how to trouble shoot a Postfix system. debugger_command (empty) --- 247,313 ---- This feature is available in Postfix 2.3 and later. -XV (Postfix 2.2 and earlier: -V) ! Variable Envelope Return Path. Given an envelope ! sender address of the form owner-listname@origin, ! each recipient user@domain receives mail with a personalized envelope sender address. ! By default, the personalized envelope sender ! address is owner-listname+user=domain@origin. The ! default + and = characters are configurable with ! the default_verp_delimiters configuration parame- ter. -XVxy (Postfix 2.2 and earlier: -Vxy) ! As -XV, but uses x and y as the VERP delimiter ! characters, instead of the characters specified ! with the default_verp_delimiters configuration parameter. ! -v Send an email report of the first delivery attempt ! (Postfix versions 2.1 and later). Mail delivery ! always happens in the background. When multiple -v options are given, enable verbose logging for debugging purposes. -X log_file (ignored) ! Log mailer traffic. Use the debug_peer_list and ! debug_peer_level configuration parameters instead. SECURITY ! By design, this program is not set-user (or group) id. ! However, it must handle data from untrusted users or ! untrusted machines. Thus, the usual precautions need to be taken against malicious inputs. DIAGNOSTICS ! Problems are logged to syslogd(8) and to the standard error stream. ENVIRONMENT MAIL_CONFIG Directory with Postfix configuration files. ! MAIL_VERBOSE (value does not matter) Enable verbose logging for debugging purposes. ! MAIL_DEBUG (value does not matter) Enable debugging with an external command, as spec- ! ified with the debugger_command configuration parameter. + NAME The sender full name. This is used only with mes- + sages that have no From: message header. See also + the -F option above. + CONFIGURATION PARAMETERS ! The following main.cf parameters are especially relevant to this program. The text below provides only a parameter ! summary. See postconf(5) for more details including exam- ples. TROUBLE SHOOTING CONTROLS ! The DEBUG_README file gives examples of how to trouble shoot a Postfix system. debugger_command (empty) *************** *** 310,338 **** mon program is invoked with the -D option. debug_peer_level (2) ! The increment in verbose logging level when a ! remote client or server matches a pattern in the debug_peer_list parameter. debug_peer_list (empty) ! Optional list of remote client or server hostname ! or network address patterns that cause the verbose ! logging level to increase by the amount specified in $debug_peer_level. ACCESS CONTROLS Available in Postfix version 2.2 and later: authorized_flush_users (static:anyone) ! List of users who are authorized to flush the queue. authorized_mailq_users (static:anyone) List of users who are authorized to view the queue. authorized_submit_users (static:anyone) ! List of users who are authorized to submit mail ! with the sendmail(1) command (and with the privi- leged postdrop(1) helper command). RESOURCE AND RATE CONTROLS --- 315,343 ---- mon program is invoked with the -D option. debug_peer_level (2) ! The increment in verbose logging level when a ! remote client or server matches a pattern in the debug_peer_list parameter. debug_peer_list (empty) ! Optional list of remote client or server hostname ! or network address patterns that cause the verbose ! logging level to increase by the amount specified in $debug_peer_level. ACCESS CONTROLS Available in Postfix version 2.2 and later: authorized_flush_users (static:anyone) ! List of users who are authorized to flush the queue. authorized_mailq_users (static:anyone) List of users who are authorized to view the queue. authorized_submit_users (static:anyone) ! List of users who are authorized to submit mail ! with the sendmail(1) command (and with the privi- leged postdrop(1) helper command). RESOURCE AND RATE CONTROLS *************** *** 341,347 **** sent in a non-delivery notification. fork_attempts (5) ! The maximal number of attempts to fork() a child process. fork_delay (1s) --- 346,352 ---- sent in a non-delivery notification. fork_attempts (5) ! The maximal number of attempts to fork() a child process. fork_delay (1s) *************** *** 349,359 **** process. hopcount_limit (50) ! The maximal number of Received: message headers that is allowed in the primary message headers. queue_run_delay (1000s) ! The time between deferred queue scans by the queue manager. FAST FLUSH CONTROLS --- 354,364 ---- process. hopcount_limit (50) ! The maximal number of Received: message headers that is allowed in the primary message headers. queue_run_delay (1000s) ! The time between deferred queue scans by the queue manager. FAST FLUSH CONTROLS *************** *** 362,398 **** fast_flush_domains ($relay_domains) Optional list of destinations that are eligible for ! per-destination logfiles with mail that is queued to those destinations. VERP CONTROLS The VERP_README file describes configuration and operation ! details of Postfix support for variable envelope return path addresses. default_verp_delimiters (+=) The two default VERP delimiter characters. verp_delimiter_filter (-=+) ! The characters Postfix accepts as VERP delimiter ! characters on the Postfix sendmail(1) command line and in SMTP commands. MISCELLANEOUS CONTROLS alias_database (see 'postconf -d' output) ! The alias databases for local(8) delivery that are updated with "newaliases" or with "sendmail -bi". command_directory (see 'postconf -d' output) ! The location of all postfix administrative com- mands. config_directory (see 'postconf -d' output) ! The default location of the Postfix main.cf and master.cf configuration files. daemon_directory (see 'postconf -d' output) ! The directory with Postfix support programs and daemon programs. default_database_type (see 'postconf -d' output) --- 367,403 ---- fast_flush_domains ($relay_domains) Optional list of destinations that are eligible for ! per-destination logfiles with mail that is queued to those destinations. VERP CONTROLS The VERP_README file describes configuration and operation ! details of Postfix support for variable envelope return path addresses. default_verp_delimiters (+=) The two default VERP delimiter characters. verp_delimiter_filter (-=+) ! The characters Postfix accepts as VERP delimiter ! characters on the Postfix sendmail(1) command line and in SMTP commands. MISCELLANEOUS CONTROLS alias_database (see 'postconf -d' output) ! The alias databases for local(8) delivery that are updated with "newaliases" or with "sendmail -bi". command_directory (see 'postconf -d' output) ! The location of all postfix administrative com- mands. config_directory (see 'postconf -d' output) ! The default location of the Postfix main.cf and master.cf configuration files. daemon_directory (see 'postconf -d' output) ! The directory with Postfix support programs and daemon programs. default_database_type (see 'postconf -d' output) *************** *** 400,415 **** postalias(1) and postmap(1) commands. delay_warning_time (0h) ! The time after which the sender receives the mes- sage headers of mail that is still queued. enable_errors_to (no) ! Report mail delivery errors to the address speci- ! fied with the non-standard Errors-To: message ! header, instead of the envelope sender address ! (this feature is removed with Postfix version 2.2, ! is turned off by default with Postfix version 2.1, ! and is always turned on with older Postfix ver- sions). mail_owner (postfix) --- 405,420 ---- postalias(1) and postmap(1) commands. delay_warning_time (0h) ! The time after which the sender receives the mes- sage headers of mail that is still queued. enable_errors_to (no) ! Report mail delivery errors to the address speci- ! fied with the non-standard Errors-To: message ! header, instead of the envelope sender address ! (this feature is removed with Postfix version 2.2, ! is turned off by default with Postfix version 2.1, ! and is always turned on with older Postfix ver- sions). mail_owner (postfix) *************** *** 417,444 **** and most Postfix daemon processes. queue_directory (see 'postconf -d' output) ! The location of the Postfix top-level queue direc- tory. remote_header_rewrite_domain (empty) ! Don't rewrite message headers from remote clients at all when this parameter is empty; otherwise, re- ! write message headers and append the specified domain name to incomplete addresses. syslog_facility (mail) The syslog facility of Postfix logging. syslog_name (postfix) ! The mail system name that is prepended to the ! process name in syslog records, so that "smtpd" becomes, for example, "postfix/smtpd". - trigger_timeout (10s) - The time limit for sending a trigger to a Postfix - daemon (for example, the pickup(8) or qmgr(8) dae- - mon). - FILES /var/spool/postfix, mail queue /etc/postfix, configuration files --- 422,444 ---- and most Postfix daemon processes. queue_directory (see 'postconf -d' output) ! The location of the Postfix top-level queue direc- tory. remote_header_rewrite_domain (empty) ! Don't rewrite message headers from remote clients at all when this parameter is empty; otherwise, re- ! write message headers and append the specified domain name to incomplete addresses. syslog_facility (mail) The syslog facility of Postfix logging. syslog_name (postfix) ! The mail system name that is prepended to the ! process name in syslog records, so that "smtpd" becomes, for example, "postfix/smtpd". FILES /var/spool/postfix, mail queue /etc/postfix, configuration files *************** *** 461,467 **** VERP_README, Postfix VERP howto LICENSE ! The Secure Mailer license must be distributed with this software. AUTHOR(S) --- 461,467 ---- VERP_README, Postfix VERP howto LICENSE ! The Secure Mailer license must be distributed with this software. AUTHOR(S) diff -cr /var/tmp/postfix-2.3.3/html/postconf.5.html ./html/postconf.5.html *** /var/tmp/postfix-2.3.3/html/postconf.5.html Sat Aug 12 10:32:44 2006 --- ./html/postconf.5.html Sun Sep 3 15:21:50 2006 *************** *** 11604,11610 ****
The OpenSSL cipherlist for "HIGH" grade ciphers. This defines the meaning of the "high" setting in smtpd_tls_mandatory_ciphers, --- 11604,11610 ----
The OpenSSL cipherlist for "HIGH" grade ciphers. This defines the meaning of the "high" setting in smtpd_tls_mandatory_ciphers, *************** *** 11617,11623 ****
The OpenSSL cipherlist for "LOW" or higher grade ciphers. This defines the meaning of the "low" setting in smtpd_tls_mandatory_ciphers, --- 11617,11623 ----
The OpenSSL cipherlist for "LOW" or higher grade ciphers. This defines the meaning of the "low" setting in smtpd_tls_mandatory_ciphers, *************** *** 11630,11636 ****
The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. This defines the meaning of the "medium" setting in smtpd_tls_mandatory_ciphers, --- 11630,11636 ----
The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. This defines the meaning of the "medium" setting in smtpd_tls_mandatory_ciphers, diff -cr /var/tmp/postfix-2.3.3/html/qshape.1.html ./html/qshape.1.html *** /var/tmp/postfix-2.3.3/html/qshape.1.html Mon Jun 26 15:59:12 2006 --- ./html/qshape.1.html Wed Sep 27 08:47:10 2006 *************** *** 20,26 **** Postfix queue message distribution in time and by sender domain or recipient domain. The program needs read access to the queue directories and queue files, so it must run ! as the superuser or the mail_owner specified in >main.cfi> (typically postfix). Options: --- 20,26 ---- Postfix queue message distribution in time and by sender domain or recipient domain. The program needs read access to the queue directories and queue files, so it must run ! as the superuser or the mail_owner specified in main.cf (typically postfix). Options: *************** *** 90,97 **** a different set of queues, just list their direc- tory names on the command line. Absolute paths are used as is, other paths are taken relative to the ! >main.cfi> queue_directory parameter setting. While ! >main.cfi> supports the use of $variable expansion in the definition of the queue_directory parameter, the qshape program does not. If you must use vari- able expansions in the queue_directory setting, you --- 90,97 ---- a different set of queues, just list their direc- tory names on the command line. Absolute paths are used as is, other paths are taken relative to the ! main.cf queue_directory parameter setting. While ! main.cf supports the use of $variable expansion in the definition of the queue_directory parameter, the qshape program does not. If you must use vari- able expansions in the queue_directory setting, you diff -cr /var/tmp/postfix-2.3.3/html/sendmail.1.html ./html/sendmail.1.html *** /var/tmp/postfix-2.3.3/html/sendmail.1.html Thu Jun 15 14:15:24 2006 --- ./html/sendmail.1.html Thu Sep 28 07:06:33 2006 *************** *** 120,167 **** files. -F full_name ! Set the sender full name. This is used only with ! messages that have no From: message header. -f sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. ! -G Gateway (relay) submission, as opposed to initial ! user submission. Either do not rewrite addresses ! at all, or update incomplete addresses with the domain information specified with remote_header_re- write_domain. ! This option is ignored before Postfix version 2.3. -h hop_count (ignored) ! Hop count limit. Use the hopcount_limit configura- tion parameter instead. ! -I Initialize alias database. See the newaliases com- mand above. ! -i When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -L label (ignored) ! The logging label. Use the syslog_name configura- tion parameter instead. -m (ignored) Backwards compatibility. -N dsn (default: 'delay, failure') ! Delivery status notification control. Specify ! either a comma-separated list with one or more of ! failure (send notification when delivery fails), delay (send notification when delivery is delayed), ! or success (send notification when the message is ! delivered); or specify never (don't send any noti- fications at all). This feature is available in Postfix 2.3 and later. --- 120,168 ---- files. -F full_name ! Set the sender full name. This overrides the NAME ! environment variable, and is used only with mes- ! sages that have no From: message header. -f sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. ! -G Gateway (relay) submission, as opposed to initial ! user submission. Either do not rewrite addresses ! at all, or update incomplete addresses with the domain information specified with remote_header_re- write_domain. ! This option is ignored before Postfix version 2.3. -h hop_count (ignored) ! Hop count limit. Use the hopcount_limit configura- tion parameter instead. ! -I Initialize alias database. See the newaliases com- mand above. ! -i When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -L label (ignored) ! The logging label. Use the syslog_name configura- tion parameter instead. -m (ignored) Backwards compatibility. -N dsn (default: 'delay, failure') ! Delivery status notification control. Specify ! either a comma-separated list with one or more of ! failure (send notification when delivery fails), delay (send notification when delivery is delayed), ! or success (send notification when the message is ! delivered); or specify never (don't send any noti- fications at all). This feature is available in Postfix 2.3 and later. *************** *** 170,176 **** Backwards compatibility. -oAalias_database ! Non-default alias database. Specify pathname or type:pathname. See postalias(1) for details. -O option=value (ignored) --- 171,177 ---- Backwards compatibility. -oAalias_database ! Non-default alias database. Specify pathname or type:pathname. See postalias(1) for details. -O option=value (ignored) *************** *** 180,239 **** -o8 (ignored) To send 8-bit or binary content, use an appropriate ! MIME encapsulation and specify the appropriate -B command-line option. ! -oi When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -om (ignored) ! The sender is never eliminated from alias etc. expansions. -o x value (ignored) ! Set option x to value. Use the equivalent configu- ration parameter in main.cf instead. -r sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. -R return_limit (ignored) ! Limit the size of bounced mail. Use the ! bounce_size_limit configuration parameter instead. ! -q Attempt to deliver all queued mail. This is imple- mented by executing the postqueue(1) command. Warning: flushing undeliverable mail frequently ! will result in poor delivery performance of all other mail. -qinterval (ignored) ! The interval between queue runs. Use the queue_run_delay configuration parameter instead. -qRsite ! Schedule immediate delivery of all mail that is queued for the named site. This option accepts only ! site names that are eligible for the "fast flush" ! service, and is implemented by executing the postqueue(1) command. See flush(8) for more infor- mation about the "fast flush" service. -qSsite ! This command is not implemented. Use the slower "sendmail -q" command instead. ! -t Extract recipients from message headers. These are ! added to any recipients specified on the command line. ! With Postfix versions prior to 2.1, this option ! requires that no recipient addresses are specified on the command line. -U (ignored) --- 181,240 ---- -o8 (ignored) To send 8-bit or binary content, use an appropriate ! MIME encapsulation and specify the appropriate -B command-line option. ! -oi When reading a message from standard input, don't ! treat a line with only a . character as the end of input. -om (ignored) ! The sender is never eliminated from alias etc. expansions. -o x value (ignored) ! Set option x to value. Use the equivalent configu- ration parameter in main.cf instead. -r sender Set the envelope sender address. This is the ! address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address. -R return_limit (ignored) ! Limit the size of bounced mail. Use the ! bounce_size_limit configuration parameter instead. ! -q Attempt to deliver all queued mail. This is imple- mented by executing the postqueue(1) command. Warning: flushing undeliverable mail frequently ! will result in poor delivery performance of all other mail. -qinterval (ignored) ! The interval between queue runs. Use the queue_run_delay configuration parameter instead. -qRsite ! Schedule immediate delivery of all mail that is queued for the named site. This option accepts only ! site names that are eligible for the "fast flush" ! service, and is implemented by executing the postqueue(1) command. See flush(8) for more infor- mation about the "fast flush" service. -qSsite ! This command is not implemented. Use the slower "sendmail -q" command instead. ! -t Extract recipients from message headers. These are ! added to any recipients specified on the command line. ! With Postfix versions prior to 2.1, this option ! requires that no recipient addresses are specified on the command line. -U (ignored) *************** *** 246,308 **** This feature is available in Postfix 2.3 and later. -XV (Postfix 2.2 and earlier: -V) ! Variable Envelope Return Path. Given an envelope ! sender address of the form owner-listname@origin, ! each recipient user@domain receives mail with a personalized envelope sender address. ! By default, the personalized envelope sender ! address is owner-listname+user=domain@origin. The ! default + and = characters are configurable with ! the default_verp_delimiters configuration parame- ter. -XVxy (Postfix 2.2 and earlier: -Vxy) ! As -XV, but uses x and y as the VERP delimiter ! characters, instead of the characters specified ! with the default_verp_delimiters configuration parameter. ! -v Send an email report of the first delivery attempt ! (Postfix versions 2.1 and later). Mail delivery ! always happens in the background. When multiple -v options are given, enable verbose logging for debugging purposes. -X log_file (ignored) ! Log mailer traffic. Use the debug_peer_list and ! debug_peer_level configuration parameters instead. SECURITY ! By design, this program is not set-user (or group) id. ! However, it must handle data from untrusted users or ! untrusted machines. Thus, the usual precautions need to be taken against malicious inputs. DIAGNOSTICS ! Problems are logged to syslogd(8) and to the standard error stream. ENVIRONMENT MAIL_CONFIG Directory with Postfix configuration files. ! MAIL_VERBOSE Enable verbose logging for debugging purposes. ! MAIL_DEBUG Enable debugging with an external command, as spec- ! ified with the debugger_command configuration parameter. CONFIGURATION PARAMETERS ! The following main.cf parameters are especially relevant to this program. The text below provides only a parameter ! summary. See postconf(5) for more details including exam- ples. TROUBLE SHOOTING CONTROLS ! The DEBUG_README file gives examples of how to trouble shoot a Postfix system. debugger_command (empty) --- 247,313 ---- This feature is available in Postfix 2.3 and later. -XV (Postfix 2.2 and earlier: -V) ! Variable Envelope Return Path. Given an envelope ! sender address of the form owner-listname@origin, ! each recipient user@domain receives mail with a personalized envelope sender address. ! By default, the personalized envelope sender ! address is owner-listname+user=domain@origin. The ! default + and = characters are configurable with ! the default_verp_delimiters configuration parame- ter. -XVxy (Postfix 2.2 and earlier: -Vxy) ! As -XV, but uses x and y as the VERP delimiter ! characters, instead of the characters specified ! with the default_verp_delimiters configuration parameter. ! -v Send an email report of the first delivery attempt ! (Postfix versions 2.1 and later). Mail delivery ! always happens in the background. When multiple -v options are given, enable verbose logging for debugging purposes. -X log_file (ignored) ! Log mailer traffic. Use the debug_peer_list and ! debug_peer_level configuration parameters instead. SECURITY ! By design, this program is not set-user (or group) id. ! However, it must handle data from untrusted users or ! untrusted machines. Thus, the usual precautions need to be taken against malicious inputs. DIAGNOSTICS ! Problems are logged to syslogd(8) and to the standard error stream. ENVIRONMENT MAIL_CONFIG Directory with Postfix configuration files. ! MAIL_VERBOSE (value does not matter) Enable verbose logging for debugging purposes. ! MAIL_DEBUG (value does not matter) Enable debugging with an external command, as spec- ! ified with the debugger_command configuration parameter. + NAME The sender full name. This is used only with mes- + sages that have no From: message header. See also + the -F option above. + CONFIGURATION PARAMETERS ! The following main.cf parameters are especially relevant to this program. The text below provides only a parameter ! summary. See postconf(5) for more details including exam- ples. TROUBLE SHOOTING CONTROLS ! The DEBUG_README file gives examples of how to trouble shoot a Postfix system. debugger_command (empty) *************** *** 310,338 **** mon program is invoked with the -D option. debug_peer_level (2) ! The increment in verbose logging level when a ! remote client or server matches a pattern in the debug_peer_list parameter. debug_peer_list (empty) ! Optional list of remote client or server hostname ! or network address patterns that cause the verbose ! logging level to increase by the amount specified in $debug_peer_level. ACCESS CONTROLS Available in Postfix version 2.2 and later: authorized_flush_users (static:anyone) ! List of users who are authorized to flush the queue. authorized_mailq_users (static:anyone) List of users who are authorized to view the queue. authorized_submit_users (static:anyone) ! List of users who are authorized to submit mail ! with the sendmail(1) command (and with the privi- leged postdrop(1) helper command). RESOURCE AND RATE CONTROLS --- 315,343 ---- mon program is invoked with the -D option. debug_peer_level (2) ! The increment in verbose logging level when a ! remote client or server matches a pattern in the debug_peer_list parameter. debug_peer_list (empty) ! Optional list of remote client or server hostname ! or network address patterns that cause the verbose ! logging level to increase by the amount specified in $debug_peer_level. ACCESS CONTROLS Available in Postfix version 2.2 and later: authorized_flush_users (static:anyone) ! List of users who are authorized to flush the queue. authorized_mailq_users (static:anyone) List of users who are authorized to view the queue. authorized_submit_users (static:anyone) ! List of users who are authorized to submit mail ! with the sendmail(1) command (and with the privi- leged postdrop(1) helper command). RESOURCE AND RATE CONTROLS *************** *** 341,347 **** sent in a non-delivery notification. fork_attempts (5) ! The maximal number of attempts to fork() a child process. fork_delay (1s) --- 346,352 ---- sent in a non-delivery notification. fork_attempts (5) ! The maximal number of attempts to fork() a child process. fork_delay (1s) *************** *** 349,359 **** process. hopcount_limit (50) ! The maximal number of Received: message headers that is allowed in the primary message headers. queue_run_delay (1000s) ! The time between deferred queue scans by the queue manager. FAST FLUSH CONTROLS --- 354,364 ---- process. hopcount_limit (50) ! The maximal number of Received: message headers that is allowed in the primary message headers. queue_run_delay (1000s) ! The time between deferred queue scans by the queue manager. FAST FLUSH CONTROLS *************** *** 362,398 **** fast_flush_domains ($relay_domains) Optional list of destinations that are eligible for ! per-destination logfiles with mail that is queued to those destinations. VERP CONTROLS The VERP_README file describes configuration and operation ! details of Postfix support for variable envelope return path addresses. default_verp_delimiters (+=) The two default VERP delimiter characters. verp_delimiter_filter (-=+) ! The characters Postfix accepts as VERP delimiter ! characters on the Postfix sendmail(1) command line and in SMTP commands. MISCELLANEOUS CONTROLS alias_database (see 'postconf -d' output) ! The alias databases for local(8) delivery that are updated with "newaliases" or with "sendmail -bi". command_directory (see 'postconf -d' output) ! The location of all postfix administrative com- mands. config_directory (see 'postconf -d' output) ! The default location of the Postfix main.cf and master.cf configuration files. daemon_directory (see 'postconf -d' output) ! The directory with Postfix support programs and daemon programs. default_database_type (see 'postconf -d' output) --- 367,403 ---- fast_flush_domains ($relay_domains) Optional list of destinations that are eligible for ! per-destination logfiles with mail that is queued to those destinations. VERP CONTROLS The VERP_README file describes configuration and operation ! details of Postfix support for variable envelope return path addresses. default_verp_delimiters (+=) The two default VERP delimiter characters. verp_delimiter_filter (-=+) ! The characters Postfix accepts as VERP delimiter ! characters on the Postfix sendmail(1) command line and in SMTP commands. MISCELLANEOUS CONTROLS alias_database (see 'postconf -d' output) ! The alias databases for local(8) delivery that are updated with "newaliases" or with "sendmail -bi". command_directory (see 'postconf -d' output) ! The location of all postfix administrative com- mands. config_directory (see 'postconf -d' output) ! The default location of the Postfix main.cf and master.cf configuration files. daemon_directory (see 'postconf -d' output) ! The directory with Postfix support programs and daemon programs. default_database_type (see 'postconf -d' output) *************** *** 400,415 **** postalias(1) and postmap(1) commands. delay_warning_time (0h) ! The time after which the sender receives the mes- sage headers of mail that is still queued. enable_errors_to (no) ! Report mail delivery errors to the address speci- ! fied with the non-standard Errors-To: message ! header, instead of the envelope sender address ! (this feature is removed with Postfix version 2.2, ! is turned off by default with Postfix version 2.1, ! and is always turned on with older Postfix ver- sions). mail_owner (postfix) --- 405,420 ---- postalias(1) and postmap(1) commands. delay_warning_time (0h) ! The time after which the sender receives the mes- sage headers of mail that is still queued. enable_errors_to (no) ! Report mail delivery errors to the address speci- ! fied with the non-standard Errors-To: message ! header, instead of the envelope sender address ! (this feature is removed with Postfix version 2.2, ! is turned off by default with Postfix version 2.1, ! and is always turned on with older Postfix ver- sions). mail_owner (postfix) *************** *** 417,444 **** and most Postfix daemon processes. queue_directory (see 'postconf -d' output) ! The location of the Postfix top-level queue direc- tory. remote_header_rewrite_domain (empty) ! Don't rewrite message headers from remote clients at all when this parameter is empty; otherwise, re- ! write message headers and append the specified domain name to incomplete addresses. syslog_facility (mail) The syslog facility of Postfix logging. syslog_name (postfix) ! The mail system name that is prepended to the ! process name in syslog records, so that "smtpd" becomes, for example, "postfix/smtpd". - trigger_timeout (10s) - The time limit for sending a trigger to a Postfix - daemon (for example, the pickup(8) or qmgr(8) dae- - mon). - FILES /var/spool/postfix, mail queue /etc/postfix, configuration files --- 422,444 ---- and most Postfix daemon processes. queue_directory (see 'postconf -d' output) ! The location of the Postfix top-level queue direc- tory. remote_header_rewrite_domain (empty) ! Don't rewrite message headers from remote clients at all when this parameter is empty; otherwise, re- ! write message headers and append the specified domain name to incomplete addresses. syslog_facility (mail) The syslog facility of Postfix logging. syslog_name (postfix) ! The mail system name that is prepended to the ! process name in syslog records, so that "smtpd" becomes, for example, "postfix/smtpd". FILES /var/spool/postfix, mail queue /etc/postfix, configuration files *************** *** 461,467 **** VERP_README, Postfix VERP howto LICENSE ! The Secure Mailer license must be distributed with this software. AUTHOR(S) --- 461,467 ---- VERP_README, Postfix VERP howto LICENSE ! The Secure Mailer license must be distributed with this software. AUTHOR(S) diff -cr /var/tmp/postfix-2.3.3/html/smtp.8.html ./html/smtp.8.html *** /var/tmp/postfix-2.3.3/html/smtp.8.html Wed Jul 19 17:44:23 2006 --- ./html/smtp.8.html Thu Oct 19 11:43:24 2006 *************** *** 417,430 **** number generator (PRNG). tls_high_cipherlist ! (!EXPORT:!LOW:!MEDIUM:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "HIGH" grade ciphers. ! tls_medium_cipherlist (!EXPORT:!LOW:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! tls_low_cipherlist (!EXPORT:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "LOW" or higher grade ciphers. --- 417,430 ---- number generator (PRNG). tls_high_cipherlist ! (ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH) The OpenSSL cipherlist for "HIGH" grade ciphers. ! tls_medium_cipherlist (ALL:!EXPORT:!LOW:+RC4:@STRENGTH) The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! tls_low_cipherlist (ALL:!EXPORT:+RC4:@STRENGTH) The OpenSSL cipherlist for "LOW" or higher grade ciphers. diff -cr /var/tmp/postfix-2.3.3/html/smtpd.8.html ./html/smtpd.8.html *** /var/tmp/postfix-2.3.3/html/smtpd.8.html Thu Jul 27 07:12:16 2006 --- ./html/smtpd.8.html Mon Oct 2 16:04:38 2006 *************** *** 456,469 **** number generator (PRNG). tls_high_cipherlist ! (!EXPORT:!LOW:!MEDIUM:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "HIGH" grade ciphers. ! tls_medium_cipherlist (!EXPORT:!LOW:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! tls_low_cipherlist (!EXPORT:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "LOW" or higher grade ciphers. --- 456,469 ---- number generator (PRNG). tls_high_cipherlist ! (ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH) The OpenSSL cipherlist for "HIGH" grade ciphers. ! tls_medium_cipherlist (ALL:!EXPORT:!LOW:+RC4:@STRENGTH) The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! tls_low_cipherlist (ALL:!EXPORT:+RC4:@STRENGTH) The OpenSSL cipherlist for "LOW" or higher grade ciphers. diff -cr /var/tmp/postfix-2.3.3/makedefs ./makedefs *** /var/tmp/postfix-2.3.3/makedefs Mon Jul 31 09:03:31 2006 --- ./makedefs Sat Aug 26 11:54:59 2006 *************** *** 132,137 **** --- 132,139 ---- ;; NetBSD.3*) SYSTYPE=NETBSD3 ;; + NetBSD.4*) SYSTYPE=NETBSD4 + ;; BSD/OS.2*) SYSTYPE=BSDI2 ;; BSD/OS.3*) SYSTYPE=BSDI3 diff -cr /var/tmp/postfix-2.3.3/man/man1/qshape.1 ./man/man1/qshape.1 *** /var/tmp/postfix-2.3.3/man/man1/qshape.1 Mon Jun 26 15:59:11 2006 --- ./man/man1/qshape.1 Wed Sep 27 08:47:10 2006 *************** *** 20,26 **** Postfix queue message distribution in time and by sender domain or recipient domain. The program needs read access to the queue directories and queue files, so it must run as the superuser or ! the \fBmail_owner\fR specified in \fImain.cf\fR (typically \fBpostfix\fR). Options: --- 20,26 ---- Postfix queue message distribution in time and by sender domain or recipient domain. The program needs read access to the queue directories and queue files, so it must run as the superuser or ! the \fBmail_owner\fR specified in \fBmain.cf\fR (typically \fBpostfix\fR). Options: *************** *** 74,81 **** the incoming and active queues. To display a different set of queues, just list their directory names on the command line. Absolute paths are used as is, other paths are taken relative ! to the \fImain.cf\fR \fBqueue_directory\fR parameter setting. ! While \fImain.cf\fR supports the use of \fI$variable\fR expansion in the definition of the \fBqueue_directory\fR parameter, the \fBqshape\fR program does not. If you must use variable expansions in the \fBqueue_directory\fR setting, you must specify an explicit --- 74,81 ---- the incoming and active queues. To display a different set of queues, just list their directory names on the command line. Absolute paths are used as is, other paths are taken relative ! to the \fBmain.cf\fR \fBqueue_directory\fR parameter setting. ! While \fBmain.cf\fR supports the use of \fI$variable\fR expansion in the definition of the \fBqueue_directory\fR parameter, the \fBqshape\fR program does not. If you must use variable expansions in the \fBqueue_directory\fR setting, you must specify an explicit diff -cr /var/tmp/postfix-2.3.3/man/man1/sendmail.1 ./man/man1/sendmail.1 *** /var/tmp/postfix-2.3.3/man/man1/sendmail.1 Thu Jun 15 14:15:22 2006 --- ./man/man1/sendmail.1 Thu Sep 28 07:06:32 2006 *************** *** 101,107 **** with the MAIL_CONFIG environment variable to override the location of configuration files. .IP "\fB-F \fIfull_name\fR ! Set the sender full name. This is used only with messages that have no \fBFrom:\fR message header. .IP "\fB-f \fIsender\fR" Set the envelope sender address. This is the address where --- 101,108 ---- with the MAIL_CONFIG environment variable to override the location of configuration files. .IP "\fB-F \fIfull_name\fR ! Set the sender full name. This overrides the NAME environment ! variable, and is used only with messages that have no \fBFrom:\fR message header. .IP "\fB-f \fIsender\fR" Set the envelope sender address. This is the address where *************** *** 239,249 **** .fi .IP \fBMAIL_CONFIG\fR Directory with Postfix configuration files. ! .IP \fBMAIL_VERBOSE\fR Enable verbose logging for debugging purposes. ! .IP \fBMAIL_DEBUG\fR Enable debugging with an external command, as specified with the \fBdebugger_command\fR configuration parameter. .SH "CONFIGURATION PARAMETERS" .na .nf --- 240,254 ---- .fi .IP \fBMAIL_CONFIG\fR Directory with Postfix configuration files. ! .IP "\fBMAIL_VERBOSE\fR (value does not matter)" Enable verbose logging for debugging purposes. ! .IP "\fBMAIL_DEBUG\fR (value does not matter)" Enable debugging with an external command, as specified with the \fBdebugger_command\fR configuration parameter. + .IP \fBNAME\fR + The sender full name. This is used only with messages that + have no \fBFrom:\fR message header. See also the \fB-F\fR + option above. .SH "CONFIGURATION PARAMETERS" .na .nf *************** *** 364,372 **** .IP "\fBsyslog_name (postfix)\fR" The mail system name that is prepended to the process name in syslog records, so that "smtpd" becomes, for example, "postfix/smtpd". - .IP "\fBtrigger_timeout (10s)\fR" - The time limit for sending a trigger to a Postfix daemon (for - example, the \fBpickup\fR(8) or \fBqmgr\fR(8) daemon). .SH "FILES" .na .nf --- 369,374 ---- diff -cr /var/tmp/postfix-2.3.3/man/man5/postconf.5 ./man/man5/postconf.5 *** /var/tmp/postfix-2.3.3/man/man5/postconf.5 Sat Aug 12 10:32:44 2006 --- ./man/man5/postconf.5 Sun Sep 3 15:21:50 2006 *************** *** 7044,7064 **** strongly encouraged to not change this setting. .PP This feature is available in Postfix 2.3 and later. ! .SH tls_high_cipherlist (default: !EXPORT:!LOW:!MEDIUM:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "HIGH" grade ciphers. This defines the meaning of the "high" setting in smtpd_tls_mandatory_ciphers, smtp_tls_mandatory_ciphers and lmtp_tls_mandatory_ciphers. You are strongly encouraged to not change this setting. .PP This feature is available in Postfix 2.3 and later. ! .SH tls_low_cipherlist (default: !EXPORT:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "LOW" or higher grade ciphers. This defines the meaning of the "low" setting in smtpd_tls_mandatory_ciphers, smtp_tls_mandatory_ciphers and lmtp_tls_mandatory_ciphers. You are strongly encouraged to not change this setting. .PP This feature is available in Postfix 2.3 and later. ! .SH tls_medium_cipherlist (default: !EXPORT:!LOW:ALL:+RC4:@STRENGTH) The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. This defines the meaning of the "medium" setting in smtpd_tls_mandatory_ciphers, smtp_tls_mandatory_ciphers and lmtp_tls_mandatory_ciphers. This is --- 7044,7064 ---- strongly encouraged to not change this setting. .PP This feature is available in Postfix 2.3 and later. ! .SH tls_high_cipherlist (default: ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH) The OpenSSL cipherlist for "HIGH" grade ciphers. This defines the meaning of the "high" setting in smtpd_tls_mandatory_ciphers, smtp_tls_mandatory_ciphers and lmtp_tls_mandatory_ciphers. You are strongly encouraged to not change this setting. .PP This feature is available in Postfix 2.3 and later. ! .SH tls_low_cipherlist (default: ALL:!EXPORT:+RC4:@STRENGTH) The OpenSSL cipherlist for "LOW" or higher grade ciphers. This defines the meaning of the "low" setting in smtpd_tls_mandatory_ciphers, smtp_tls_mandatory_ciphers and lmtp_tls_mandatory_ciphers. You are strongly encouraged to not change this setting. .PP This feature is available in Postfix 2.3 and later. ! .SH tls_medium_cipherlist (default: ALL:!EXPORT:!LOW:+RC4:@STRENGTH) The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. This defines the meaning of the "medium" setting in smtpd_tls_mandatory_ciphers, smtp_tls_mandatory_ciphers and lmtp_tls_mandatory_ciphers. This is diff -cr /var/tmp/postfix-2.3.3/man/man8/local.8 ./man/man8/local.8 *** /var/tmp/postfix-2.3.3/man/man8/local.8 Tue Jul 11 14:40:30 2006 --- ./man/man8/local.8 Thu Oct 19 11:43:23 2006 *************** *** 49,55 **** configuration parameter. Upon delivery, the local delivery agent tries each pathname in the list until a file is found. ! Delivery via ~/.\fB.forward\fR files is done with the privileges of the recipient. Thus, ~/.\fBforward\fR like files must be readable by the recipient, and their parent directory needs to have "execute" --- 49,55 ---- configuration parameter. Upon delivery, the local delivery agent tries each pathname in the list until a file is found. ! Delivery via ~/.\fBforward\fR files is done with the privileges of the recipient. Thus, ~/.\fBforward\fR like files must be readable by the recipient, and their parent directory needs to have "execute" diff -cr /var/tmp/postfix-2.3.3/man/man8/smtp.8 ./man/man8/smtp.8 *** /var/tmp/postfix-2.3.3/man/man8/smtp.8 Wed Jul 19 17:44:23 2006 --- ./man/man8/smtp.8 Thu Oct 19 11:43:24 2006 *************** *** 347,357 **** The number of pseudo-random bytes that an \fBsmtp\fR(8) or \fBsmtpd\fR(8) process requests from the \fBtlsmgr\fR(8) server in order to seed its internal pseudo random number generator (PRNG). ! .IP "\fBtls_high_cipherlist (!EXPORT:!LOW:!MEDIUM:ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "HIGH" grade ciphers. ! .IP "\fBtls_medium_cipherlist (!EXPORT:!LOW:ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! .IP "\fBtls_low_cipherlist (!EXPORT:ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "LOW" or higher grade ciphers. .IP "\fBtls_export_cipherlist (ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "EXPORT" or higher grade ciphers. --- 347,357 ---- The number of pseudo-random bytes that an \fBsmtp\fR(8) or \fBsmtpd\fR(8) process requests from the \fBtlsmgr\fR(8) server in order to seed its internal pseudo random number generator (PRNG). ! .IP "\fBtls_high_cipherlist (ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "HIGH" grade ciphers. ! .IP "\fBtls_medium_cipherlist (ALL:!EXPORT:!LOW:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! .IP "\fBtls_low_cipherlist (ALL:!EXPORT:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "LOW" or higher grade ciphers. .IP "\fBtls_export_cipherlist (ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "EXPORT" or higher grade ciphers. diff -cr /var/tmp/postfix-2.3.3/man/man8/smtpd.8 ./man/man8/smtpd.8 *** /var/tmp/postfix-2.3.3/man/man8/smtpd.8 Thu Jul 27 07:12:15 2006 --- ./man/man8/smtpd.8 Mon Oct 2 16:04:37 2006 *************** *** 378,388 **** The number of pseudo-random bytes that an \fBsmtp\fR(8) or \fBsmtpd\fR(8) process requests from the \fBtlsmgr\fR(8) server in order to seed its internal pseudo random number generator (PRNG). ! .IP "\fBtls_high_cipherlist (!EXPORT:!LOW:!MEDIUM:ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "HIGH" grade ciphers. ! .IP "\fBtls_medium_cipherlist (!EXPORT:!LOW:ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! .IP "\fBtls_low_cipherlist (!EXPORT:ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "LOW" or higher grade ciphers. .IP "\fBtls_export_cipherlist (ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "EXPORT" or higher grade ciphers. --- 378,388 ---- The number of pseudo-random bytes that an \fBsmtp\fR(8) or \fBsmtpd\fR(8) process requests from the \fBtlsmgr\fR(8) server in order to seed its internal pseudo random number generator (PRNG). ! .IP "\fBtls_high_cipherlist (ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "HIGH" grade ciphers. ! .IP "\fBtls_medium_cipherlist (ALL:!EXPORT:!LOW:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. ! .IP "\fBtls_low_cipherlist (ALL:!EXPORT:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "LOW" or higher grade ciphers. .IP "\fBtls_export_cipherlist (ALL:+RC4:@STRENGTH)\fR" The OpenSSL cipherlist for "EXPORT" or higher grade ciphers. diff -cr /var/tmp/postfix-2.3.3/proto/postconf.proto ./proto/postconf.proto *** /var/tmp/postfix-2.3.3/proto/postconf.proto Thu Aug 10 15:59:56 2006 --- ./proto/postconf.proto Sun Sep 3 15:21:00 2006 *************** *** 10301,10307 ****
This feature is available in Postfix 2.3 and later.
! %PARAM tls_high_cipherlist !EXPORT:!LOW:!MEDIUM:ALL:+RC4:@STRENGTHThe OpenSSL cipherlist for "HIGH" grade ciphers. This defines the meaning of the "high" setting in smtpd_tls_mandatory_ciphers, --- 10301,10307 ----
This feature is available in Postfix 2.3 and later.
! %PARAM tls_high_cipherlist ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTHThe OpenSSL cipherlist for "HIGH" grade ciphers. This defines the meaning of the "high" setting in smtpd_tls_mandatory_ciphers, *************** *** 10310,10316 ****
This feature is available in Postfix 2.3 and later.
! %PARAM tls_medium_cipherlist !EXPORT:!LOW:ALL:+RC4:@STRENGTHThe OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. This defines the meaning of the "medium" setting in smtpd_tls_mandatory_ciphers, --- 10310,10316 ----
This feature is available in Postfix 2.3 and later.
! %PARAM tls_medium_cipherlist ALL:!EXPORT:!LOW:+RC4:@STRENGTHThe OpenSSL cipherlist for "MEDIUM" or higher grade ciphers. This defines the meaning of the "medium" setting in smtpd_tls_mandatory_ciphers, *************** *** 10322,10328 ****
This feature is available in Postfix 2.3 and later.
! %PARAM tls_low_cipherlist !EXPORT:ALL:+RC4:@STRENGTHThe OpenSSL cipherlist for "LOW" or higher grade ciphers. This defines the meaning of the "low" setting in smtpd_tls_mandatory_ciphers, --- 10322,10328 ----
This feature is available in Postfix 2.3 and later.
! %PARAM tls_low_cipherlist ALL:!EXPORT:+RC4:@STRENGTH The OpenSSL cipherlist for "LOW" or higher grade ciphers. This defines
the meaning of the "low" setting in smtpd_tls_mandatory_ciphers,
diff -cr /var/tmp/postfix-2.3.3/src/cleanup/Makefile.in ./src/cleanup/Makefile.in
*** /var/tmp/postfix-2.3.3/src/cleanup/Makefile.in Sun Jul 9 13:45:30 2006
--- ./src/cleanup/Makefile.in Thu Oct 19 11:16:17 2006
***************
*** 60,66 ****
CLEANUP_MILTER_OBJS = cleanup_state.o cleanup_out.o cleanup_addr.o \
cleanup_out_recipient.o
! cleanup_milter: cleanup_milter.o $(CLEANUP_MILTER_OBJS)
mv cleanup_milter.o junk
$(CC) $(CFLAGS) -DTEST -o $@ $@.c $(CLEANUP_MILTER_OBJS) $(LIBS) $(SYSLIBS)
mv junk cleanup_milter.o
--- 60,66 ----
CLEANUP_MILTER_OBJS = cleanup_state.o cleanup_out.o cleanup_addr.o \
cleanup_out_recipient.o
! cleanup_milter: cleanup_milter.o $(CLEANUP_MILTER_OBJS) $(LIBS)
mv cleanup_milter.o junk
$(CC) $(CFLAGS) -DTEST -o $@ $@.c $(CLEANUP_MILTER_OBJS) $(LIBS) $(SYSLIBS)
mv junk cleanup_milter.o
***************
*** 504,509 ****
--- 504,511 ----
cleanup_milter.o: ../../include/mymalloc.h
cleanup_milter.o: ../../include/nvtable.h
cleanup_milter.o: ../../include/off_cvt.h
+ cleanup_milter.o: ../../include/quote_821_local.h
+ cleanup_milter.o: ../../include/quote_flags.h
cleanup_milter.o: ../../include/rec_attr_map.h
cleanup_milter.o: ../../include/rec_type.h
cleanup_milter.o: ../../include/record.h
diff -cr /var/tmp/postfix-2.3.3/src/cleanup/cleanup.h ./src/cleanup/cleanup.h
*** /var/tmp/postfix-2.3.3/src/cleanup/cleanup.h Thu Jul 20 20:14:48 2006
--- ./src/cleanup/cleanup.h Thu Oct 19 11:16:17 2006
***************
*** 95,100 ****
--- 95,102 ----
const char *client_addr; /* real or ersatz client */
int client_af; /* real or ersatz client */
const char *client_port; /* real or ersatz client */
+ VSTRING *milter_ext_from; /* externalized sender */
+ VSTRING *milter_ext_rcpt; /* externalized recipient */
} CLEANUP_STATE;
/*
diff -cr /var/tmp/postfix-2.3.3/src/cleanup/cleanup_bounce.c ./src/cleanup/cleanup_bounce.c
*** /var/tmp/postfix-2.3.3/src/cleanup/cleanup_bounce.c Tue May 9 09:06:29 2006
--- ./src/cleanup/cleanup_bounce.c Tue Oct 17 06:02:05 2006
***************
*** 67,76 ****
{
MSG_STATS stats;
if (bounce_append(BOUNCE_FLAG_CLEAN, state->queue_id,
CLEANUP_MSG_STATS(&stats, state),
rcpt, "none", dsn) != 0) {
- msg_warn("%s: bounce logfile update error", state->queue_id);
state->errs |= CLEANUP_STAT_WRITE;
}
}
--- 67,81 ----
{
MSG_STATS stats;
+ /*
+ * Don't log a spurious warning (for example, when soft_bounce is turned
+ * on). bounce_append() already logs a record when the logfile can't be
+ * updated. Set the write error flag, so that a maildrop queue file won't
+ * be destroyed.
+ */
if (bounce_append(BOUNCE_FLAG_CLEAN, state->queue_id,
CLEANUP_MSG_STATS(&stats, state),
rcpt, "none", dsn) != 0) {
state->errs |= CLEANUP_STAT_WRITE;
}
}
diff -cr /var/tmp/postfix-2.3.3/src/cleanup/cleanup_milter.c ./src/cleanup/cleanup_milter.c
*** /var/tmp/postfix-2.3.3/src/cleanup/cleanup_milter.c Tue Aug 22 11:00:32 2006
--- ./src/cleanup/cleanup_milter.c Thu Oct 19 11:16:17 2006
***************
*** 104,109 ****
--- 104,110 ----
#include