Change SUPPORT_EMAIL and NO_REPLY_EMAIL for version 2.3

I have already changed email addresses for SUPPORT_EMAIL and NO_REPLY_EMAIL in /opt/indico/etc/indico.conf.

I restarted apache and celery service.
I don’t see any changes.
Do you have any hints?

Thanks for answer.

Where exactly are you seeing no change?

I changed email addresses:
root@indico:/opt/indico/etc# diff -u indico.conf.20210409 indico.conf
— indico.conf.20210409 2021-04-09 11:37:51.037578694 +0200
+++ indico.conf 2021-04-09 11:40:01.974772958 +0200
@@ -20,9 +20,9 @@
SMTP_USE_TLS = False
SMTP_LOGIN = ‘’
SMTP_PASSWORD = ‘’
-SUPPORT_EMAIL = ‘indico@tok.ipp.cas.cz’
-PUBLIC_SUPPORT_EMAIL = ‘indico@tok.ipp.cas.cz’

-NO_REPLY_EMAIL = ‘indico-noreply@tok.ipp.cas.cz’
+SUPPORT_EMAIL = ‘indico@ipp.cas.cz’
+PUBLIC_SUPPORT_EMAIL = ‘indico@ipp.cas.cz’
+NO_REPLY_EMAIL = ‘indico-noreply@ipp.cas.cz’

STATIC_FILE_METHOD = ‘xsendfile’

I see an old address on page https://indico.ipp.cas.cz/contact:
indico@tok.ipp.cas.cz

My mistake. I forgot restart uwsgi.service.

Oh right, I misread your original post and thought you had restarted uwsgi+celery. These are actually the only two services - apache/nginx only forward requests to uwsgi, so it never needs to be restarted after indico config changes.