directadmin email going to spambox

secure7qe

Verified User
Joined
May 4, 2014
Messages
7
hello everybody
i configure directadmin with dkim,spf and rdns but when i send a mail in directadmin to yahoo mail its going to spambox
and ip was not blocked
my domain is http://beshn.ir
please save me!!!
 
Check that you have on server unblock php function "uname"
I don't understand what this has to do with yahoo sending email from your server to their users' spam mailbox. Please explain.

Jeff
 
made a fast check:
smtp mail.beshn.ir Warning - Reverse DNS does not match SMTP Banner

And try to change this:
TXT: "v=spf1 a mx ip4:162.223.94.34 all"

to

TXT: "v=spf1 a mx ip4:162.223.94.34 ~all" or -all
Im not sure but this can help your emails from going in spam map
 
Last edited:
While the RFCs only require working rDNS and don't specify that it needs to match, it probably does to keep you out of Spam mailboxes.

I'd recommend ~all and not -all, as with the latter setting emails coming from other servers won't be accepted at all by lots of mail servers. Though you may think you're not doing this, your users may be (for example, if they use their ISPs mailserver to send email with a from address with a domain on they host ith you). And some services you buy (for example, we use SiteUptime) send monitors from your return address.

Jeff
 
Back
Top