• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

limit email siz

D

duke22

Guest
hello just wondering whether there is a way to restrict the size of the email user can receive. I don't mean the actuall mailbox size but the size of the individual emails?

I would assume the limit for the mailbox quota is for the mailbox size isn't it?

thanks for your help
 
I have not tried this myself (never had the need), but you may want to try creating/editing the Qmail control file:

/var/qmail/control/databytes

Here's the info from 'man qmail-smtpd':
Code:
       databytes
            Maximum  number  of bytes allowed in a message, or 0 for no limit.
            Default: 0.  If a message exceeds this limit, qmail-smtpd  returns
            a  permanent error code to the client; in contrast, if the disk is
            full or qmail-smtpd hits a resource limit, qmail-smtpd  returns  a
            temporary error code.
 
            databytes  counts  bytes  as  stored  on  disk, not as transmitted
            through the network.  It does not count the  qmail-smtpd  Received
            line, the qmail-queue Received line, or the envelope.
 
            If  the  environment  variable  DATABYTES  is  set,  it  overrides
            databytes.
I'm not sure if this would include attachment size or just message body size.
 
Back
Top