Domains
Last updated
Last updated
Introduction: LUCY supports multiple domain names for campaigns on virtualized servers. Users can add domains via the registration wizard or request assistance from our support department. What type of domains can be configured?
Navigate to Settings -> Common System Settings -> Domains
On the Domain page, you have two options to add a domain, Register and Add:
Registering a domain through the Domain Registration Wizard is both fast and streamlined. The wizard will initiate an API call to GoDaddy, the domain registrar, to configure all relevant DNS records. This setup enables hosting of landing pages, sending emails from the Postfix server on behalf of the domain, and receiving replies directed to the domain.
This option will allow you to submit a domain name to check for availability, if the domain is available you will be redirected to the domain registration page.
Please ensure the information provided on the registration form is accurate, especially the email address. This is crucial because all communications from the registrar and access to the domain's DNS portal will be limited to the email address submitted in the registration process.
To add a domain you already own, simply click the "Add" button and enter your domain name:
Please be aware that when adding a domain to Lucy, you are required to manually create all relevant DNS entries in the registrar's administration panel. This step is necessary for the domain to properly point to the Lucy server, enabling it to send and receive emails associated with this domain. For Example, to point all relevant DNS records of the domain "thrivedx.help" to my Lucy server, with the server's IP address being 65.109.169.227, the following DNS records will be added (replace the IP address with your Lucy server IP address):
Users may receive random links during phishing simulations, leading to a 404 error if they visit the domain directly. To prevent LUCY from revealing itself, define a custom error message or homepage.
Note that if you use an IP address instead of a domain, the custom 404 page will not be displayed.
Select the tab for "Not found template"
Use the editor to create your not-found template:
Type | Host | Value | TTL | Priority |
---|---|---|---|---|
A Record
@
65.109.169.227
Automatic/Default
A Record
*
65.109.169.227
Automatic/Default
TXT Record
@
v=spf1 ip4:65.109.169.227 ~all
Automatic/Default
TXT Record
*
v=spf1 ip4:65.109.169.227 ~all
Automatic/Default
MX Record
@
mail.thrivedx.help
10