Guest User

Untitled

a guest
Dec 18th, 2017
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Dec 19 04:51:05 mail postfix/submission/smtpd[24088]: NOQUEUE: reject: RCPT from c-24-6-111-204.hsd1.ca.comcast.net[24.6.111.204]: 554 5.7.1 <c-24-6-111-204.hsd1.ca.comcast.net[24.6.111.204]>: Client host rejected: Access denied; from=<info@myserver.com> to=<info@ myserver.com> proto=ESMTP helo=<192.168.88.12>
  2.  
  3. $ postconf mynetworks
  4. mynetworks = 127.0.0.0/8 [::1]/128 10.1.0.0/16 64.71.111.112/28 24.6.111.204/32 192.168.88.0/24
  5.  
  6. mail.smtp.port = 587
  7. mail.smtp.auth = true
  8. mail.smtp.starttls.enable = true
  9. mail.user = 'info@myserver.com'
  10. mail.smtp.password = 'thepassword'
Add Comment
Please, Sign In to add comment