Guest User

Untitled

a guest
Apr 2nd, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. # The place where the mail goes. The actual machine name is required no
  3. # MX records are consulted. Commonly mailhosts are named mail.domain.com
  4. mailhub=smtp.gmail.com:587
  5.  
  6. # Where will the mail seem to come from?
  7. #rewriteDomain=
  8.  
  9. # The full hostname
  10. hostname=core.local
  11.  
  12. # Are users allowed to set their own From: address?
  13. # YES - Allow the user to specify their own From: address
  14. # NO - Use the system generated From: address
  15. #FromLineOverride=YES
  16. UseSTARTTLS=YES
  17. AuthPass=*****
  18.  
  19. AuthMethod=LOGIN
  20.  
  21. UseTLS=YES
  22.  
  23. FromLineOverride=yes
Advertisement
Add Comment
Please, Sign In to add comment