Web Hosting Talk







View Full Version : Cant send e-mails


WWWhost
08-23-2004, 08:36 PM
ok i have a strange problem on a VPS server. All is fine and works greate ando i can send e-mails trought the server But i cannot recive e-mails and all sent mails comes back to the queue or bouced back to me with the following message:
-----------
This message was created automatically by mail delivery software.
A message that you sent has not yet been delivered to one or more of its
recipients after more than 48 hours on the queue on server.domain.com.

The message identifier is: 1ByZEV-0005Dc-Mm
The subject of the message is: test
The date of the message is: Sat, 21 Aug 2004 13:00:47 -0400

The address to which the message has not yet been delivered is:

max@domain.com
Delay reason: Connection refused

No action is required on your part. Delivery attempts will continue for
some time, and this warning may be repeated at intervals if the message
remains undelivered. Eventually the mail delivery software will give up,
and when that happens, the message will be returned to you.
--------------
this is a WHM server. I have also reinstalled exim but have still the same problem. This is a WHM VPS.


Can anyone help me out with that problem?

Thanks a lot

S2 Web Design
08-23-2004, 09:59 PM
If you have access to your mail log, grep for the message identifier and show us the results. Are there any specific messages given in the output?

The remote smtp server could be denying access from your smtp server for several reasons. Are you able to ping the remote smtp server without any problems?

datums
08-23-2004, 11:28 PM
You should also try to duplicate the problem.

From the local server host -t mx domain
telnet mailserver 25
HELO me
MAIL FROM: you@yourdomain.com
RCPT TO: max@domain.com
DATA
test
.

don't forget the last (.)

WWWhost
08-24-2004, 03:56 AM
hi i have the following in my mail logs:

Exim_mainlog i have:

2004-08-24 03:42:23 1Byjk2-0007eg-O2 == root@server.domain.com R=localuser T=local_delivery defer (-52): Retry time not reached yet
----------


Exim panic_log i have:
2004-08-24 02:02:09 1Byjk2-0007eg-O2 User 0 set for local_delivery transport is on the never_users list
2004-08-24 02:02:10 1BzUNm-0000po-1L User 0 set for local_delivery transport is on the never_users list
2004-08-24 03:41:54 1BzEvn-0007ai-1o User 0 set for local_delivery transport is on the never_users list
----------

Exim_rejectlog i have:
2004-08-22 03:18:52 H=(ts46-02-qdr3238.mdfrd.or.charter.com) [68.116.58.175] F=<dmhan@adomain.com> rejected RCPT <mcgraw@domain.com>: Sender verify failed
----------

dynamicnet
08-24-2004, 06:22 AM
Greetings:

If the IP listed is yours or a client's, see http://www.dnsstuff.com/tools/ip4r.ch?ip=68.116.58.175 (spam city).

Thank you.