Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. $ sudo cat /etc/salt/grains
  2. ## IPtables Module ##
  3. iptables:
  4. open-ports: [25,80,443]
  5. hosts-string: 'mail.tanta.io smtp.tanta.io server.tanta.io tanta.io mail smtp server'
  6.  
  7. ## Webhosting Module ##
  8. roundcube:
  9. base-path: '/var/www/webmail'
  10. roundcube-user: ''
  11. roundcube-db: ''
  12. roundcube-pass: ''
  13.  
  14. ## Postfix Module ##
  15. postfix:
  16. main:
  17. myhostname: 'tanta.io'
  18. myorigin: 'tanta.io'
  19. mydestination: 'tanta.io, mail.tanta.io, localhost.localdomain, localhost'
  20. mynetworks: '127.0.0.1'
  21. home-mailbox: '.Maildir/'
  22. cert-file: '/etc/letsencrypt/live/tanta.io/cert.pem'
  23. key-file: '/etc/letsencrypt/live/tanta.io/privkey.pem'
  24. root-alias: 'will'
  25. sender-access:
  26. - 'will@tanta.io all'
  27. - '@tanta.io local'
  28. local:
  29. - 'tanta.io OK'
  30. all:
  31. - '^*@* OK'
  32.  
  33. dovecot:
  34. mail-location: 'Maildir:~/.Maildir'
  35. ssl-cert: '/etc/letsencrypt/live/tanta.io/cert.pem'
  36. ssl-key: '/etc/letsencrypt/live/tanta.io/privkey.pem'
  37.  
  38. opendkim:
  39. key-table:
  40. - '# Managed by Salt'
  41. - 'default._domainkey.tanta.io tanta.io:default:/etc/opendkim/keys/default.private'
  42. signing-table:
  43. - '# Managed by Salt'
  44. - '*@tanta.io default._domainkey.tanta.io'
  45. trusted-hosts:
  46. - '# Managed by Salt'
  47. - '127.0.0.1'
  48. - 'mail.tanta.io'
  49. - 'tanta.io'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement