Dear all,
I have an onpremise enterprise v19 server and I want to set the incoming email server because the same server has an exim instance.
I read there is a py script to link to exim, however it not really clear to me how it works and I didn't find a lot of documentation.
The first issue was the script itself, the bash header had python2 command and I don't have py2, then I edited it to python3.
Since exim is not working with this script, I tried to run the script manually
odoo-mailgate.py < mytestemail.eml
But it failed with just:
xmlrpclib.Fault
Is there anything I can try to add for a better error log?
Thank you