From 151a2f5bf74701e9e1672847a11b10360263db09 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 24 Apr 2015 10:56:56 -0300 Subject: [feat] make log messages match postfix's config Change the virtual alias map and the access recipien access checker log messages so they match postfix's configuration statements. --- src/leap/mx/check_recipient_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/mx/check_recipient_access.py') diff --git a/src/leap/mx/check_recipient_access.py b/src/leap/mx/check_recipient_access.py index 55460a6..f994e78 100644 --- a/src/leap/mx/check_recipient_access.py +++ b/src/leap/mx/check_recipient_access.py @@ -84,5 +84,5 @@ class CheckRecipientAccessFactory(LEAPPostfixTCPMapServerFactory): @property def _query_message(self): - return "Checking recipient access for" + return "check recipient access" -- cgit v1.2.3