
axel.rau at chaos1
May 30, 2013, 2:18 AM
Post #2 of 2
(74 views)
Permalink
|
|
[Bug 1031] Implement database logging of completed remote delivery
[In reply to]
|
|
------- You are receiving this mail because: ------- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1031 --- Comment #24 from Axel Rau <axel.rau [at] chaos1> 2013-05-30 10:18:51 --- > Hi Miro, > --- Comment #23 from Miro <bug [at] mejor> 2013-05-28 13:51:54 --- > I've started to use this patch. That's fine. I have tested the patch and use it in production with exim-4_80. > As for now I have such thoughts: > a) I'm missing errors in main log when sql query fails (e.g. wrong syntax). Hmm, I'm getting SQL-errors in main log. I use PostgreSQL. Which is your RDBMS? This may be an issue in the DB layer of exim. > b) If I use $dbl_defer_errno or $dbl_defer_errstr in dbl_delivery_query then > query is silently dropped. According to comment Nr. 7 above from gedalya [at] gedalya, AFAIK you should use the SMTP transport option dbl_host_defer_query instead of dbl_delivery_query. Perhaps Gedalya can comment? > Query isn't executed - and no error message appears. > c) could it be possible to add info about local address ip used for delivery? Maybe. The core team seems to wait for a more generic version of this patch before accepting it. It seems that this will require both new syntax and semantics, so I would suggest waiting until then... > d) I can't make dbl_host_defer_query working - exim doesn't even to connect do > database. Probably I've made big bug in configuration, should I describe write > with this problem on user mailing list? I do not use this feature myself. Perhaps you ask gedalya [at] gedalya (CCed). > e) thank you for this functionality Hopefully it works in general. (-; Axel -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
|