Merge "Raise smtp_accept_max for openstack_project::lists"
This commit is contained in:
commit
2d7d7a241e
@ -11,6 +11,8 @@ class openstack_project::lists(
|
||||
queue_interval => '1m',
|
||||
queue_run_max => '50',
|
||||
mailman_domains => [$listdomain],
|
||||
smtp_accept_max => '100',
|
||||
smtp_accept_max_per_host => '10',
|
||||
}
|
||||
|
||||
class { 'mailman':
|
||||
|
Loading…
x
Reference in New Issue
Block a user