mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-07-15 08:28:55 +00:00
pmgconfig.adoc: document mail-options
This commit is contained in:
parent
d9c56b2281
commit
e3d778e0c9
@ -15,6 +15,23 @@ my $single_section = shift;
|
|||||||
my $found = 0;
|
my $found = 0;
|
||||||
|
|
||||||
my $key_groups = {
|
my $key_groups = {
|
||||||
|
'mail-options' => [
|
||||||
|
'mail' , {
|
||||||
|
maxsize => 1,
|
||||||
|
rejectunknown => 1,
|
||||||
|
rejectunknownsender => 1,
|
||||||
|
helotests => 1,
|
||||||
|
dnsbl_sites => 1,
|
||||||
|
verifyreceivers => 1,
|
||||||
|
greylist => 1,
|
||||||
|
spf => 1,
|
||||||
|
hide_received => 1,
|
||||||
|
dwarning => 1,
|
||||||
|
conn_count_limit => 1,
|
||||||
|
conn_rate_limit => 1,
|
||||||
|
message_rate_limit => 1,
|
||||||
|
banner => 1,
|
||||||
|
}],
|
||||||
'mail-ports' => [
|
'mail-ports' => [
|
||||||
'mail' , {
|
'mail' , {
|
||||||
int_port => 1,
|
int_port => 1,
|
||||||
|
@ -270,12 +270,14 @@ include::pmg.mail-ports-conf-opts.adoc[]
|
|||||||
Options
|
Options
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
ifndef::manvolnum[]
|
ifndef::manvolnum[]
|
||||||
image::images/screenshot/pmg-gui-mailproxy-options.png[]
|
image::images/screenshot/pmg-gui-mailproxy-options.png[]
|
||||||
endif::manvolnum[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
TODO
|
Those settings are saved to subsection 'mail' in `/etc/pmg/pmg.conf`,
|
||||||
|
using the following configuration keys:
|
||||||
|
|
||||||
|
include::pmg.mail-options-conf-opts.adoc[]
|
||||||
|
|
||||||
|
|
||||||
Transports
|
Transports
|
||||||
|
Loading…
Reference in New Issue
Block a user