How to configure mailbox limit Postfix

Work task:

Limit mailbox for each user to 1MB


How to configure:

Limit size in bytes
Find & edit /etc/postfix/main.cf as follow:


   mailbox_size_limit = 1024000
   message_size_limit = 1024000


~#etc/init.d/postfix restart


How to mark:

#postconf mailbox_size_limit
#postconf massage_size_limit
Output:
mailbox_size_limit = 1024000
message_size_limit = 1024000

Additional
Proof:

Screencast berikut test postfix message mailbox size using mail client CLI mutt

Komentar

Postingan populer dari blog ini

Pembahasan IT Network Systems Administration Module A DNS (Forward Zone, Reverse Zone, CNAME, MX, Split View)

Cara restart / stop windows service (services.msc) dengan bat / cmd

How to convert VMDK to OVA