zpanel / zpanelx

ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS's.
http://www.zpanelcp.com
Other
415 stars 297 forks source link

DNS manager TXT records are not correctly set #204

Open silviuchingaru opened 10 years ago

silviuchingaru commented 10 years ago

The TXT record input should be a textarea (like in webmin bind module) not an text input and the coresponding db field dn_target_vc should be converted to txt or maybe use the field dn_texttarget_tx (I'm not quite sure what this field is used for?!). Also the TXT input should not modify letter case. This BUG makes Google Apps DKIM auth unusable because is longer than db maximum value and is also case sensitive.

See also: http://forums.zpanelcp.com/Thread-SOLVED-DNS-Entry-Character-Length

ghost commented 10 years ago

@5050 could you check please.

We are aware as you saw over DNS db length field.

M B

silviuchingaru commented 10 years ago

Thank you for your answer but I need a fix quite quickly, but... I'll be glad to help on this project but I don't know too much about zPanel's API... yet.