mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
in the mail test script, forgot to remove the dkim import
This commit is contained in:
parent
6e4670bbd0
commit
ccbbc930e2
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
# Tests sending and receiving mail by sending a test message to yourself.
|
||||
|
||||
import sys, imaplib, smtplib, uuid, time, dkim
|
||||
import sys, imaplib, smtplib, uuid, time
|
||||
|
||||
if len(sys.argv) < 3:
|
||||
print("Usage: tests/mail.py hostname emailaddress password")
|
||||
|
Loading…
Reference in New Issue
Block a user