Changed password
This commit is contained in:
parent
5ae4f39da8
commit
093436bc4b
@ -25,7 +25,7 @@ import os
|
|||||||
|
|
||||||
# for SMTP AUTH LOGIN (SECRET = sha256(password) avoiding storing plaintext)
|
# for SMTP AUTH LOGIN (SECRET = sha256(password) avoiding storing plaintext)
|
||||||
USER = 'qnap-messenger'
|
USER = 'qnap-messenger'
|
||||||
SECRET = '60E9CFC9BEEBE71B0954A29FDABC67EB8AB9622140846A3970220D3E905BD28E'
|
SECRET = '8fb12c5b36b2287fd66a433bbcb5f5beaa2645cc9e2d1d9f6fd1177426cbc7cd'
|
||||||
|
|
||||||
# SMTP listener (set to localhost if running on QNAP device)
|
# SMTP listener (set to localhost if running on QNAP device)
|
||||||
LHOST, LPORT = '0.0.0.0', 1025
|
LHOST, LPORT = '0.0.0.0', 1025
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user