Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to configure rDNS and PTR records ?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to configure rDNS and PTR records ?

nishantknishantk Member
edited February 2 in Help

Hello,

I purchased a VPS from @HostSlick during Black Friday. I have no prior experience with VPS setup, so please consider me a beginner. I successfully set up my VPS and installed ISPConfig 3, which is working fine. However, the only issue I’m facing is with emails not functioning correctly.

After some research, I found that I need to configure rDNS and PTR records from the VPS control panel. However, it seems that these options are disabled. I submitted a support ticket requesting them to set it up for me, but it has been three days, and I haven't received any response—not even a ticket acknowledgment.

Is there any way I can configure these records myself? Any guidance would be greatly appreciated.

Thank you!

Comments

  • @nishantk said:
    Hello,

    I purchased a VPS from @HostSlick during Black Friday. I have no prior experience with VPS setup, so please consider me a beginner. I successfully set up my VPS and installed ISPConfig 3, which is working fine. However, the only issue I’m facing is with emails not functioning correctly.

    After some research, I found that I need to configure rDNS and PTR records from the VPS control panel. However, it seems that these options are disabled. I submitted a support ticket requesting them to set it up for me, but it has been three days, and I haven't received any response—not even a ticket acknowledgment.

    Is there any way I can configure these records myself? Any guidance would be greatly appreciated.

    No, this always needs to be done by the provider (either automated via the panel, or a support ticket) - and some providers don't support Reverse DNS records at all.

  • Most of the offer package does not have mailing port enabled

    Thanked by 1nishantk
  • @cmeerw said:

    @nishantk said:
    Hello,

    I purchased a VPS from @HostSlick during Black Friday. I have no prior experience with VPS setup, so please consider me a beginner. I successfully set up my VPS and installed ISPConfig 3, which is working fine. However, the only issue I’m facing is with emails not functioning correctly.

    After some research, I found that I need to configure rDNS and PTR records from the VPS control panel. However, it seems that these options are disabled. I submitted a support ticket requesting them to set it up for me, but it has been three days, and I haven't received any response—not even a ticket acknowledgment.

    Is there any way I can configure these records myself? Any guidance would be greatly appreciated.

    No, this always needs to be done by the provider (either automated via the panel, or a support ticket) - and some providers don't support Reverse DNS records at all.

    ohh, then what is the option to enable emails ? how you guys send emails from the servers?

  • The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    Thanked by 1CharityHost_org
  • @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    telnet smtp.aol.com 25
    Trying 87.248.97.31...
    Connected to smtp.aol.g03.yahoodns.net.
    Escape character is '^]'.
    220 smtp.mail.yahoo.com ESMTP ready

  • You should check the port 25 of your server.

    You may use MXToolBox service.

  • yoursunnyyoursunny Member, IPv6 Advocate

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    All MXroute ports are blocked by @CharityHost_org unless you give them a $25 interest-free loan.
    Other providers will soon follow suit.

  • CharityHost_orgCharityHost_org Member, Patron Provider
    edited February 2

    @yoursunny said:

    All MXroute ports are blocked by @CharityHost_org unless you give them a $25 interest-free loan.
    Other providers will soon follow suit.

    Yes it's blocked by DEFAULT, as mentioned and you can unblock with $25 retainer fee which is fully refundable upon cancellation of the services as long as the account does not abuse the services.

    IP leasors are enforcing fines/fees per abuse report. It's not sustainable to entertain permitting abuse of VPS services. If the VPS does not abuse, then it's net 0 loss for everyone, but if you do, it's $25 fine plus any additional fines that come with it.

  • @yoursunny said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    All MXroute ports are blocked by @CharityHost_org unless you give them a $25 interest-free loan.
    Other providers will soon follow suit.

    Bad way. Not suitable.

  • @nishantk said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    telnet smtp.aol.com 25
    Trying 87.248.97.31...
    Connected to smtp.aol.g03.yahoodns.net.
    Escape character is '^]'.
    220 smtp.mail.yahoo.com ESMTP ready

    So, you servers DOES allow email sending.

    I'm not sure "emails not functioning correctly" means what - not sending emails at all, or emails landing in spams? Can you receive? Wrong or no rDNS can make your outgoing emails land in spam folder, but if it doesn't send or receive at all, then it's mostly likely due to some other problems with your ISPconfig settings or Postfix/Dovecot installations.

  • arnoldzarnoldz Member
    edited February 3

    @dedipromo said:

    @nishantk said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    telnet smtp.aol.com 25
    Trying 87.248.97.31...
    Connected to smtp.aol.g03.yahoodns.net.
    Escape character is '^]'.
    220 smtp.mail.yahoo.com ESMTP ready

    So, you servers DOES allow email sending.

    I'm not sure "emails not functioning correctly" means what - not sending emails at all, or emails landing in spams? Can you receive? Wrong or no rDNS can make your outgoing emails land in spam folder, but if it doesn't send or receive at all, then it's mostly likely due to some other problems with your ISPconfig settings or Postfix/Dovecot installations.

    Probably the issue from https://mxtoolbox.com/diagnostic.aspx
    SMTP Reverse DNS Resolution
    Reverse DNS Resolution - No PTR Record found

  • CharityHost_orgCharityHost_org Member, Patron Provider
    edited February 3

    @wholecake said:

    @yoursunny said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    All MXroute ports are blocked by @CharityHost_org unless you give them a $25 interest-free loan.
    Other providers will soon follow suit.

    Bad way. Not suitable.

    Not suitable for what? Spamming? lol

    I do not know any real modern project that does not use a proper SMTP provider service. I get you may want to save money on not paying for that, SMTP2go.com has a free version. Use the api integrations, and you are good to go.

  • CharityHost_orgCharityHost_org Member, Patron Provider
    edited February 3

    When did this thread for PTR rDNS turn into squating for @CharityHost_org SMTP ? lol

    We support smtp, just follow the yellow brick road dorothy.

    https://charityhost.org/aup

    AND we support PTR rDNS for all our IPv4 and IPv6 managed by customers from the End User panel.

    Thanked by 1Beniskickbutt
  • yoursunnyyoursunny Member, IPv6 Advocate
    edited February 3

    @CharityHost_org said:

    @wholecake said:

    @yoursunny said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    All MXroute ports are blocked by @CharityHost_org unless you give them a $25 interest-free loan.
    Other providers will soon follow suit.

    Bad way. Not suitable.

    Not suitable for what? Spamming? lol

    I do not know any real modern project that does not use a proper SMTP provider service. I get you may want to save money on not paying for that, SMTP2go.com has a free version. Use the api integrations, and you are good to go.

    Many projects here are using MXroute, a well trusted proper SMTP provider service.
    You blocked all their ports unless customer gives you a $25 interest-free loan.
    https://mxroutedocs.com/general/smtpimappopdetails/

  • @nishantk said: Is there any way I can configure these records myself? Any guidance would be greatly appreciated.

    I think you will need to ask the provider to setup the records on your behalf.

  • CharityHost_orgCharityHost_org Member, Patron Provider
    edited February 3

    Many projects here are using MXroute, a well trusted proper SMTP provider service.
    You blocked all their ports unless customer gives you a $25 interest-free loan.
    https://mxroutedocs.com/general/smtpimappopdetails/

    Never mentioned it being an interest free loan. Do you know what refundable retainer fee means?

    We dont exploit, we are giving away about 48 prizes this month.

    Thanked by 1Beniskickbutt
  • @anandshaw87 said:

    @nishantk said: Is there any way I can configure these records myself? Any guidance would be greatly appreciated.

    I think you will need to ask the provider to setup the records on your behalf.

    Asked them 4 days back but no reply.

  • @dedipromo said:

    @nishantk said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    telnet smtp.aol.com 25
    Trying 87.248.97.31...
    Connected to smtp.aol.g03.yahoodns.net.
    Escape character is '^]'.
    220 smtp.mail.yahoo.com ESMTP ready

    So, you servers DOES allow email sending.

    I'm not sure "emails not functioning correctly" means what - not sending emails at all, or emails landing in spams? Can you receive? Wrong or no rDNS can make your outgoing emails land in spam folder, but if it doesn't send or receive at all, then it's mostly likely due to some other problems with your ISPconfig settings or Postfix/Dovecot installations.

    sending emails but bounces back with error "550 Sender verify failed (in reply to RCPT TO
    command)"

  • @nishantk said:

    @dedipromo said:

    @nishantk said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    telnet smtp.aol.com 25
    Trying 87.248.97.31...
    Connected to smtp.aol.g03.yahoodns.net.
    Escape character is '^]'.
    220 smtp.mail.yahoo.com ESMTP ready

    So, you servers DOES allow email sending.

    I'm not sure "emails not functioning correctly" means what - not sending emails at all, or emails landing in spams? Can you receive? Wrong or no rDNS can make your outgoing emails land in spam folder, but if it doesn't send or receive at all, then it's mostly likely due to some other problems with your ISPconfig settings or Postfix/Dovecot installations.

    sending emails but bounces back with error "550 Sender verify failed (in reply to RCPT TO
    command)"

    That usually means that the DNS for the domain (e.g., missing MX records) in your MAIL FROM address is not correctly set up.

  • @cmeerw said:

    @nishantk said:

    @dedipromo said:

    @nishantk said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    telnet smtp.aol.com 25
    Trying 87.248.97.31...
    Connected to smtp.aol.g03.yahoodns.net.
    Escape character is '^]'.
    220 smtp.mail.yahoo.com ESMTP ready

    So, you servers DOES allow email sending.

    I'm not sure "emails not functioning correctly" means what - not sending emails at all, or emails landing in spams? Can you receive? Wrong or no rDNS can make your outgoing emails land in spam folder, but if it doesn't send or receive at all, then it's mostly likely due to some other problems with your ISPconfig settings or Postfix/Dovecot installations.

    sending emails but bounces back with error "550 Sender verify failed (in reply to RCPT TO
    command)"

    That usually means that the DNS for the domain (e.g., missing MX records) in your MAIL FROM address is not correctly set up.

    i did setup the MX records correctly. I just need configure rDNS and PTR records which can be set by @HostSlick but they are not responding. look like using third party email is only option left.

  • There is nothing you can do except for the provider to set up a PTR record for you in the data center control panel (unless they have payment terms for it).

  • kevindskevinds Member, LIR

    @nishantk said:
    sending emails but bounces back with error "550 Sender verify failed (in reply to RCPT TO
    command)"

    DKIM? SPF? PTR record?

    You are connecting to the external mail server but it doesn't like something about what you are sending.

  • @nishantk said:

    @cmeerw said:

    @nishantk said:

    @dedipromo said:

    @nishantk said:

    @dedipromo said:
    The first step is to check if your server is allowed to send emails at all by not blocking outbound port 25.

    telnet smtp.aol.com 25
    

    If it's blocked, then you can use an SMTP relay service to send mail. MXRoute, Mailchannels, etc.

    telnet smtp.aol.com 25
    Trying 87.248.97.31...
    Connected to smtp.aol.g03.yahoodns.net.
    Escape character is '^]'.
    220 smtp.mail.yahoo.com ESMTP ready

    So, you servers DOES allow email sending.

    I'm not sure "emails not functioning correctly" means what - not sending emails at all, or emails landing in spams? Can you receive? Wrong or no rDNS can make your outgoing emails land in spam folder, but if it doesn't send or receive at all, then it's mostly likely due to some other problems with your ISPconfig settings or Postfix/Dovecot installations.

    sending emails but bounces back with error "550 Sender verify failed (in reply to RCPT TO
    command)"

    That usually means that the DNS for the domain (e.g., missing MX records) in your MAIL FROM address is not correctly set up.

    i did setup the MX records correctly. I just need configure rDNS and PTR records which can be set by @HostSlick but they are not responding. look like using third party email is only option left.

    I would expect missing Reverse DNS records to result in a different error message.

  • AndreixAndreix Member, Host Rep

    Maybe this article would help? How to setup rDNS and PTR records.

  • Thanks for the help guys, got the reply from host and they added the record for me.

  • I've given up on email hosting. Too much headache and sometimes you may get blocked without any apparent reason at all. There is hardly any support mechanism to get unblocked.

    Just use any of those SMTP services. Trust me, it worths every penny.

    Thanked by 1nishantk
  • @CharityHost_org said:

    Many projects here are using MXroute, a well trusted proper SMTP provider service.
    You blocked all their ports unless customer gives you a $25 interest-free loan.
    https://mxroutedocs.com/general/smtpimappopdetails/

    Never mentioned it being an interest free loan. Do you know what refundable retainer fee means?

    We dont exploit, we are giving away about 48 prizes this month.

    Unless that deposit is regulated by a contract and placed in a segregated client account, it does function as an interest free loan for you in regards to non abusive customers.

  • how long does it takes to propagate ptr records? @HostSlick confirmed they have added the ptr records for me but even after 72 hrs its still showing NXDOMAIN.

  • It shouldn't take (that) long. Try a dig -t ptr +trace with the .in-addr.arpa name for the IP address to see which nameservers it ends up using (maybe the Reverse zone is not delegated correctly)

  • @cmeerw said:
    It shouldn't take (that) long. Try a dig -t ptr +trace with the .in-addr.arpa name for the IP address to see which nameservers it ends up using (maybe the Reverse zone is not delegated correctly)

    still status NXDOMAIN. Look like @HostSlick not added those record, their support is extremely slow (need to wait god knows how many days) . look like you are on your own after purchase.

Sign In or Register to comment.