Failed Delivery on Domain without MX record using semu.py

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

godber
Posts: 3
Joined: Tue May 05, 2009 9:29 pm

Failed Delivery on Domain without MX record using semu.py

Post 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?
godber
Posts: 3
Joined: Tue May 05, 2009 9:29 pm

Switched to sendmail

Post by godber »

I switched to sendmail to resolve this issue.

Austin
obermeie
Posts: 3
Joined: Thu Oct 25, 2012 1:10 pm

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

Post 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
Post Reply