• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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