I have no idea what is going on here is the log. I can send emails but they get labeled as Spam and I can not receive any emails they get bounced back. Code: Dec 15 21:26:43 zeus postfix/qmgr[3642]: EE9133C799: from=<[email protected]>, size=2193, nrcpt=1 (queue active) Dec 15 21:26:44 zeus postfix/smtp[6908]: EE9133C799: to=<[email protected]>, orig_to=<[email protected]>, relay=mx01.1$ Dec 15 21:26:44 zeus postfix/cleanup[6893]: A771C3C79B: message-id=<[email protected]> Dec 15 21:26:44 zeus postfix/qmgr[3642]: A771C3C79B: from=<>, size=4189, nrcpt=1 (queue active) Dec 15 21:26:44 zeus postfix/bounce[6909]: EE9133C799: sender non-delivery notification: A771C3C79B Dec 15 21:26:44 zeus postfix/qmgr[3642]: EE9133C799: removed Dec 15 21:26:45 zeus postfix/smtp[6894]: A771C3C79B: to=<[email protected]>, relay=asdfasdf.com[64.233.***.**]:25, d$ Dec 15 21:26:45 zeus postfix/qmgr[3642]: A771C3C79B: removed PLEASE HELP! THanks in advance!
These issues have been discussed many times in the forum. If your server is on a DSL or cable line and not in a datacenter, you must use a mailrelay. For mail receiving, make sure that your provider has not blocked port 25 and that you opened port 25 in your firewall and forwarded it from your router to your server.
It could be a MX (DNS) problem, but as you have masked your domain (domain1.com and domain2.com), it's impossible for us to see.
MX for your domain looks okay.. As far as I can see you are only missing a SPF record! Not sure why you are not getting any mail!
Did you send this email with a webmail client? Have you changed the sender address under options in the webmail program from [email protected] to the real mail address?
I think this is the problem: 217.160.226.100 This is not your servers MX, but the DNS IP of mx00.1and1.com. Is there an other MX record on that DNS server for your domain?
The problem is that mail.domain.com doesn't exist: Code: mh1:~# dig mail.domain.com ; <<>> DiG 9.2.1 <<>> mail.domain.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 52187 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;mail.domain.com. IN A ;; Query time: 143 msec ;; SERVER: 81.169.163.104#53(81.169.163.104) ;; WHEN: Sun Dec 17 19:06:59 2006 ;; MSG SIZE rcvd: 37 Please create an A record for it.
Did you create/modify that record recently? Because on my server I don't get an answer section when I run Code: dig mail.domain.com It can take up to 72 hours until DNS changes propagate over the internet.