Hi, thanks for reply > This is suspicious. sendmail doesn't return an error to getmail, so > getmail should think the message was processed. in short, there should > be no "next round".
As you can see in getmail configuration getmail is calling sendmail. AFAIK if postfix reject the mail (because of too large) sendmail returns error code and so getmail don't delete the mail from ISP and do nothing. > since the message was already accepted by one of your servers, it is too > late to generate a bounce, because this will cause backscatter (if the > sender is forged). > > in short, you need to accept such messages since your ISP/MSP accept them. Yes but my ISP will accept also big messages and I don't want to process messages bigger than 10 MB for instance. Yes the backscatter could be problem but now I have problem that mails bigger than 10 MB will stay on ISP server forever and I can do nothing about it (I can delete it from ISP webmail interface but thi is not a rela solution). thanks Trigve