Re: [imp] Logout after attaching a file.

2013-09-06 Thread Maxime Pelletier
ANANT S ATHAVALE isac.gov.in> writes: > > 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.

[imp] Logout after attaching a file.

2013-09-05 Thread ANANT S ATHAVALE
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_si