email_server: Update donation URL to rspamd donation URL

These URLs are meant for supporting the upstream development of apps rather than
for FreedomBox (which has its own page). postfix, dovecot and clamav don't seem
have a donation mechanism. So, add rspamd's donation URL.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-01-28 14:16:00 -08:00 committed by James Valleroy
parent 5ce9f58bb4
commit 41dd78f432
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -49,7 +49,7 @@ class EmailServerApp(plinth.app.App):
short_description=_('Powered by Postfix, Dovecot & Rspamd'),
description=_description, manual_page='EmailServer',
clients=manifest.clients,
donation_url='https://freedomboxfoundation.org/donate/')
donation_url='https://rspamd.com/support.html')
self.add(info)
menu_item = plinth.menu.Menu(