Can not send mail to external e-mail

MaZZie

Verified User
Joined
May 8, 2005
Messages
13
I can only send mail to adresses that registered on the server but not to other adresses.

I use exim 4.52 but had this problem also with 4.51

The error in the log says this.

[/quote]
2005-07-29 18:09:31 1Dyd2p-0007gi-Dp <= [email protected] U=apache P=local S=989 T="Activation Code" from <[email protected]> for [email protected]
2005-07-29 18:09:38 1Dyd2p-0007gi-Dp SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=2033: host mx2.domein.ex [194.109.24.138]: 451 4.3.0 Cannot verify mail exchange for domein.ex
2005-07-29 18:09:49 1Dyd2p-0007gi-Dp SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=2033: host mx3.domein.ex[194.109.24.134]: 451 4.3.0 Cannot verify mail exchange for domein.ex
2005-07-29 18:09:56 1Dyd2p-0007gi-Dp SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=2033: host mx4.domein.ex [194.109.24.139]: 451 4.3.0 Cannot verify mail exchange for domein.ex
2005-07-29 18:09:58 1Dyd2p-0007gi-Dp == [email protected] R=lookuphost T=remote_smtp defer (0): SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=2033: host mx1.domein.ex [194.109.24.132]: 451 4.3.0 Cannot verify mail exchange for domein.ex
</quote]

[email protected] is the catchall so it is exist
 
We're not mind readers. Why you may have very good reasons to not post real information, it's impossible to trace an email problem without a real email address to test it with.

But it appears that their may not be an mx record for either your sending server, or for the server your sending to.

If for your server, then the receiving server may require one, even though there's nothing in the RFCs that require it.

Jeff
 
Well i post my e-mail not here because some bot's can scan it and spam it.

But the e-mail adres where is send from is acab @ acab-gaming .com without the space.

I found today something new. The mail will be sent to hotmail accounts. It will only not go to xs4all.nl wanadoo.nl and that kind of e-mails.

I can sent mail from that adresses to the acab-gaming. com mail
 
Turns out all I needed was the hostname.

According to the DNS system the nameservers for acab-gaming.com are:

ns1.hostfusion.nl
ns2.hostfusion.nl

But neither of these nameservers have A records, or if they do, the A records are not being properly pointed to. This is probably the root cause of your problems.

Jeff
 
This are my dns settings for acab-gaming. com

acab-gaming.com. A 83.149.105.18

ftp A 83.149.105.18

localhost A 127.0.0.1

mail A 83.149.105.18

pop A 83.149.105.18

www A 83.149.105.18
acab-gaming.com. NS ns1.hostfusion.nl.

acab-gaming.com. NS ns2.hostfusion.nl.

mail MX 10

And this one for hostfusion.nl

ftp A 83.149.105.15

hostfusion.nl. A 83.149.105.15

localhost A 127.0.0.1

mail A 83.149.105.15

pop A 83.149.105.15

powered.by A 83.149.105.19

ww1 A 83.149.105.15

www A 83.149.105.15

hostfusion.nl. NS ns1.hostfusion.nl.

hostfusion.nl. NS ns2.hostfusion.nl.

mail MX 10
 
I have added ns1.hostfusion.nl. and ns2.hostfusion.nl. to the A records with ip 16/17 but still not working. i get no error. but the mail is not comming
 
According to DNSreport.com your mailserver is kinda downish...
Mail FAIL Connect to mail servers ERROR: I could not complete a connection to any of your mailservers!

mail.acab-gaming. com: Timed out [Last data sent: [Did not connect]]

If this is a timeout problem, note that the DNS report only waits about 30 seconds for responses, so your mail may work fine in this case but you will need to use testing tools specifically designed for such situations.
Isn't the port open or something ? (too lazy to start up nmap at the moment)

(nice to see another fellow from The Netherlands here, we really are becomming somewhat of a plague on internet ;))
 
And now it doesn't exist:
Code:
Getting MX record for mail.acab-gaming. (from local DNS server,
may be cached)...   Received an NXDOMAIN response.

This means that the mail.acab-gaming. domain does not exist!
 No mail can be sent to it.
With DNS Report returning this my guess is you've got DNS problems.

Jeff
 
DNS problems with 1 domain, mailserver still down on the nameserver domain...

Since when does Leaseweb btw close off SMTP ports ?
Any colo provider that does that should be, uhhm, well, sued ;).

Or have you set up any kind of firewall preventing SMTP traffic ?
 
Back
Top