Frozen mail when using Mail() on my server

fatlox

New member
Joined
May 8, 2012
Messages
2
Hi,
I have an issue with mail in my Server (CentOS with DirectAdmin).

I have a domain configured on my server ( cartolibreriadellostudente.it) but DNS records for that domain are on another server.
My email is managed via Google Apps, so my records are:

cartolibreriadellostudente.it. MX (5) ASPMX.L.GOOGLE.COM.
cartolibreriadellostudente.it. MX (10) ALT1.ASPMX.L.GOOGLE.COM.
cartolibreriadellostudente.it. MX (10) ALT2.ASPMX.L.GOOGLE.COM.
cartolibreriadellostudente.it. MX (15) ASPMX2.GOOGLEMAIL.COM.
cartolibreriadellostudente.it. MX (15) ASPMX3.GOOGLEMAIL.COM.
cartolibreriadellostudente.it. TXT v=spf1 include:_spf.google.com ~all

I have this problem:
I set up a form mail on this site sending mail to [email protected], but every time I send an email, it is frozen by the server.
Here is the log from mail queue:

2012-05-08 10:43:39 Received from <> R=1SRg1D-0004q7-LK U=mail P=local S=1572 T="Mail delivery failed: returning message to sender"
2012-05-08 10:43:39 [email protected] F=<> R=virtual_aliases:
*** Frozen (delivery error message)

And this is the E-Mail Headers:

1SRg1D-0004qA-M9-H
mail 8 12
<>
1336466619 0
-ident mail
-received_protocol local
-body_linecount 28
-max_received_linelength 104
-allow_unqualified_recipient
-allow_unqualified_sender
-frozen 1336466619
-localerror
XX
1
[email protected]

158P Received: from mail by lnx1.zooserver.it with local (Exim 4.72)
id 1SRg1D-0004qA-M9
for [email protected]; Tue, 08 May 2012 10:43:39 +0200
038 Date: Tue, 08 May 2012 10:43:39 +0200
050I Message-Id: <[email protected]>
056 X-Failed-Recipients: [email protected]
029 Auto-Submitted: auto-replied
061F From: Mail Delivery System <[email protected]>
039T To: [email protected]
059 Subject: Mail delivery failed: returning message to sender


Can anyone help me fixing this error?
Thank you,
Lox
 
I would sugget to use smtp protocol.

Also be sure to set in directadmin that he is NOT using local mail server (in DNS setup) cause maybe is trying just a local relay and cant find mail [email protected]

This seems to be the error: 056 X-Failed-Recipients: [email protected]

I think, is just that DNS setting in DirectAdmin and that disabling the "use this server for manage email" will solve your issue and force DA to check the domain MX records.

Regards
 
Thanks a lot SeLLeRoNe, your suggestion fixed the problem!

I didn't know I could disable the "use this server for manage email"! :)
 
Back
Top