Hi all,
        When a user's mailbox is over quota, all his new mail was in temporary 
failure.
        To bounce this new mail ( not stock in mail queue ) whith the good error 
message ( Over quota and not bad protocol) I modify the lmtpengine.c

Line 151 :
case IMAP_QUOTA_EXCEEDED:
       /*return "452 4.2.2 Over quota";*/
       return "552 4.2.2 Over quota";

Line 1499 :
  /*case 452:*/
     case 552:
  return IMAP_QUOTA_EXCEEDED;

It's work, but it's correct to make like that ?

Thanks to all.

-- Julien Marchal --

Email : [EMAIL PROTECTED]

Université NANCY 2 - C.R.I.
13, Rue Michel Ney
CO 75 - 54037 Nancy Cédex


Reply via email to