Skip to content
Snippets Groups Projects
Verified Commit ef555bfd authored by Helmo's avatar Helmo
Browse files

Skip appending the origin field to the name

parent 3553b926
No related branches found
No related tags found
2 merge requests!1985Merge develop into postgres branch,!1968Resolve "support external DKIM keys combined with local mail_domain"
......@@ -100,7 +100,7 @@ class page_action extends tform_actions {
// add dkim-settings to the public-key in the txt-record
if (!empty($this->dataRecord['data'])) {
$this->dataRecord['data']='v=DKIM1; t=s; p='.$this->dataRecord['data'];
$this->dataRecord['name']=$this->dataRecord['selector'].'._domainkey.'.$this->dataRecord['name'];
$this->dataRecord['name']=$this->dataRecord['selector'].'._domainkey';
// $this->dataRecord['ttl']=60;
}
// Update the serial number and timestamp of the RR record
......
......@@ -26,7 +26,6 @@
<input type="hidden" name="id" value="{tmpl_var name='id'}">
<input type="hidden" name="zone" value="{tmpl_var name='zone'}" id="zone">
<input type="hidden" name="type" value="{tmpl_var name='type'}">
<input type="hidden" name="name" value="{tmpl_var name='name'}">
<div class="clear"><div class="right">
<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="dns/dns_dkim_edit.php">{tmpl_var name='btn_save_txt'}</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment