Ayuda como se configura Services: Postfix relay and antispam en pfsense2.0
-
comapñeros alguien tine u tutorial o como se configura el Services: Postfix relay and antispam en pfsense 2.0
yo tengo en linux centos un postfix relay no se si el main.cfg se pueda colocar igual en el pfsense
gracias por la colaboracion
estee es mi main.cfg
General settings
bounce_queue_lifetime = 6h
mailbox_size_limit = 51200000
message_size_limit = 10240000
luser_relay =
recipient_delimiter = +
message_strip_characters = \0Authentication with SASL
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $mydomainEncryption with TLS
smtpd_tls_auth_only = yes
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_tls_loglevel = 1Mail restrictions (note: Kolab policies are not implemented)
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
kolabpolicy_time_limit = 3600
kolabpolicy_max_idle = 20Mail routing
mailbox_transport = mailpostfilter
content_filter = mailprefilter
transport_maps = hash:/etc/postfix/transportOutbound SMTP authentication
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd (autenticacion al servidor de correo externo)
smtp_sasl_auth_enable = yes
smtp_sasl_security_options =
unknown_local_recipient_reject_code = 550
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_tls_security_level = may
smtp_sasl_type = cyrus
relayhost = [xxxxxx.com]:587 -
take a look at this post
http://forum.pfsense.org/index.php/topic,40622.msg218123.html#msg218123