Dear List, I have the following settings for the attachments.
$conf['compose']['link_attachments'] = false; $conf['compose']['attach_size_limit'] = 10485760; $conf['compose']['attach_count_limit'] = 0; ie. attach_size_limit is 10 MB. and in php.ini, I have the following settings. post_max_size = 30M upload_max_filesize = 30M When I am trying to attach a file, 26 MB, it is able to attach (which should not have happened) as the compose attach size limit is 10 MB only. This is 1st issue. 2nd one is, when I try to attach a file greater than 30 MB (php.ini setting), the session gets logged out and I get login screen in console window. This is observed in HGWE 5.1.2. Is anybody facing this problem. -- Regards Anant ------------------------------------------------------------------------------ Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ------------------------------------------------------------------------------ -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org