OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Getting bounced mail from att.net

From: Randy Ramsdell (rramsdelllivedatagroup.com)
Date: Thu Apr 24 2008 - 10:32:48 CDT


Gallagher, Tim (NE) wrote:
> -----Original Message-----
> From: owner-postfix-userspostfix.org
> [mailto:owner-postfix-userspostfix.org] On Behalf Of Randy Ramsdell
> Sent: Thursday, April 24, 2008 11:07 AM
> To: postfix-userspostfix.org
> Subject: Re: Getting bounced mail from att.net
>
> Gallagher, Tim (NE) wrote:
>
>> Hello all,
>>
>> I have an email server running Postfix, dovcott, MailScanner and other
>>
>
>
>> stuff. I can send mail to most addresses fine except to att.net. I
>> am not on any real time black hole lists, I am not sure what the
>> problem is. Here is the mail log of the bounced mail,
>>
>>
>>
>> Apr 24 09:59:17 host postfix/cleanup[3152]: D0DBF1C6852B: hold: header
>>
>
>
>> Received: from www.danati.com (host.danati.com [127.0.0.1])??by
>> host.danati.com (Postfix) with ESMTP id D0DBF1C6852B??for
>> <betsybagssbcglobal.net>; Thu, 24 Apr 2008 09:59:17 -0400 (EDT) from
>> host.danati.com[127.0.0.1]; from=<tgallagherdanati.com>
>> to=<betsybagssbcglobal.net> proto=ESMTP helo=<www.danati.com>
>>
>> Apr 24 09:59:19 host postfix/smtp[3160]: 7ECA91C6852C:
>> to=<betsybagssbcglobal.net>,
>> relay=sbcmx2.prodigy.net[207.115.20.21]:25, delay=1.4,
>> delays=0.67/0/0.64/0.06, dsn=5.3.0, status=bounced (host
>> sbcmx2.prodigy.net[207.115.20.21] said: 553 5.3.0 flpi193,DNSBL:521<
>> 72.52.242.116
>>
>> _is_blocked.__For_information_see_http://worldnet.att.net/general-info/
>>
> bls_info/block_inquiry.html
>
>> (in reply to MAIL FROM command))
>>
>>
>>
>> I believe the problem is my server ip address host.danati.com
>> [127.0.0.1], but I am not sure where this information is being pulled
>> from.
>>
>>
>>
>> Here is my hosts file
>>
>> # Do not remove the following line, or various programs
>>
>> # that require network functionality will fail.
>>
>> 127.0.0.1 localhost.localdomain localhost
>>
>> 72.52.XXX.XXX host.danati.com danati
>>
>> ::1 localhost6.localdomain6 localhost6
>>
>>
>>
>>
>>
>> I need help finding the problem and some help correcting it.
>>
>>
>>
>> Thank you,
>>
>> Tim Gallagher
>>
>>
>>
>> *Timothy F. Gallagher
>> **CSC Systems Engineer *
>> *General Dynamics Advanced Information Systems
>> Tel 734-480-5156 *
>> *Cell 248-320-6881
>> *logo
>>
>>
> You can set the bind address.
> Main.cf
> smtp_bind_address = $yourip
>
>
> I do not have smtp_bind_address in my main.cf, do I just add it then my
> IP?
>
> Tim
>
yes. I don't think it is default in the file.