outsource variables to config file
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
SYSUSER=$(whoami)
|
||||
|
||||
# Email stuff
|
||||
DOMAIN=panel.domain.tld
|
||||
TOEMAIL=user@domain.tld
|
||||
FREMAIL=user@domain.tld
|
||||
SENDMAILPATH=/usr/sbin/sendmail
|
||||
MAILTMP=.mail.txt.tmp
|
||||
MAILTYPE=mailsendenc # Use mailsend for plaintext, mailsendenc for SSL-encrypted details
|
||||
SSLKEY=ssl.key # Only needed when using mailsendenc
|
||||
|
||||
# Datasheet
|
||||
NOTES=$HOME/$SYSUSER-Notes.txt
|
||||
NOTESTMP=.Notes.txt.tmp
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user