Reputation: 4116
Is it possible to limit the size of attachment that can be send or received in qmail. Its to stop mail forwardings with large sizes amoung employees.
Upvotes: -2
Views: 3173
Reputation: 3777
The maximum message size for emails in a qmail-installation is normally defined by the following file:
./qmail/control/databytes
The size is defined in bytes. Example:
50000000
Limit would be: 50000000Bytes = 48,828Kb = 47,68MB
Upvotes: 3