emails to my server dont seem to wanna get there

txt3rob

Verified User
Joined
Jan 16, 2007
Messages
101
emails to my server dont seem to work
nowt in the mail queue and a user said they didnt recive their welcome email.

im seeing no errors in the exim mail log

email out tho seems fine :S

also how do i tell cron not to email me
 
have you tried to send email to hotmail, gmail, yahoo etc and see if you can receive, then try using them to send to your server to check?
 
they are sending as i tested with gmail

i've send an email to the server and not got it back :s
 
sent this about 3 days ago or when i started this thread
Code:
Delivery to the following recipient failed permanently:

    ****[email protected]

Technical details of permanent failure:
TEMP_FAILURE: Could not initiate SMTP conversation with any hosts:
[mail.3phonestuff.com. (10): Connection timed out]

  ----- Original message -----

Received: by 10.90.72.10 with SMTP id u10mr8756809aga.1170686283664;
       Mon, 05 Feb 2007 06:38:03 -0800 (PST)
Received: by 10.90.50.10 with HTTP; Mon, 5 Feb 2007 06:38:03 -0800 (PST)
Message-ID: <[email protected]>
Date: Mon, 5 Feb 2007 14:38:03 +0000
From: Robbie <[email protected]>
To: ****e <****[email protected]>
Subject: Re: test
In-Reply-To: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/alternative;
       boundary="----=_Part_30969_15375537.1170686283607"
References: <[email protected]>

------=_Part_30969_15375537.1170686283607
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

test

On 2/5/07, ****e <****[email protected]> wrote:
>
> testaasddaadsasdasdasd

  ----- Message truncated -----
 
this has not worked :(

shall i post my exim conf file up to see if any one can spot an error?
 
i checked the mail queue

and seen this
Code:
2007-02-09 05:51:31 Received from [email][email protected][/email] U=apache P=local S=868 T="Welcome to 3phonestuff community"
2007-02-09 05:52:17 gmail-smtp-in.l.google.com [64.233.183.27] Connection timed out
2007-02-09 05:53:02 alt2.gmail-smtp-in.l.google.com [64.233.163.27] Connection timed out
2007-02-09 05:53:47 alt2.gmail-smtp-in.l.google.com [64.233.163.114] Connection timed out
2007-02-09 05:54:32 alt1.gmail-smtp-in.l.google.com [72.14.247.27] Connection timed out
2007-02-09 05:54:32 [email][email protected][/email] R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-02-09 06:22:37 gmail-smtp-in.l.google.com [64.233.183.27] Connection timed out
2007-02-09 06:23:22 alt2.gmail-smtp-in.l.google.com [64.233.163.27] Connection timed out
2007-02-09 06:24:07 alt2.gmail-smtp-in.l.google.com [64.233.163.114] Connection timed out
2007-02-09 06:24:52 alt1.gmail-smtp-in.l.google.com [72.14.247.27] Connection timed out
2007-02-09 06:24:52 [email][email protected][/email] R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-02-09 06:52:35 gmail-smtp-in.l.google.com [64.233.183.27] Connection timed out
2007-02-09 06:53:20 alt1.gmail-smtp-in.l.google.com [72.14.247.27] Connection timed out
2007-02-09 06:54:05 alt2.gmail-smtp-in.l.google.com [64.233.163.27] Connection timed out
2007-02-09 06:54:50 alt2.gmail-smtp-in.l.google.com [64.233.163.114] Connection timed out
2007-02-09 06:54:50 [email][email protected][/email] R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-02-09 07:22:35 gmail-smtp-in.l.google.com [64.233.183.27] Connection timed out
2007-02-09 07:23:20 alt1.gmail-smtp-in.l.google.com [72.14.247.27] Connection timed out
2007-02-09 07:24:05 alt2.gmail-smtp-in.l.google.com [64.233.163.27] Connection timed out
2007-02-09 07:24:50 alt2.gmail-smtp-in.l.google.com [64.233.163.114] Connection timed out
2007-02-09 07:24:50 [email][email protected][/email] R=lookuphost T=remote_smtp defer (110): Connection timed out
 
Back
Top