View Single Post
  #3 (permalink)  
Old 11-25-2008, 10:00 AM
mbossmanh mbossmanh is offline
Junior Member
 
Posts: 8
Default

i had a friend do some looking into my problem. He responded as follows:
Quote:
I looked at it and see that it's something to do with the postfix config. Here is the actual error

ehlo caseyservices.com
250-mail.hansenx6.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:doug@caseyservices.com
250 2.1.0 Ok
rcpt to:michael@hansenx6.com
250 2.1.5 Ok
data:
221 2.7.0 Error: I can break rules, too. Goodbye.
Connection closed by foreign host.


You can see a normal smtp chat until 221 2.7.0 Error: I can break rules, too. Goodbye.

I googled it but most of the suggestions had been done like checking the main.cf file, it's right
I played around with the dns last night so i have just reverted back to it. I changed the host name as follows:
Quote:
cat /etc/hosts
127.0.0.1 localhost.hansenx6.com localhost
154.20.107.200 mail.hansenx6.com

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
No firewall installed nor selinux as far as i'm aware.

Quote:
host `hostname`
Host mail.hansenx6.com not found: 3(NXDOMAIN)
Reply With Quote