5 lines
		
	
	
	
		
			85 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			85 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| XMAILDIR="$1"
 | |
| eval ${LOGINRUN} \
 | |
| 	/usr/sbin/courier-imapd \
 | |
| 	${XMAILDIR}
 |