URGENT: UebiMiau Won't Send

Mitsurugi

Verified User
Joined
Jul 19, 2005
Messages
39
Trying to send an email using UebiMiau to an external address:

SMTP Error: Recipient not accepted. Verify your relay rules

From the log:

2006-07-25 14:49:17 H=localhost (UebiMiau) [127.0.0.1] F=<MYEMAILADDRESS> rejected RCPT <THEIREMAILADDRESS>:
2006-07-25 14:49:17 H=localhost (UebiMiau) [127.0.0.1] incomplete transaction (connection lost) from <MYEMAILADDRESS>
2006-07-25 14:49:17 unexpected disconnection while reading SMTP command from localhost (UebiMiau) [127.0.0.1]


My email is correct, my POP3 account, the recipient's email is correct also. MY ISP's account can send the email.

Also - I *CAN* send emails to some other accounts, for some reason this one is problematic.

Any ideas please? I'm not having a good day. :(
 
It's not just Uebi, Outlook can't send to this address either:

The message could not be sent because one of the recipients was rejected by the server. Protocol: SMTP, Server Response: '550 ', Port: 25, Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC79

Please help if you can guess anything, I'm lost here. The error messages give no indication as to how to fix it.
 
Here's a thought:

It appears that the email address in question, the one I can't send to, is the ONLY one causing this problem. Every other email address has functioned correctly.

The domain name for this email address has been added to our server - however, the domain name has not yet been pointed at our server. That's because the owner of the domain will soon become our client, but has not yet made the switch.

Could this cause the problem I'm experiencing? :confused:

If so, I'd love to understand why!
 
Just to clarify, you're saying that the domain isn't pointing to your server, but you don't know why the email isn't arriving at your server? I think the question answers itself..

If not, we have a few things you can try:
1) www.dnsreport.com
it also has section for emails

2) http://help.directadmin.com/item.php?id=16
Make sure your hostname is setup correctly.. an improper hostname can really mess things up. Also ensure the domain is in your /etc/virtual/domains file, etc.. (go through the guide entirely)

3) This may be unrelated, but the "unexpected disconnection" reminds me of a socket error where the limit is set too low. Try step 3 of this guide:
http://help.directadmin.com/item.php?id=9
To increase the FD_SETSIZE and then recompiled apache/php.

John
 
Back
Top