mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-31 01:57:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			677 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			677 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| cat << EOF | docker-compose -f tests/compose/core/docker-compose.yml exec -T admin flask mailu config-update -v 1
 | |
| users:
 | |
|   - localpart: replyuser
 | |
|     password_hash: "\$1\$F2OStvi1\$Q8hBIHkdJpJkJn/TrMIZ9/"
 | |
|     hash_scheme: MD5-CRYPT
 | |
|     domain: mailu.io
 | |
|     reply_enabled: true
 | |
|     reply_subject: This will not reach me
 | |
|     reply_body: Cause this is just a test
 | |
| EOF
 | |
| 
 | |
| python3 tests/reply_test.py
 | |
| 
 | |
| cat << EOF | docker-compose -f tests/compose/core/docker-compose.yml exec -T admin flask mailu config-update -v 1
 | |
| users:
 | |
|   - localpart: replyuser
 | |
|     password_hash: "\$1\$F2OStvi1\$Q8hBIHkdJpJkJn/TrMIZ9/"
 | |
|     hash_scheme: MD5-CRYPT
 | |
|     domain: mailu.io
 | |
|     reply_enabled: false
 | |
| EOF
 | 
