Guest User

Untitled

a guest
Nov 24th, 2017
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. poll pop.gmx.net
  2. with proto POP3
  3. user "user@pop-server"
  4. there with password "secretpassword"
  5. mda "/usr/bin/msmtp -- someuser@icloud.com"
  6. options
  7. no keep
  8. ssl
  9. sslcertck
  10. sslcertpath /etc/ssl/certs
  11. set daemon 300
  12.  
  13. account default
  14. host mx6.mail.icloud.com
  15. port 25
  16. auto_from off
  17. from "user@localdomain"
  18. tls on
  19. tls_starttls on
  20. tls_trust_file /etc/ssl/certs/ca-certificates.crt
  21. logfile ~/.msmtp.log
  22. domain mx.of.localdomain
  23.  
  24. set daemon 300
  25. poll pop.remote.tld tracepolls proto pop3 uidl auth password port 110 timeout 60
  26. user "your_username" keep pass "youpassword" smtpname your_other_account@other.tld
Add Comment
Please, Sign In to add comment