Failed Delivery on Domain without MX record using semu.py
Posted: Tue May 05, 2009 9:39 pm
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
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?
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
Anyone have any ideas?