Subversion Repositories configs

Rev

Rev 164 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 164 Rev 189
Line 317... Line 317...
317
#relayhost = [gateway.my.domain]
317
#relayhost = [gateway.my.domain]
318
#relayhost = [mailserver.isp.tld]
318
#relayhost = [mailserver.isp.tld]
319
#relayhost = uucphost
319
#relayhost = uucphost
320
#relayhost = [an.ip.add.ress]
320
#relayhost = [an.ip.add.ress]
321
#relayhost = smtp.cox.net
321
#relayhost = smtp.cox.net
322
relayhost = [smtpout.secureserver.net]:3535
322
#relayhost = [mail.dnsexit.com]:2525
-
 
323
#relayhost = [mail.uwejacobs.com]:290
-
 
324
#relayhost = [mail.ujsoftware.com]:290
-
 
325
relayhost = [smtp.gmail.com]:587
323
#smtp_use_tls = yes
326
smtp_use_tls = yes
324
smtp_sasl_auth_enable = yes
327
smtp_sasl_auth_enable = yes
325
smtp_sasl_password_maps = hash:/etc/postfix/relay_passwords
328
smtp_sasl_password_maps = hash:/etc/postfix/relay_passwords
326
smtp_sasl_security_options =
329
smtp_sasl_security_options = noanonymous
327
 
-
 
-
 
330
smtp_tls_CAfile = /etc/ssl/certs/ca-bundle.crt
328
 
331
 
329
# REJECTING UNKNOWN RELAY USERS
332
# REJECTING UNKNOWN RELAY USERS
330
#
333
#
331
# The relay_recipient_maps parameter specifies optional lookup tables
334
# The relay_recipient_maps parameter specifies optional lookup tables
332
# with all addresses in the domains that match $relay_domains.
335
# with all addresses in the domains that match $relay_domains.