php - Postfix sending mails successfully but receivers don't get them -


i've tried using postfix smtp server sending "verification" mails locally, provided destination. current problem is, sends mails without issues receivers don't them.

i'm using xenforo software "127.0.0.1:25" smtp data sending mails, without user - / pass login because postfix locally bound , should only send mails - not receiving outside.

also i'm using custom domain provide "from:" data mail. (e.g. "no-reply@*******.com")

i tried using smtp servers of different hosts such "mailjet" had same issue there. staff of used hosts said, there'd wrong server , nothing else, that's why had decided host own smtp server locally on same server webserver's running.


postfix "main.cf" file: http://pastebin.com/r8efkbxl

logs: http://pastebin.com/tnjvbnfp


thanks in advance.

sincerely,

chris

and have spf, dkim, etc. sorted? suggest (authenticate and) use same smtp server use other email domain, create separate inbox if need it's using different credentials you. it's lot less hassle.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -