outsource variables to config file

This commit is contained in:
2015-07-10 13:10:51 +03:00
parent 98efcf07ea
commit 1cc301e85c
2 changed files with 12 additions and 8 deletions

View File

@@ -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