From: Steve Wright <[EMAIL PROTECTED]> Date: Thu, 21 Feb 2002 12:57:44 +0000 Cc: <[EMAIL PROTECTED]>
How I changed the quota message; To change the message cyrus rejects over quota mail with I modified /usr/local/src/cyrus-imapd-2.0.16/imap/lmtpengine.c (line 152) The lines 151 & 152 now read; 151 case IMAP_QUOTA_EXCEEDED: 152 return "550 4.2.2 Over quota"; You need to make that return "550 5.2.2 Over quota"; Larry