This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Strato DynDNS support for MX Record

Hi,

I'm happy that Strato has been added to the list of supported DynDNS Providers some time ago [:)] However it has either been added not completely or not correctly. The Update URL (which can not be modified through Web UI) does not contain the request to update the MX-record in addition to the A-record. Therefore only the A-record is updated. Because of that the support of Strato is unusable for me currently because it's only implemented by 50% [:(]

Following URL will update both records (A- and MX-Record):
 
"dyndns.strato.com/.../update&myip=&mx="

Could you please modify the URL or add an option to enable the update of the MX record for Strato?

Thanks!

Georg


This thread was automatically locked due to age.
Parents
  • Use at your own risk: use support if you have it, make backups and test outside of production first.

    Via command line, root required: Edit "/var/confd/res/dyndns/features.ph" and add "'mx'       => 1," to the "'support'  => {...}" section of "'strato' => {...}".

    Revisit WebAdmin and configure the new option.

    Please share if that works, or if it doesn't (include logs/errors).  I only confirmed it changed the presentation of options in WebAdmin.

    Example:

    ...
        'strato' => {
            'server'   => 'dyndns.strato.com',
            'protocol' => 'dyndns2',
            'options'  => [],
            'support'  => {
                'strategy' => 1,
                'hostname' => 1,
                'mx'       => 1,
            },
    ...
Reply
  • Use at your own risk: use support if you have it, make backups and test outside of production first.

    Via command line, root required: Edit "/var/confd/res/dyndns/features.ph" and add "'mx'       => 1," to the "'support'  => {...}" section of "'strato' => {...}".

    Revisit WebAdmin and configure the new option.

    Please share if that works, or if it doesn't (include logs/errors).  I only confirmed it changed the presentation of options in WebAdmin.

    Example:

    ...
        'strato' => {
            'server'   => 'dyndns.strato.com',
            'protocol' => 'dyndns2',
            'options'  => [],
            'support'  => {
                'strategy' => 1,
                'hostname' => 1,
                'mx'       => 1,
            },
    ...
Children
No Data