error_reporting = E_ALL & ~E_NOTICE memory_limit = {{ (((container_memory | int | abs) | default(512)) / 2) | int | abs }}M file_uploads = On session.auto_start = 0 mbstring.func_overload = 0 pcre.backtrack_limit = 200000 date.timezone = {{ default_timezone }} upload_max_filesize = {{ max_mail_size_mb | int | abs }}M post_max_size = {{ max_mail_size_mb | int | abs }}M allow_url_fopen = On