From 8e5d126b674a929b41d6a82050ad760a6cf18ce7 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 6 Jun 2022 12:42:27 -0700 Subject: [PATCH] email: Add description about ISP and domain limitations As discussed during progress calls, this is a pre-condition for making the app generally available (without advanced flag). Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/email/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plinth/modules/email/__init__.py b/plinth/modules/email/__init__.py index 7275e5d78..522977818 100644 --- a/plinth/modules/email/__init__.py +++ b/plinth/modules/email/__init__.py @@ -27,6 +27,10 @@ _description = [ 'and Rspamd. Postfix sends and receives emails. Dovecot allows ' 'email clients to access your mailbox using IMAP and POP3. Rspamd deals ' 'with spam.'), + _('Email server currently does not work with many free domain services ' + 'including those provided by the FreedomBox Foundation. Many ISPs ' + 'also restrict outgoing email. Some lift the restriction after an ' + 'explicit request. See manual page for more information.'), format_lazy( _('Each user on {box_name} gets an email address like ' 'user@mydomain.example. They will also receive mail from all '