Installing a mail relay server
Posted: 2020/07/30 20:31:20
Hi,
I have been tasked with installing a mail relay server. I am new to postfix. I am good with the steps mentioned herein:
https://www.linuxbabe.com/mail-server/s ... tp-servers
I am not sure about the:
# outbound relay configurations
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = may
header_size_limit = 4096000
which password goes in /etc/postfix/sasl_passwd
Any guidance would be appreciated. Thank you.
I have been tasked with installing a mail relay server. I am new to postfix. I am good with the steps mentioned herein:
https://www.linuxbabe.com/mail-server/s ... tp-servers
I am not sure about the:
# outbound relay configurations
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = may
header_size_limit = 4096000
which password goes in /etc/postfix/sasl_passwd
Any guidance would be appreciated. Thank you.