Difference between revisions of "Nominet"
From WHMCS Documentation
(New page: == To setup the n'''PHP has to be allowed to run the following functions: fopen, fwrite, exec, shell_exec, unlink''' ominet module == Go to Configuration > Domain Registrars and then selec...) |
(→To setup the n'''PHP has to be allowed to run the following functions: fopen, fwrite, exec, shell_exec, unlink''' ominet module) |
||
Line 1: | Line 1: | ||
− | == To setup the | + | == To setup the nominet module == |
Go to Configuration > Domain Registrars and then select Nominet from the dropdown menu. You will then need to configure the following options: | Go to Configuration > Domain Registrars and then select Nominet from the dropdown menu. You will then need to configure the following options: | ||
Revision as of 13:26, 11 March 2008
To setup the nominet module
Go to Configuration > Domain Registrars and then select Nominet from the dropdown menu. You will then need to configure the following options:
- FromEmail - this is the email address the emails that go to Nominet should come from
- TAG - this is your IPSTAG for domains you register
- Passphrase - this is your PGP key's passphrase used for signing the emails
- TestEmail - this is where you enter where to send the emails to - for testing it should be your email then once live, applications@nic.uk
- SignEmails - tick this box to sign the emails - this should be ticked when in live mode
PHP has to be allowed to run the following functions: fopen, fwrite, exec, shell_exec, unlink
Important Note: There is an additional step you need to perform for PGP encryption of the emails to work. You need to make sure the folder "modules/registrars/nominet/tmp" exists, and if not create it. You then need to CHMOD it as 777 so that it can be written to as a temporary store for when encrypting the emails.