Email Configuration
Link-Live Private will, by default, create an SMTP server container and send out emails, such as registration emails and result notification emails, on port 25. Ensure that your network allows for this. The ubuntu-start.sh script walks through these options.
NOTE
The start script is at the root of the installation directory and is run as sudo ./ubuntu-start.sh.
All other scripts live in the toolkit/ folder, have plain names, and are also run with sudo — for example sudo ./toolkit/backup.sh.
See Script Naming and Usage.
The following environment variables apply to your Link-Live Private installation.
|
Variable |
Details |
|---|---|
|
|
Set to When |
|
|
SMTP server hostname or IP |
|
|
SMTP port, typically 25 or 465, based on your SMTP configuration |
|
|
Set to |
|
|
Set to |
|
|
If you need Link-Live Private to establish a connection to the SMTP server via an HTTP proxy, set this environment variable to, for example, |
|
|
If your SMTP server uses AUTH PLAIN, this variable is the username that a client can use to authenticate. Leave it blank if your server does not require authentication. |
|
|
If your SMTP server uses AUTH PLAIN, this variable is the password that a client can use to authenticate. Leave it blank if your server does not require authentication. |
Refer to Nodemailer's online documentation for more information.