Subversion Repositories ALCASAR

Rev

Rev 3061 | Rev 3064 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3061 Rev 3062
Line 13... Line 13...
13
 
13
 
14
######################################################
14
######################################################
15
##			Email configuration examples (mode = 3)
15
##			Email configuration examples (mode = 3)
16
## common parameters : smtp_use_tls = yes, smtp_tls_security_level = encrypt, smtp_sasl_auth_enable = yes
16
## common parameters : smtp_use_tls = yes, smtp_tls_security_level = encrypt, smtp_sasl_auth_enable = yes
17
## common rules : 'myhostname' parameter should be the domain name of the sasl_email account
17
## common rules : 'myhostname' parameter should be the domain name of the sasl_email account
18
########## smtp.free.fr:465
18
########## smtp.free.fr:465 (expose mechanisms : PLAIN LOGIN CRAM-MD5 DIGEST-MD5)
19
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.free.fr]:465, smtp_tls_wrappermode = yes
19
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.free.fr]:465, smtp_tls_wrappermode = yes
20
########## smtp.free.fr:587
20
########## smtp.free.fr:587 (expose mechanismes 
21
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.free.fr]:587, smtp_tls_wrappermode = no
21
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.free.fr]:587, smtp_tls_wrappermode = no
-
 
22
########## smtp.orange.fr:465 (expose mechanisms : LOGIN PLAIN)
-
 
23
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.orange.fr]:465, smtp_tls_wrappermode = yes
-
 
24
########## smtp.sfr.fr:465 (expose mechanisms : LOGIN PLAIN)
-
 
25
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.sfr.fr]:465, smtp_tls_wrappermode = yes
-
 
26
########## smtp.laposte.net:465 (expose mechanisms : LOGIN PLAIN)
-
 
27
## smtp_sasl_security_option = noanonymous, relayhost = [laposte.net]:465, smtp_tls_wrappermode = yes
-
 
28
########## smtp.bbox.net:465 (expose mechanisms : LOGIN PLAIN)
-
 
29
## smtp_sasl_security_option = noanonymous, relayhost = [laposte.net]:465, smtp_tls_wrappermode = yes
-
 
30
########## smtp.gmail.com:587 (expose mechanisms : LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH)
-
 
31
## smtp_sasl_security_option = noanonymous, relayhost = [gmail.com]:587, smtp_tls_wrappermode = no
22
 
32
 
23
# ****** Paths *******
33
# ****** Paths *******
24
SED="/bin/sed -i"
34
SED="/bin/sed -i"
25
CONF_FILE="/usr/local/etc/alcasar.conf"
35
CONF_FILE="/usr/local/etc/alcasar.conf"
26
POSTFIX_CONF_FILE="/etc/postfix/main.cf"
36
POSTFIX_CONF_FILE="/etc/postfix/main.cf"