Make size of email permitted configurable
This commit is contained in:
		| @@ -2,3 +2,4 @@ | ||||
| # defaults file for ensure_postfix | ||||
| postmaster_email: 'postmaster@example.com' | ||||
| postfix_vhost: '{{ inventory_hostname }}' | ||||
| postfix_message_size_limit: 10240000 | ||||
|   | ||||
| @@ -759,3 +759,5 @@ delay_notice_recipient = {{ postmaster_email }} | ||||
| error_notice_recipient = {{ postmaster_email }} | ||||
| smtpd_helo_required = yes | ||||
| disable_vrfy_command = yes | ||||
| message_size_limit = {{ postfix_message_size_limit }} | ||||
|  | ||||
|   | ||||
| @@ -759,3 +759,5 @@ delay_notice_recipient = {{ postmaster_email }} | ||||
| error_notice_recipient = {{ postmaster_email }} | ||||
| smtpd_helo_required = yes | ||||
| disable_vrfy_command = yes | ||||
| message_size_limit = {{ postfix_message_size_limit }} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user