mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
bug fix: email list function
This commit is contained in:
@@ -560,7 +560,8 @@ class MailServerManager(multi.Thread):
|
||||
|
||||
if os.path.exists(postfixMapPath):
|
||||
|
||||
postfixMapData = open(postfixMapPath, 'r').read()
|
||||
postfixMapData = open(postfixMapPath, 'r', encoding='utf-8').read()
|
||||
|
||||
|
||||
if postfixMapData.find(selectedDomain) == -1:
|
||||
mailConfigured = 0
|
||||
|
||||
Reference in New Issue
Block a user