1
0

Add SMTP (25)

Signed-off-by: James <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2024-05-21 16:43:38 -07:00
parent 302bcde43f
commit 41b5b9ae52
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ services:
ports:
- 143:143 # dovecot imap
- 993:993 # dovecot imaps
- 25:25 # postfix smtp
- 465:465 # postfix smtps
- 587:587 # postfix submission
volumes:

View File

@ -8,7 +8,7 @@
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
#smtp inet n - y - - smtpd
smtp inet n - y - - smtpd
# -o milter_macro_daemon_name=ORIGINATING
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o smtpd_relay_restrictions=permit_mynetworks,permit_sasl_authenticated,reject