mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-30 17:47:55 +00:00 
			
		
		
		
	Enable quotas in dovecot
This commit is contained in:
		| @@ -4,6 +4,7 @@ | ||||
| protocols = imap lmtp sieve | ||||
| postmaster_address = %{env:POSTMASTER_ADDRESS} | ||||
| hostname = %{env:MAIL_HOSTNAME} | ||||
| mail_plugins = $mail_plugins quota | ||||
|  | ||||
| service dict { | ||||
|   unix_listener dict { | ||||
| @@ -91,6 +92,7 @@ service auth-worker { | ||||
| ############### | ||||
|  | ||||
| protocol imap { | ||||
|   mail_plugins = $mail_plugins imap_quota | ||||
| } | ||||
|  | ||||
| service imap-login { | ||||
| @@ -119,6 +121,10 @@ service lmtp { | ||||
|   } | ||||
| } | ||||
|  | ||||
| plugin { | ||||
|   quota = maildir:User quota | ||||
| } | ||||
|  | ||||
|  | ||||
| ############### | ||||
| # Filtering | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre Jaury
					Pierre Jaury