SHARE
TWEET

Untitled

a guest May 5th, 2012 34 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. The Warning:
  2.  
  3. Kailas-Narendrans-MacBook-Pro:postfix kailas$ sudo postmap password
  4. postmap: warning: password.db: duplicate entry: "smtp.gmail.com:587"
  5.  
  6. /etc/postfix/password
  7.  
  8. #smtp.isp.com   username:password
  9. mail.kiinde.com:26      support@kiinde.com:fooo
  10. smtp.gmail.com:587      tech@xitome.com:foooo
  11. smtp.gmail.com:587      support@xitome.com:fooo
  12.  
  13. /etc/main.cf
  14.  
  15. sender_dependent_relayhost_maps = hash:/etc/postfix/relayhost_maps
  16. relayhost = smtp.east.cox.net
  17. smtp_sasl_auth_enable = yes
  18. smtp_sender_dependent_authentication = yes
  19. smtp_sasl_password_maps = hash:/etc/postfix/password
  20. smtp_sasl_security_options = noanonymous
  21. smtp_use_tls = yes
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top