mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-01 12:57:49 +02:00
doh
This commit is contained in:
parent
5f6eba6a03
commit
ee5020733d
@ -119,7 +119,7 @@ def test_managesieve(server, username, password):
|
||||
except managesieve.MANAGESIEVE.abort:
|
||||
pass
|
||||
|
||||
m=managesieve.MANAGESIEVE(server, use_tls=True)
|
||||
m=managesieve.MANAGESIEVE(server, use_tls=True, tls_verify=False)
|
||||
if m.login('', username, 'wrongpass') != 'NO':
|
||||
print(f'Authenticating to sieve://{username}:{password}@{server}:4190/ with wrong creds has worked!')
|
||||
sys.exit(108)
|
||||
|
Loading…
x
Reference in New Issue
Block a user