Good Morning:

I was asking about limiting the size of outgoing mail.

I'm going to do an example to see if it is clear now.

My databytes file is limiting the size of the e-mail in 1Mb (for example),
so in all my virtual domain user will not receive e-mail bigger than 1Mb
(Ok?).

So if i send an e-mail of 1.5MB (for example) with a user of any of these
domains to another user of any of these domains, the message will not arive
in the second user because it is bigger than 1Mb (allright), then qmail will
return an error message to the user that sent it but it will also include
all the message sent, so the message that qmail will return is bigger than
1.5 Mb (ok?), so the user will not receive the error message because he is
not allowed to receive e-mail bigger than 1Mb.

What i want to know is if there is a way to qmail doesn't send all the
message back, if it is possible to send only an error message, so the user
will know that his message didn't arrive.

Thanks for helping me.

Wagner Garcia Campagner

----- Original Message -----
From: "Brian Kolaci" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 9:00 PM
Subject: Re: e-mail size


>
> Forgive me.  I may have misunderstood myself...
>
> Brian
>
>   > on 3/15/01 4:45 PM, Brian Kolaci at [EMAIL PROTECTED] wrote:
>   >
>   > > I implemented a patch (not sure if its in the current
>   > > distribution), but it looks for the file ".domainquota"
>   > > and reads it in (which is in bytes) which specifies
>   > > a per-domain quota.  Look for the string ".domainquota"
>   > > in the vdelivermail.c file.  If you see it, then its
>   > > in there.  It would also forward a notification of bounced
>   > > emails to the postmaster.
>   > >
>   > > Another approach (which I now use) is to put quota's on
>   > > unix ID's and put each domain on a specific unix account.
>   > > Its much more reliable and takes up less CPU in vdelivermail.
>   >
>   >
>   > Perhaps I misunderstood.  I thought the issue was limiting the size of
>   > outgoing mail, not user/domain quotas.
>   >
>   > -Bill
>   >
>

Reply via email to