public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Dovecot] Minor: Fix EHLO name
676ce199
data/Dockerfiles/dovecot/quota_notify.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/data/Dockerfiles/dovecot/quota_notify.py b/data/Dockerfiles/dovecot/quota_notify.py
index 419f80d4..2d7361b8 100755
--- a/data/Dockerfiles/dovecot/quota_notify.py
+++ b/data/Dockerfiles/dovecot/quota_notify.py
@@ -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
\ No newline at end of file
+ pass