Dear tofinus,
Thanks for helping us out, your error log is useful in this case. Please apply this patch (a stupid bug) and restart iRedAPD service:
diff -r 3c35d95180ee iredapd.py
--- a/iredapd.py Fri May 22 20:44:43 2015 +0800
+++ b/iredapd.py Tue May 26 15:03:11 2015 +0800
@@ -135,8 +135,8 @@
else:
action = SMTP_ACTIONS['default']
except Exception, e:
+ action = SMTP_ACTIONS['default']
logging.debug('Unexpected error: %s. Fallback to default action: %s' % (str(e), str(action)))
- action = SMTP_ACTIONS['default']
# Log final action.
logging.info('[%s] %s, %s -> %s, %s' % (self.smtp_session_data['client_address'],
Also, is it possible to let me login to your server to tracking this issue? We're waiting for this fix for new iRedMail release.