Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [jgrover] Incoming mail = "too big" notification

Quote Reply
Re: [jgrover] Incoming mail = "too big" notification In reply to
Argh, it's a bug in the admin template. Here's a fix to the template that will make the option show up:
Code:
--- gmail/data/admin/templates/setup_user_limits.html 2003/12/12 03:27:18 1.17
+++ gmail/data/admin/templates/setup_user_limits.html 2004/08/18 01:56:48 1.18
@@ -72,7 +72,6 @@
<td width="25%"><font face="Tahoma,Arial,Helvetica" size="2"><b>Max Folders</b></font></td>
<td width="75%"><font face="Tahoma,Arial,Helvetica" size="2"><input type="text" name="folders_max" value="<%folders_max%>" size="20"></font></td>
</tr>
-<%if account_mode ne 'individual_pop'%>
<tr>
<td width="100%" colspan="2"><font face="Tahoma,Arial,Helvetica" size="2">
This is the maximum size an email message can be. If the email is bigger than this it is bounced.</font></td>
@@ -86,7 +85,6 @@

</font></td>
</tr>
-<%endif%>
<tr>
<td width="100%" colspan="2"><font face="Tahoma,Arial,Helvetica" size="2">
This is the maximum number of messages a user can have. Any messages that arrive for a user with this many messages

Adrian
Subject Author Views Date
Thread Incoming mail = "too big" notification jgrover 7573 Aug 17, 2004, 7:02 AM
Thread Re: [jgrover] Incoming mail = "too big" notification
brewt 7486 Aug 17, 2004, 10:55 AM
Thread Re: [brewt] Incoming mail = "too big" notification
jgrover 7465 Aug 17, 2004, 12:33 PM
Thread Re: [jgrover] Incoming mail = "too big" notification
brewt 7468 Aug 17, 2004, 6:59 PM
Thread Re: [brewt] Incoming mail = "too big" notification
jgrover 7454 Aug 20, 2004, 5:10 AM
Thread Re: [jgrover] Incoming mail = "too big" notification
HyperTherm 7441 Aug 20, 2004, 7:37 AM
Post Re: [HyperTherm] Incoming mail = "too big" notification
jgrover 7443 Aug 20, 2004, 7:54 AM
Thread Re: [jgrover] Incoming mail = "too big" notification
Chaz 7444 Aug 20, 2004, 8:08 AM
Post Re: [Chaz] Incoming mail = "too big" notification
jgrover 7432 Aug 20, 2004, 8:52 AM
Post Re: [jgrover] Incoming mail = "too big" notification
Alex 7402 Sep 1, 2004, 1:34 PM