mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 04:48:06 +00:00
fix capturing of logging to capture postfix better
This commit is contained in:
@@ -48,7 +48,7 @@ class TestEndToEndDeltaChat:
|
||||
|
||||
addr = ac2.get_config("addr").lower()
|
||||
saved_ok = 0
|
||||
for line in remotelog.iter("dovecot"):
|
||||
for line in remotelog.iter("journalctl -f -u dovecot"):
|
||||
if addr not in line:
|
||||
# print(line)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user