On Tue, 13 Mar 2007, Richard P. Welty wrote: > i'm trying to get the once option working in an autoreply transport, > and i don't see what the problem is here. > > # not whitelisted > not_on_whitelist_reply: > driver = autoreply > file = /etc/exim/not_on_whitelist_reply.txt > once = /etc/exim/not_whitelisted_senders.db > once_file_size = 100000 > > > the .db file exists, is zero length, owned by exim, permissions > 777, and exim isn't putting anything into it. i'm not seeing > anything in the log files about the file, i can certainly > see the transport executing properly (except for the file > update.) > > exim-4.66, fedora core 5 linux, with whatever db library the > install defaults to.
It isn't a db library that adds another extension is it? Oh, you've set once_file_size. That stops it using a db library at all. Try removing that. (See the manual.) And try removing the file and letting Exim create it for you. -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
