DigitalOcean - Direct Admin

Stide

Verified User
Joined
Oct 28, 2023
Messages
15
Greetings

Am new to the Digital Ocean - Direct Admin installation. Kindly assist me with the procedures to follow while installing direct admin, I want it to be able to send and receive emails and also manage a Laravel-based project.

Thanks
 
Step 1.
Step 2.
Step 3.
Check if your settings are correct by https://mxtoolbox.com/diagnostic.aspx
Step 4.
Any error? Google first to get more understanding; i speak from experiences, asking somebody and getting the correct answer is easy and it gets you to your goal. But you will not understand how and what and the next time you will have to ask again.
 
Step 1.
Step 2.
Step 3.
Check if your settings are correct by https://mxtoolbox.com/diagnostic.aspx
Step 4.
Any error? Google first to get more understanding; i speak from experiences, asking somebody and getting the correct answer is easy and it gets you to your goal. But you will not understand how and what and the next time you will have to ask again.
Thank you, let me follow on
 
note: Digitalocean may block outgoing port (25) for send mail, you need to contact them to open for you.
 
This is not possible, i need an alternative

See :

"
It’s possible port 25 is closed for external uses for new accounts. There are a few ways to go about the problem
  • Use ports like 465 or 587 for SMTP
  • Contact DigitalOcean’s support and ask for the block to be removed. You’ll need to provide a reason why it should be done.
To expand more on blocking port 25 for new accounts, this is something DigitalOcean has been doing to reduce spam on it’s network. It is more that we simply cannot accurately determine who is going to send it.
Stopping spam is a constant fight, so DigitalOcean has implemented some restrictions on newer accounts. Having said that, you can always contact them and ask for the port block to be lifted on:
https://www.digitalocean.com/support/
More information here:
https://docs.digitalocean.com/support/why-is-smtp-blocked/
Hope that helps!
"


An alternative would be to find an other hosting company (not ideal because you already payed to digitalocean)
 
See :

"
It’s possible port 25 is closed for external uses for new accounts. There are a few ways to go about the problem
  • Use ports like 465 or 587 for SMTP
  • Contact DigitalOcean’s support and ask for the block to be removed. You’ll need to provide a reason why it should be done.
To expand more on blocking port 25 for new accounts, this is something DigitalOcean has been doing to reduce spam on it’s network. It is more that we simply cannot accurately determine who is going to send it.
Stopping spam is a constant fight, so DigitalOcean has implemented some restrictions on newer accounts. Having said that, you can always contact them and ask for the port block to be lifted on:
https://www.digitalocean.com/support/
More information here:
https://docs.digitalocean.com/support/why-is-smtp-blocked/
Hope that helps!
"


An alternative would be to find an other hosting company (not ideal because you already payed to digitalocean)
I meant that digital ocean cannot unblock port 25
 
See :

"
It’s possible port 25 is closed for external uses for new accounts. There are a few ways to go about the problem
  • Use ports like 465 or 587 for SMTP
  • Contact DigitalOcean’s support and ask for the block to be removed. You’ll need to provide a reason why it should be done.
To expand more on blocking port 25 for new accounts, this is something DigitalOcean has been doing to reduce spam on it’s network. It is more that we simply cannot accurately determine who is going to send it.
Stopping spam is a constant fight, so DigitalOcean has implemented some restrictions on newer accounts. Having said that, you can always contact them and ask for the port block to be lifted on:
https://www.digitalocean.com/support/
More information here:
https://docs.digitalocean.com/support/why-is-smtp-blocked/
Hope that helps!
"


An alternative would be to find an other hosting company (not ideal because you already payed to digitalocean)
which other hosting company would you recommend?
 
I meant that digital ocean cannot unblock port 25
Why not? They say they can on their website, so why can't they?

Lots of companies now close port 25 by default and people have to ask to open them. Contabo is indeed a good choice.
 
Just prove yourself to digitalocean team that you not use for cyber attack and just want to use for normal activities. one month or 2 month, digitalocean might open port for you.

In now you must not using or abused for cyber attack.
 
Why not? They say they can on their website, so why can't they?

Lots of companies now close port 25 by default and people have to ask to open them. Contabo is indeed a good choice.
Opened a contabo account and got an ip which is not blacklisted, now the issue is on sending mails to gmail accounts, am getting this error

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 protected]
host gmail-smtp-in.l.google.com [74.125.71.27]
SMTP error from remote mail server after end of data:
550-5.7.26 This mail has been blocked because the sender is unauthenticated.
550-5.7.26 Gmail requires all senders to authenticate with either SPF or DKIM.
550-5.7.26
550-5.7.26 Authentication results:
550-5.7.26 DKIM = did not pass
550-5.7.26 SPF [domain.com] with ip: [my ip] = did not pass
550-5.7.26
550-5.7.26 To mitigate this issue, please visit Gmail's authentication guide
550-5.7.26 for instructions on setting up authentication:
550 5.7.26 https://support.google.com/mail/answer/81126#authentication d13-20020adfef8d000000b0032d8fdc588esi751926wro.58 - gsmtp
Reporting-MTA: dns; vmi151349.contaboserver.net

Action: failed
Final-Recipient: rfc822;[email protected]
Status: 5.0.0
Remote-MTA: dns; gmail-smtp-in.l.google.com
Diagnostic-Code: smtp; 550-5.7.26 This mail has been blocked because the sender is unauthenticated.
550-5.7.26 Gmail requires all senders to authenticate with either SPF or DKIM.
550-5.7.26
550-5.7.26 Authentication results:
550-5.7.26 DKIM = did not pass
550-5.7.26 SPF [domain.com] with ip: [my ip] = did not pass
550-5.7.26
550-5.7.26 To mitigate this issue, please visit Gmail's authentication guide
550-5.7.26 for instructions on setting up authentication:
550 5.7.26 https://support.google.com/mail/answer/81126#authentication d13-20020adfef8d000000b0032d8fdc588esi751926wro.58 - gsmtp
 
550-5.7.26 DKIM = did not pass
550-5.7.26 SPF [domain.com] with ip: [my ip] = did not pass
You need to set up the domain name server and test it using the method @ericosman described here:

 
Back
Top