Difference between revisions of "Postfix/main.cf/smtp sasl auth enable"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "<hide> page type::listing page type::subpage thing type::config parameter </hide> * '''parameter''': name::smtp_sasl_auth_enable * '''default''': ''unknown'' * ''...")
 
(added summary, for eventual automatic listing)
 
Line 7: Line 7:
 
* '''versions''': ''unknown''
 
* '''versions''': ''unknown''
 
* '''values''': no|yes
 
* '''values''': no|yes
 +
* '''purpose''': [[summary::enables authentication from local SMTP client to external SMTP relay server]]
 
==About==
 
==About==
 
This parameter must be set to '''yes''' in order to for the [[Postfix]] [[SMTP]] client to authenticate with an external SMTP server (as specified in {{l/same|relayhost}}) to relay messages.
 
This parameter must be set to '''yes''' in order to for the [[Postfix]] [[SMTP]] client to authenticate with an external SMTP server (as specified in {{l/same|relayhost}}) to relay messages.
  
 
If it is set to '''no''', it essentially disables the {{l/same|smtp_sasl_password_maps}} parameter.
 
If it is set to '''no''', it essentially disables the {{l/same|smtp_sasl_password_maps}} parameter.

Latest revision as of 15:48, 31 July 2011

  • parameter: smtp_sasl_auth_enable
  • default: unknown
  • versions: unknown
  • values: no|yes
  • purpose: enables authentication from local SMTP client to external SMTP relay server

About

This parameter must be set to yes in order to for the Postfix SMTP client to authenticate with an external SMTP server (as specified in relayhost) to relay messages.

If it is set to no, it essentially disables the smtp_sasl_password_maps parameter.