Mailman: small fixes
This commit is contained in:
parent
2b7198bd76
commit
ce990461f9
2 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,9 @@ chmod g+w -R $INDEXDIR
|
||||||
# Give database rights to the non-admin user
|
# Give database rights to the non-admin user
|
||||||
$BASEDIR/bin/pg-give-rights.py
|
$BASEDIR/bin/pg-give-rights.py
|
||||||
|
|
||||||
|
# SELinux contexts
|
||||||
|
restorecon -r "$BASEDIR"
|
||||||
|
|
||||||
# Reload Apache to flush the python cache
|
# Reload Apache to flush the python cache
|
||||||
systemctl reload httpd
|
systemctl reload httpd
|
||||||
# Restart Mailman3 since kittystore was updated
|
# Restart Mailman3 since kittystore was updated
|
||||||
|
|
|
@ -314,7 +314,7 @@ unknown_local_recipient_reject_code = 550
|
||||||
#relayhost = [mailserver.isp.tld]
|
#relayhost = [mailserver.isp.tld]
|
||||||
#relayhost = uucphost
|
#relayhost = uucphost
|
||||||
#relayhost = [an.ip.add.ress]
|
#relayhost = [an.ip.add.ress]
|
||||||
relayhost = bastion
|
relayhost = bastion.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
|
||||||
# REJECTING UNKNOWN RELAY USERS
|
# REJECTING UNKNOWN RELAY USERS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue