dovecot: fix stats service errors
This commit is contained in:
		
					parent
					
						
							
								cf6ee522e5
							
						
					
				
			
			
				commit
				
					
						fb2f1e8031
					
				
			
		
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								dovecot.nix
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								dovecot.nix
									
										
									
									
									
								
							|  | @ -62,6 +62,19 @@ let | |||
|       } | ||||
|     } | ||||
| 
 | ||||
|     service stats { | ||||
|       unix_listener stats-reader { | ||||
|         user = dovecot2 | ||||
|         group = dovecot2 | ||||
|         mode = 0660 | ||||
|       } | ||||
|       unix_listener stats-writer { | ||||
|         user = dovecot2 | ||||
|         group = dovecot2 | ||||
|         mode = 0660 | ||||
|       } | ||||
|     } | ||||
| 
 | ||||
|     protocol lmtp { | ||||
|       mail_plugins = sieve | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Daniel Frank
				Daniel Frank