view dovecot.socket @ 23006:0cf75c25fd26

fts: Fix buffer overflow when reading oversized fts header
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Mon, 04 Feb 2019 19:25:13 -0800
parents 84eb4afebc95
children
line wrap: on
line source

[Unit]
Description=Dovecot IMAP/POP3 email server activation socket

[Socket]
#dovecot expects separate IPv4 and IPv6 sockets
BindIPv6Only=ipv6-only
ListenStream=0.0.0.0:143
ListenStream=[::]:143
ListenStream=0.0.0.0:993
ListenStream=[::]:993
KeepAlive=true

[Install]
WantedBy=sockets.target