Report this

What is the reason for this report?

Can't send email from Droplet to same domain using Sendmail.

Posted on April 8, 2016

I’ve set up two LAMP Droplets with sendmail. One server is sending to the same domain that’s pointing to itself with no problem, however the other one will not send to the same domain as itself.

It’s giving an error of:

050 503-All RCPT commands were rejected with this error:
050 503-unknown user

I’ve set both droplets up in accordance to this guide using the droplet’s respective domains.

Is there something I’ve missed or is there an alternative?

mod edit: fixed the link



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I made this changes… But… not working for emails(same domains - another domains works)… Using external mx.

Hi!

It looks like Steve had the same issue, and so he included a solution under ATTENTION! READ THIS…. I’ll copy them here:

  1. Edit /etc/mail/sendmail.mc and add the following lines at the end:

    define(`MAIL_HUB', `domain.com.')dnl
    define(`LOCAL_RELAY', `domain.com.')dnl
    

    Make sure you including the trailing dot!

  2. Run sendmailconfig so that the changes take effect, and restart sendmail just to be 100% sure:

    sudo sendmailconfig  
    sudo service sendmail restart
    

Once you’ve done that, try sending an email to the same domain and you should see sendmail connecting to your domain’s incoming mailserver(s) in the log file.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.