Mails are landing in junk - remove 127.0.0.1 maybe?

Discussion in 'Server Operation' started by karmicdice, Nov 29, 2013.

  1. karmicdice

    karmicdice New Member

    Hi,

    I followed the tutorial of using postfix - multiple virtual domains and users.
    However, I did lot of tweaking around too... Got DKIM etc...

    However, all mails are landing up in spam folder of gmail, outlook, etc...

    I corrected the spf1 till it finally gave me from permerror to pass!

    still it is going in junk... I suspect, maybe because it shows 127.0.0.1 and reverse resolv by gmail , outlook does not give that hostname? just maybe...

    here is my message source:
    From outlook:
    Code:
    x-store-info:4r51+eLowCe79NzwdU2kRyU+pBy2R9QCQ99fuVSCLVNccCxM5f8HueAZTb5Tx8keFAy6GbFZjPwwirZz1sRvuV77ssNebbJt42m+Wzj1aQbYXYxx1nuF8qWMGWv54jDa3vja+RDMGqk=
    Authentication-Results: hotmail.com; spf=pass (sender IP is 162.243.117.90) [email protected]; dkim=pass header.d=tigertones.net; x-hmca=pass [email protected]
    X-SID-PRA: [email protected]
    X-AUTH-Result: PASS
    X-SID-Result: PASS
    X-Message-Status: n:n
    X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MjtHRD0yO1NDTD02
    X-Message-Info: 11chDOWqoTmglHm6nn31NhzftGXKxqwsigK53F90EqGKcTMk8mmDtJ0+f7yPPwgSzpSBW1pho87ogZ59vgcsyd+xR0jajBzNSrPqWYwe3zcNDefA5nM1NSjrcCU5DL6qWnxVr3q+3N0pqiyFbRoOAq9ULP3L9dStSbj0h40C3iy+ehsQuwB9H4mqr+iP1Jw3E58ByKbpqKaiHNL4R4Q==
    Received: from mail.myvoiceoversite.com ([162.243.117.90]) by BAY0-MC2-F15.Bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4900);
    	 Thu, 28 Nov 2013 22:24:06 -0800
    Received: from localhost (localhost [127.0.0.1])
    	by mail.myvoiceoversite.com (Postfix) with ESMTP id E8C20C0AFB
    	for <[email protected]>; Fri, 29 Nov 2013 01:24:05 -0500 (EST)
    DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tigertones.net; s=mvs;
    	t=1385706245; bh=sdLFi0xfCwQlML7G0Y0bOovJp3p6xdGqqMDV6lWss=;
    	h=Date:From:To:Subject;
    	b=b3wR5St+joSswP1KQ+sf52F5+rpHnchOcRVIlMcbTLRpiwdxniegQYix5Z0+XUQ9K
    	 wXF1rm2MZe71MZ7DOhA+BkLNEYmw+RPRCyDHE8zZsErACcbI6n6WTJ4zhAuuP9E2
    	 pifzj6dAhPr8jnD+nO99+omckhhGZbdqN4mUJ8ZA=
    X-Virus-Scanned: Debian amavisd-new at mail.myvoiceoversite.com
    Received: from mail.myvoiceoversite.com ([127.0.0.1])
    	by localhost (mail.myvoiceoversite.com [127.0.0.1]) (amavisd-new, port 10024)
    	with ESMTP id df7sTEPFl6Qo for <[email protected]>;
    	Fri, 29 Nov 2013 01:23:42 -0500 (EST)
    Received: from mail.myvoiceoversite.com (unknown [162.243.117.90])
    	by mail.myvoiceoversite.com (Postfix) with ESMTP id F0A7BC0A32
    	for <[email protected]>; Fri, 29 Nov 2013 01:23:41 -0500 (EST)
    MIME-Version: 1.0
    Content-Type: multipart/alternative;
     boundary="=_0d68e720fb0211c5c7ade08c4dba2419"
    Date: Fri, 29 Nov 2013 17:23:41 +1100
    From: David Powis <[email protected]>
    To: [email protected]
    Subject: I hope this doesnt get into filters
    Message-ID: <[email protected]>
    X-Sender: [email protected]
    User-Agent: Roundcube Webmail/0.9.5
    Return-Path: [email protected]
    X-OriginalArrivalTime: 29 Nov 2013 06:24:06.0764 (UTC) FILETIME=[9B421AC0:01CEECCB]
    
    --=_0d68e720fb0211c5c7ade08c4dba2419
    Content-Transfer-Encoding: 7bit
    Content-Type: text/plain; charset=UTF-8
    
     
    
    What say you? 
     
    --=_0d68e720fb0211c5c7ade08c4dba2419
    Content-Transfer-Encoding: quoted-printable
    Content-Type: text/html; charset=UTF-8
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
    <html><body style=3D'font-family: Verdana,Geneva,sans-serif'>
    <p>What say you?</p>
    <div>&nbsp;</div>
    </body></html>
    
    --=_0d68e720fb0211c5c7ade08c4dba2419--
    
     

Share This Page