Guest User

Untitled

a guest
Jan 16th, 2018
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. smtp_generic_maps = hash:/etc/postfix/generic
  2.  
  3. root@system.fqdn noreply@company.com
  4. www-data@system.fqdn noreply@company.com
  5.  
  6. postmap /etc/postfix/generic
  7.  
  8. $ vim /etc/email-addresses
  9.  
  10. root: noreply@example.com
  11. www-data: noreply@example.com
  12.  
  13. $ vim /etc/passwd
  14.  
  15. root:x:0:0:Example Company:/root:/bin/bash
  16. www-data:x:33:33:Example Company:/var/www:/usr/bin/nologin
Add Comment
Please, Sign In to add comment