Hello Guys,
I have issue with my email. I have configured a server recently. The mail ip was blacklisted . So I changed main shared Ip as both were same. Still the mails are routed through old ip. Gmail is marking the emails as spam. mails from outlook seems fine with gmail. On checking I could see the old ip was specified in '/var/cpanel/mainip' . I have changed it to new one.
x.x.x.x = old ip
y.y.y.y = new ip
-------------------
------------------------------
Outlook email log : this is not going to spam in gmail
--------------
I have tried after changing email from dedicated ip from exim configuration. Please help
Thanks
Sreeni
I have issue with my email. I have configured a server recently. The mail ip was blacklisted . So I changed main shared Ip as both were same. Still the mails are routed through old ip. Gmail is marking the emails as spam. mails from outlook seems fine with gmail. On checking I could see the old ip was specified in '/var/cpanel/mainip' . I have changed it to new one.
x.x.x.x = old ip
y.y.y.y = new ip
-------------------
Code:
webmail test mail log:
2014-03-11 21:04:56 1WNR2u-0001bY-NE <= [email protected] H=localhost ([x.x.x.x]) [127.0.0.1]:50900 P=esmtpa A=courier_login:[email protected] S=830 [email protected] T="Update to latest : 5.2.16" for [email protected]
2014-03-11 21:04:56 SMTP connection from localhost ([x.x.x.x]) [127.0.0.1]:50900 closed by QUIT
2014-03-11 21:04:56 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1WNR2u-0001bY-NE
2014-03-11 21:04:56 1WNR2u-0001bY-NE SMTP connection outbound 1394561096 1WNR2u-0001bY-NE domain.com [email protected]
2014-03-11 21:04:57 1WNR2u-0001bY-NE => [email protected] R=dkim_lookuphost T=dkim_remote_smtp H=gmail-smtp-in.l.google.com [173.194.64.26] X=UNKNOWN:ECDHE-RSA-AES128-GCM-SHA256:128 C="250 2.0.0 OK 1394561097 o4si22111903oei.46 - gsmtp"
2014-03-11 21:04:57 1WNR2u-0001bY-NE Completed
------------------------------
Outlook email log : this is not going to spam in gmail
Code:
2014-03-11 21:13:24 SMTP connection from [123.236.xx.xx]:22039 (TCP/IP connection count = 1)
2014-03-11 21:13:24 no host name found for IP address 123.236.xx.xx
2014-03-11 21:13:27 1WNRB8-000383-Pn <= [email protected] H=(SreenivasPC) [123.236.xx.xx]:22039 P=esmtpa A=courier_login:[email protected] S=2772 [email protected] T="Email issue" for [email protected]
2014-03-11 21:13:27 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1WNRB8-000383-Pn
2014-03-11 21:13:27 1WNRB8-000383-Pn SMTP connection outbound 1394561607 1WNRB8-000383-Pn domain.com [email protected]
2014-03-11 21:13:28 1WNRB8-000383-Pn => [email protected] R=dkim_lookuphost T=dkim_remote_smtp H=gmail-smtp-in.l.google.com [173.194.64.26] X=UNKNOWN:ECDHE-RSA-AES128-GCM-SHA256:128 C="250 2.0.0 OK 1394561608 pp9si25079711obc.128 - gsmtp"
2014-03-11 21:13:28 1WNRB8-000383-Pn Completed
2014-03-11 21:13:30 SMTP connection from (SreenivasPC) [123.236.xx.xx]:22039 closed by QUIT
Code:
# cat /etc/mailips >> new ip
*:y.y.y.y
#cat /etc/mailhelo
[email protected] [/usr/local/nagios]# >> nill
I have tried after changing email from dedicated ip from exim configuration. Please help
Thanks
Sreeni
Last edited by a moderator: