So i have been trying to figure this out for days.
I'm fairly new to Odoo but i do not seem to understand the right system parameters to have the following mailsetup :
incoming mails : catchall@domain.com (already installed and working). --> mails are coming in and distributed over the aliases that i installed. And it seems to work.
Outgoing mails : Big problem! I always get the error that user-alias@domain.com is not the same as the sender postmaster-odoo@domain.com.
I did delete the catchall.alias and the bounce.alias because it was recommended to do so. But i do not seem to be able to get Rob@domain.com send from info@domain.com unless its a personal reply or some kind of setup like that.
Error when sending an automated mail /template :
Designit_main odoo.addons.mail.models.mail_mail: failed sending mail (id: 21) due to Mail Delivery FailedMail delivery failed via SMTP server 'send.one.com'. SMTPRecipientsRefused: {'info@designit.be': (554, '5.7.1 Recipient address rejected: Username info@designit.be and sender postmaster-odoo@designit.be doesnt match')}Traceback (most recent call last): File "/root/designit/designitproject/odoo/addons/mail/models/mail_mail.py", line 277, in send res = IrMailServer.send_email(msg, mail_server_id=mail.mail_server_id.id) File "/root/designit/designitproject/odoo/odoo/addons/base/ir/ir_mail_server.py", line 464, in send_email raise MailDeliveryException(_("Mail Delivery Failed"), msg)MailDeliveryException: (u'Mail Delivery Failed', u"Mail delivery failed via SMTP server 'send.one.com'.\nSMTPRecipientsRefused: {'info@designit.be': (554, '5.7.1 Recipient address rejected: Username info@designit.be and sender postmaster-odoo@designit.be doesnt match')}")
Hi, is this your exchange email address and your instance and exchange are in same server? thanks