ispCP - Board - Support
Mail arrives in SPAM on Yahoo - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Mail arrives in SPAM on Yahoo (/thread-6003.html)

Pages: 1 2 3 4


Mail arrives in SPAM on Yahoo - alecksievici - 03-10-2009 05:43 PM

The problem is pretty simple: when i send an email from my server (from any domain) to yahoo, it gets flagged as spam. Any other server (gmail or any other free email provider) receives the mails in inbox.

Until a few days ago i thought this was becuase my ip wasn't properly configured by my internet provider (when looking up the hostname on my ip i was receiving blowfish.from.swordfish), but now it works ok.

I've set up my hostname and the hosts file to match the lookup, i edited postfix's main.cf to also match the lookup and still it doesn't work.

Could this be an issue from ispcp, my postfix configuration or just yahoo's problem?

PS: i used http://www.isp-control.net/documentation/debugging_e-mail_problems and everything looks ok...

i really need help because it's driving me crazy :-W


RE: Mail arrives in SPAM on Yahoo - rbtux - 03-10-2009 08:12 PM

please show:
postconf | grep "^my"
host your server
host your ip

using domain keys and/or spf records should help


RE: Mail arrives in SPAM on Yahoo - alecksievici - 03-10-2009 08:51 PM

(03-10-2009 08:12 PM)rbtux Wrote:  please show:
postconf | grep "^my"
host your server
host your ip

using domain keys and/or spf records should help

Code:
postconf | grep "^my"
mydestination = $myhostname, $mydomain
mydomain = $myhostname
myhostname = mail.greenbit.ro
mynetworks = 127.0.0.1/32 80.96.56.98/32 192.168.0.1/32
mynetworks_style = host
myorigin = $myhostname

host mail.greenbit.ro
mail.greenbit.ro has address 80.96.56.98

host 80.96.56.98
98.56.96.80.in-addr.arpa is an alias for 98.64-127.56.96.80.in-addr.arpa.
98.64-127.56.96.80.in-addr.arpa domain name pointer mail.greenbit.ro.

using domain keys and/or spf records - about this i kinda don't know, but i assume i use spf records (default ispcp v1 - debian lenny) and i guess it's this thing: v=spf1 a mx ip4:80.96.56.98 ~all


RE: Mail arrives in SPAM on Yahoo - rbtux - 03-10-2009 09:19 PM

host 80.96.56.98
98.56.96.80.in-addr.arpa is an alias for 98.64-127.56.96.80.in-addr.arpa.
98.64-127.56.96.80.in-addr.arpa domain name pointer mail.greenbit.ro.

getting rid of the alias should reach out... About dk I will post a howto later this week...


RE: Mail arrives in SPAM on Yahoo - alecksievici - 03-10-2009 09:24 PM

(03-10-2009 09:19 PM)rbtux Wrote:  host 80.96.56.98
98.56.96.80.in-addr.arpa is an alias for 98.64-127.56.96.80.in-addr.arpa.
98.64-127.56.96.80.in-addr.arpa domain name pointer mail.greenbit.ro.

getting rid of the alias should reach out... About dk I will post a howto later this week...

and how do i get rid of the alias?
please, oh please don't tell me i have to call my ISP Sad


RE: Mail arrives in SPAM on Yahoo - rbtux - 03-10-2009 09:30 PM

(03-10-2009 09:24 PM)alecksievici Wrote:  and how do i get rid of the alias?
please, oh please don't tell me i have to call my ISP Sad

Well, if you don't have at least a /24 prefix your provider most-likely does not delegete reverse dns to your nameservers. So I guess yes you have to call your ISP ;-))


RE: Mail arrives in SPAM on Yahoo - alecksievici - 03-10-2009 09:36 PM

(03-10-2009 09:30 PM)rbtux Wrote:  
(03-10-2009 09:24 PM)alecksievici Wrote:  and how do i get rid of the alias?
please, oh please don't tell me i have to call my ISP Sad

Well, if you don't have at least a /24 prefix your provider most-likely does not delegete reverse dns to your nameservers. So I guess yes you have to call your ISP ;-))

oh well, lucky me...
at least could you tell me how those lines should look like, because i'm sure that the guys from my isp won't know what to do and how they should look like...

80.96.56.98 - Whois Information
% Information related to '80.96.56.64 - 80.96.56.127'
inetnum: 80.96.56.64 - 80.96.56.127

i guess they can't give me a /24 prefix...


RE: Mail arrives in SPAM on Yahoo - rbtux - 03-10-2009 09:41 PM

in the rev zone 56.96.80.in-addr.arpa:
one single entry
98 IN PTR mail.greenbit.ro.
(03-10-2009 09:36 PM)alecksievici Wrote:  80.96.56.98 - Whois Information
% Information related to '80.96.56.64 - 80.96.56.127'
inetnum: 80.96.56.64 - 80.96.56.127

i guess they can't give me a /24 prefix...

yeah thats a /26 prefix... delegate zones smaller than /24 is a dirty hack... (but not impossible...)


RE: Mail arrives in SPAM on Yahoo - alecksievici - 03-10-2009 09:58 PM

(03-10-2009 09:41 PM)rbtux Wrote:  in the rev zone 56.96.80.in-addr.arpa:
one single entry
98 IN PTR mail.greenbit.ro.
(03-10-2009 09:36 PM)alecksievici Wrote:  80.96.56.98 - Whois Information
% Information related to '80.96.56.64 - 80.96.56.127'
inetnum: 80.96.56.64 - 80.96.56.127

i guess they can't give me a /24 prefix...

yeah thats a /26 prefix... delegate zones smaller than /24 is a dirty hack... (but not impossible...)

well, just called my isp, they registerd my complaint and now i have to wait.
and about that "dirty hack", it's their problem, they'll just have to fix it.
thanks for your help and as soon as they fix the problem i'll send a few mails to yahoo and see if it's working and i'll post here the results Smile. again, thank you for your help.


RE: Mail arrives in SPAM on Yahoo - rbtux - 03-11-2009 12:16 AM

dirty hack is just when they delegate prefixes smaller /24 to your ns... Just altering the ptr should be a task of 1 minute...