When updating, kickoff the database again so that the noreply address is added
This commit is contained in:
parent
c2f627ea82
commit
f4df9a5e1a
1 changed files with 3 additions and 0 deletions
|
@ -55,3 +55,6 @@ if [ -z "`management/cli.py user`" ]; then
|
|||
# Create an alias to which we'll direct all automatically-created administrative aliases.
|
||||
management/cli.py alias add administrator@$PRIMARY_HOSTNAME $EMAIL_ADDR > /dev/null
|
||||
fi
|
||||
|
||||
# Kick everything that may have been missed
|
||||
management/mailconfig.py update
|
||||
|
|
Loading…
Reference in a new issue