[Dovecot] Minor: Fix EHLO name

master
andryyy 2021-05-24 11:09:33 +02:00
parent 2e87f6ac2d
commit 676ce199f3
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ try:
msg.attach(text_part)
msg.attach(html_part)
msg['To'] = rcpt
server = smtplib.SMTP('postfix', 588, 'quarantine')
server = smtplib.SMTP('postfix', 588, 'quotanotification')
server.ehlo()
server.sendmail(msg['From'], str(rcpt), msg.as_string())
server.quit()
@ -91,4 +91,4 @@ except:
try:
sys.stderr.close()
except:
pass
pass