[Dovecot] Once again... finally fixed?
parent
7e5fc0f763
commit
3bfd2c8885
|
@ -68,7 +68,7 @@ def notify_rcpt(rcpt, msg_count):
|
||||||
count = 0
|
count = 0
|
||||||
while count < 15:
|
while count < 15:
|
||||||
try:
|
try:
|
||||||
server = smtplib.SMTP('postfix', 590, 'quarntine')
|
server = smtplib.SMTP('postfix', 590, 'quarantine')
|
||||||
server.ehlo()
|
server.ehlo()
|
||||||
msg = MIMEMultipart('alternative')
|
msg = MIMEMultipart('alternative')
|
||||||
msg['From'] = r.get('Q_SENDER') or "quarantine@localhost"
|
msg['From'] = r.get('Q_SENDER') or "quarantine@localhost"
|
||||||
|
|
|
@ -164,7 +164,7 @@ services:
|
||||||
- sogo
|
- sogo
|
||||||
|
|
||||||
dovecot-mailcow:
|
dovecot-mailcow:
|
||||||
image: mailcow/dovecot:1.58
|
image: mailcow/dovecot:1.59
|
||||||
build: ./data/Dockerfiles/dovecot
|
build: ./data/Dockerfiles/dovecot
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
|
|
Loading…
Reference in New Issue