25 lines
		
	
	
		
			446 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			446 B
		
	
	
	
		
			YAML
		
	
	
---
 | 
						|
glob_autoconfig:
 | 
						|
  provider: crans.org
 | 
						|
  domains:
 | 
						|
    - crans.org
 | 
						|
    - crans.eu
 | 
						|
    - crans.fr
 | 
						|
  name:
 | 
						|
    long: Cr@ns Mail
 | 
						|
    short: Cr@ns
 | 
						|
  incoming:
 | 
						|
    type: imap
 | 
						|
    hostname: imap.crans.org
 | 
						|
    port: 993
 | 
						|
    socket_type: SSL
 | 
						|
    username: "%EMAILLOCALPART%"
 | 
						|
    authentication: plain
 | 
						|
  outgoing:
 | 
						|
    type: smtp
 | 
						|
    hostname: smtp.crans.org
 | 
						|
    port: 465
 | 
						|
    socket_type: SSL
 | 
						|
    username: "%EMAILLOCALPART%"
 | 
						|
    authentication: plain
 |