mirror of
https://github.com/vdukhovni/postfix
synced 2025-08-30 05:38:06 +00:00
postfix-2.5.1
This commit is contained in:
parent
55ffb3828e
commit
fe9d4f6b71
@ -245,7 +245,7 @@ NOTE 1: As of version 2.5, Postfix no longer uses root privileges when opening
|
||||
this file. The file should now be stored under the Postfix-owned
|
||||
data_directory. As a migration aid, an attempt to open the file under a non-
|
||||
Postfix directory is redirected to the Postfix-owned data_directory, and a
|
||||
warning is logged. If you wish to continue using an pre-existing database file,
|
||||
warning is logged. If you wish to continue using a pre-existing database file,
|
||||
move it to the data_directory, and change ownership to the account specified
|
||||
with the mail_owner parameter.
|
||||
|
||||
|
@ -382,7 +382,7 @@ when opening this file. The file should now be stored under the
|
||||
Postfix-owned <a href="postconf.5.html#data_directory">data_directory</a>. As a migration aid, an attempt to
|
||||
open the file under a non-Postfix directory is redirected to the
|
||||
Postfix-owned <a href="postconf.5.html#data_directory">data_directory</a>, and a warning is logged. If you wish
|
||||
to continue using an pre-existing database file, move it to the
|
||||
to continue using a pre-existing database file, move it to the
|
||||
<a href="postconf.5.html#data_directory">data_directory</a>, and change ownership to the account specified with
|
||||
the <a href="postconf.5.html#mail_owner">mail_owner</a> parameter. </p>
|
||||
|
||||
|
@ -1351,7 +1351,8 @@ Instead of $name you can also specify ${name} or $(name).
|
||||
|
||||
<p>
|
||||
Restrict the characters that the <a href="local.8.html">local(8)</a> delivery agent allows in
|
||||
$name expansions of $<a href="postconf.5.html#mailbox_command">mailbox_command</a>. Characters outside the
|
||||
$name expansions of $<a href="postconf.5.html#mailbox_command">mailbox_command</a> and $<a href="postconf.5.html#command_execution_directory">command_execution_directory</a>.
|
||||
Characters outside the
|
||||
allowed set are replaced by underscores.
|
||||
</p>
|
||||
|
||||
@ -7502,7 +7503,7 @@ the unix: prefix),
|
||||
<li> a /file/name with domain names and/or <a href="postconf.5.html#relayhost">relay host</a> names as
|
||||
defined above,
|
||||
|
||||
<li> a "<a href="DATABASE_README.html">type:table</a>" with domain names and/or relay hosts name on
|
||||
<li> a "<a href="DATABASE_README.html">type:table</a>" with domain names and/or <a href="postconf.5.html#relayhost">relay host</a> names on
|
||||
the left-hand side. The right-hand side result from "<a href="DATABASE_README.html">type:table</a>"
|
||||
lookups is ignored.
|
||||
|
||||
|
@ -751,7 +751,8 @@ Instead of $name you can also specify ${name} or $(name).
|
||||
This feature is available in Postfix 2.2 and later.
|
||||
.SH command_expansion_filter (default: see "postconf -d" output)
|
||||
Restrict the characters that the \fBlocal\fR(8) delivery agent allows in
|
||||
$name expansions of $mailbox_command. Characters outside the
|
||||
$name expansions of $mailbox_command and $command_execution_directory.
|
||||
Characters outside the
|
||||
allowed set are replaced by underscores.
|
||||
.SH command_time_limit (default: 1000s)
|
||||
Time limit for delivery to external commands. This limit is used
|
||||
@ -4228,7 +4229,7 @@ the unix: prefix),
|
||||
a /file/name with domain names and/or relay host names as
|
||||
defined above,
|
||||
.IP \(bu
|
||||
a "type:table" with domain names and/or relay hosts name on
|
||||
a "type:table" with domain names and/or relay host names on
|
||||
the left-hand side. The right-hand side result from "type:table"
|
||||
lookups is ignored.
|
||||
.PP
|
||||
|
@ -382,7 +382,7 @@ when opening this file. The file should now be stored under the
|
||||
Postfix-owned data_directory. As a migration aid, an attempt to
|
||||
open the file under a non-Postfix directory is redirected to the
|
||||
Postfix-owned data_directory, and a warning is logged. If you wish
|
||||
to continue using an pre-existing database file, move it to the
|
||||
to continue using a pre-existing database file, move it to the
|
||||
data_directory, and change ownership to the account specified with
|
||||
the mail_owner parameter. </p>
|
||||
|
||||
|
@ -3785,7 +3785,7 @@ the unix: prefix),
|
||||
<li> a /file/name with domain names and/or relay host names as
|
||||
defined above,
|
||||
|
||||
<li> a "type:table" with domain names and/or relay hosts name on
|
||||
<li> a "type:table" with domain names and/or relay host names on
|
||||
the left-hand side. The right-hand side result from "type:table"
|
||||
lookups is ignored.
|
||||
|
||||
@ -6638,7 +6638,8 @@ The default time unit is s (seconds).
|
||||
|
||||
<p>
|
||||
Restrict the characters that the local(8) delivery agent allows in
|
||||
$name expansions of $mailbox_command. Characters outside the
|
||||
$name expansions of $mailbox_command and $command_execution_directory.
|
||||
Characters outside the
|
||||
allowed set are replaced by underscores.
|
||||
</p>
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
||||
* Patches change both the patchlevel and the release date. Snapshots have no
|
||||
* patchlevel; they change the release date only.
|
||||
*/
|
||||
#define MAIL_RELEASE_DATE "20080210"
|
||||
#define MAIL_VERSION_NUMBER "2.5.1-RC2"
|
||||
#define MAIL_RELEASE_DATE "20080216"
|
||||
#define MAIL_VERSION_NUMBER "2.5.1"
|
||||
|
||||
#ifdef SNAPSHOT
|
||||
# define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE
|
||||
|
Loading…
x
Reference in New Issue
Block a user