Page 1 of 1

Failed Delivery on Domain without MX record using semu.py

Posted: Tue May 05, 2009 9:39 pm
by godber
I have OpenEMM largely working on Ubuntu with sendmail/postfix disabled and I am using the semu.py delivery method. Most everything seems to work except when trying to deliver to email to an address on a domain that doesn't have an MX record.

I believe I have provided the relevant logs from var/log/20090504-openemm-semu.log

Code: Select all

[04.05.2009  23:59:59] 7817 DEBUG/2614Tfd7100000002: Skip incomplete bounce None/None/'Failed to resolve domain uberhip.com'
[04.05.2009  23:59:59] 7817 DEBUG/2614Tfd7100000002: Updated qfile /home/openemm/var/spool/ADMIN/qf2614Tfd7100000002
[04.05.2009  23:59:59] 7817 INFO/2614Tfd7100000002: Softbounce 412: Failed to resolve domain uberhip.com
Looking at the code it looks like semu.py is trying to handle domains without MX records, but I haven't managed to follow the whole path of execution to see what might be going wrong.

Anyone have any ideas?

Switched to sendmail

Posted: Tue Jun 09, 2009 11:02 pm
by godber
I switched to sendmail to resolve this issue.

Austin

Re: Failed Delivery on Domain without MX record using semu.p

Posted: Tue Mar 05, 2013 12:24 pm
by obermeie
Hi,

I had the same problem.
After i realized the domain resolution is made with a python script I installed the bind-utils package (CentOS 6) and everything worked like a charm :-)

jm2c