6 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								groupadd -g 32 postfix 
							 | 
						||
| 
								 | 
							
								groupadd -g 33 postdrop 
							 | 
						||
| 
								 | 
							
								useradd -c "Postfix Daemon User" -d /var/spool/postfix -g postfix \
							 | 
						||
| 
								 | 
							
								        -s /bin/false -u 32 postfix 
							 | 
						||
| 
								 | 
							
								chown -v postfix:postfix /var/mail
							 |