mail problem

vdvm

Verified User
Joined
Oct 5, 2005
Messages
39
Hi,

I've just setup a new server with DA. When i send an e-mail to the main domein it immediately bounces with

Code:
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [email][email protected][/email]
    SMTP error from remote mail server after RCPT TO:<[email protected]>:
    host firedog.nl [xx.xx.xx.xx]: 554 <[email protected]>:
    Relay access denied

It seems the hostname is set correctly because a don't get any errors in the ticket system after running

Code:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue

When i remove the main domain and set it up under reseller level -> add user the same error occurs.

What did i do wrong?

Thank you!
 
Are you sending the email from your server or from somewhere else?

Mail from your server shouldn't ever return this message.

Mail from somewhere else? If so, are you sending it to an address on your server? Or on some other server? If on your server, make sure the domain you're sending to is listed in /etc/virtual/domains.

If to some other server then you have to send it using smtp authentication or pop-b4-smtp authentication.

Jeff
 
Back
Top