You've already forked Mailu
							
							
				mirror of
				https://github.com/Mailu/Mailu.git
				synced 2025-10-30 23:37:43 +02:00 
			
		
		
		
	Lower the loglevel of podop
This commit is contained in:
		| @@ -11,7 +11,7 @@ from podop import run_server | ||||
|  | ||||
| def start_podop(): | ||||
|     os.setuid(8) | ||||
|     run_server(3 if "DEBUG" in os.environ else 1, "dovecot", "/tmp/podop.socket", [ | ||||
|     run_server(3 if "DEBUG" in os.environ else 0, "dovecot", "/tmp/podop.socket", [ | ||||
| 		("quota", "url", "http://admin/internal/dovecot/§"), | ||||
| 		("auth", "url", "http://admin/internal/dovecot/§"), | ||||
| 		("sieve", "url", "http://admin/internal/dovecot/§"), | ||||
|   | ||||
| @@ -12,7 +12,7 @@ from podop import run_server | ||||
|  | ||||
| def start_podop(): | ||||
|     os.setuid(100) | ||||
|     run_server(3 if "DEBUG" in os.environ else 1, "postfix", "/tmp/podop.socket", [ | ||||
|     run_server(3 if "DEBUG" in os.environ else 0, "postfix", "/tmp/podop.socket", [ | ||||
| 		("transport", "url", "http://admin/internal/postfix/transport/§"), | ||||
| 		("alias", "url", "http://admin/internal/postfix/alias/§"), | ||||
| 		("domain", "url", "http://admin/internal/postfix/domain/§"), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user