Guest User

Untitled

a guest
Nov 26th, 2017
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. disable_ipv6='true'
  2. dc_eximconfig_configtype='smarthost'
  3. dc_other_hostnames='hostname.mydomain.com'
  4. dc_local_interfaces='127.0.0.1'
  5. dc_readhost='mydomain.com'
  6. dc_relay_domains=''
  7. dc_minimaldns='false'
  8. dc_relay_nets=''
  9. dc_smarthost='smtp.mydomain.com::587'
  10. CFILEMODE='644'
  11. dc_use_split_config='true'
  12. dc_hide_mailname='true'
  13. dc_mailname_in_oh='true'
  14. dc_localdelivery='mail_spool
  15.  
  16. swaks --tls --auth --to me@mydomain.com --server smtp.mydomain.com:587
  17.  
  18. <~ 235 2.7.0 Authentication successful
  19. ~> MAIL FROM:<username@hostname.mydomain.com>
  20. <~ 250 2.1.0 Ok
  21. ~> RCPT TO:<me@mydomain.com>
  22. <~* 450 4.1.8 <username@hostname.mydomain.com>: Sender address rejected: Domain not found
  23. ~> QUIT
  24. <~ 221 2.0.0 Bye
  25.  
  26. mail me@mydomain.com
  27.  
  28. Recipient address rejected: Access denied
Add Comment
Please, Sign In to add comment