mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Sendmail should create a process on the gitea system and have a default timeout (#11256)
* Make sure that sendmail processes register with the process manager * Provide a timeout for these (initially of 5 minutes) * Add configurable value and tie in to documentation * Tie in to the admin config page. Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -649,6 +649,8 @@ MAILER_TYPE = smtp
 | 
			
		||||
SENDMAIL_PATH = sendmail
 | 
			
		||||
; Specify any extra sendmail arguments
 | 
			
		||||
SENDMAIL_ARGS =
 | 
			
		||||
; Timeout for Sendmail
 | 
			
		||||
SENDMAIL_TIMEOUT = 5m
 | 
			
		||||
 | 
			
		||||
[cache]
 | 
			
		||||
; if the cache enabled
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user