Add Zeyple filter
parent
58d86dadce
commit
34bc242554
|
@ -91,3 +91,4 @@ smtpd_milters = inet:rmilter:9900
|
||||||
non_smtpd_milters = inet:rmilter:9900
|
non_smtpd_milters = inet:rmilter:9900
|
||||||
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
|
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
|
||||||
mydestination = localhost.localdomain, localhost
|
mydestination = localhost.localdomain, localhost
|
||||||
|
content_filter=zeyple
|
||||||
|
|
|
@ -161,7 +161,6 @@ services:
|
||||||
- DBNAME=${DBNAME}
|
- DBNAME=${DBNAME}
|
||||||
- DBUSER=${DBUSER}
|
- DBUSER=${DBUSER}
|
||||||
- DBPASS=${DBPASS}
|
- DBPASS=${DBPASS}
|
||||||
- MAIL_CRYPT=${MAIL_CRYPT:-NO}
|
|
||||||
ports:
|
ports:
|
||||||
- "${IMAP_PORT:-143}:143"
|
- "${IMAP_PORT:-143}:143"
|
||||||
- "${IMAPS_PORT:-993}:993"
|
- "${IMAPS_PORT:-993}:993"
|
||||||
|
|
Loading…
Reference in New Issue