Jump to content

[Tutorial] Configuração Do Postfix


TaQiHost

Recommended Posts

Configuração básica para o Postfix funcionar com autenticação.

#yum install postfix cyrus-sasl

Criar um arquivo de configuração com os seguintes dados:

#vi /etc/postfix/main.cf

---------------------------------------------------------------------------------

myhost= mail.example.com

mydomain = example.com

myorigin = $mydomain

inet_interfaces = all

mydestination = $myhostname, $mydomain

smtpd_sasl_auth_enable = yes

smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination

smtpd_sasl_security_options = noanonymous

smtpd_sasl_type = dovecot

smtpd_sasl_path = private/auth

-----------------------------------------------------------------------------------

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?