Add SMTP (25)
Signed-off-by: James <james_git@ketrenos.com>
This commit is contained in:
parent
302bcde43f
commit
41b5b9ae52
@ -40,6 +40,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 143:143 # dovecot imap
|
- 143:143 # dovecot imap
|
||||||
- 993:993 # dovecot imaps
|
- 993:993 # dovecot imaps
|
||||||
|
- 25:25 # postfix smtp
|
||||||
- 465:465 # postfix smtps
|
- 465:465 # postfix smtps
|
||||||
- 587:587 # postfix submission
|
- 587:587 # postfix submission
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# service type private unpriv chroot wakeup maxproc command + args
|
# service type private unpriv chroot wakeup maxproc command + args
|
||||||
# (yes) (yes) (yes) (never) (100)
|
# (yes) (yes) (yes) (never) (100)
|
||||||
# ==========================================================================
|
# ==========================================================================
|
||||||
#smtp inet n - y - - smtpd
|
smtp inet n - y - - smtpd
|
||||||
# -o milter_macro_daemon_name=ORIGINATING
|
# -o milter_macro_daemon_name=ORIGINATING
|
||||||
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||||
# -o smtpd_relay_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
|
# -o smtpd_relay_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user