Mail Sender Patch

by
Odoo
v 8.0 Third Party 457
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name mail_sender_patch
LicenseAGPL-3
Websitehttp://www.adhoc.com.ar
You bought this module and need support? Click here!

Mail Sender Patch

21/05/2015:
Depreciado porque al parece no ser más necesario... En realidad en algunas bds sigue siendo necesario, lo reactivamos

Este patch reemplaza el sender que utiliza odoo porque nuestro servidor smtp no permite que se loguee cualquiera. Si agregamos el parametro "mail.bounce.alias" luego, a los emails de un modelo y recurso, les agrega la data y tmb son rechazados. Ver:

  • en mail/mail_mail.py
    if bounce_alias and catchall_domain:
    if mail.model and mail.res_id:

Si no agregamos el paremtro "mail.bounce.alias" luego usa odoo-postmaster@alias pero nosotros no creamos una cuenta de envio para cada subdominio por lo cual tmb es rechazado.

La alternativa seria instalar postfix y hacer los registros pertinences. Dejamos algunos posts relacionados a postfix y los commits en cuestion:

  • ISSUE https://github.com/odoo/odoo/issues/3347
  • un commit https://github.com/odoo-dev/odoo/commit/a4597fe34fcfa8dae28b156410080346bb33af33
  • Sugerencias de odoo help https://www.odoo.com/es_ES/forum/help-1/question/how-to-set-up-e-mail-messaging-with-odoo-61796
  • Configurar postfix con no se que https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy
  • otro postf para configurar postfix http://mhawthorne.net/posts/postfix-configuring-gmail-as-relay.html

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Work for me
by
Francisco neto
on 7/13/15, 9:14 AM

There are no comments yet!