Jérôme Warnier Wrote: > I'm sorry guys, but I search for several hours on the Net about a > working vacation setup to work with Exim 4, and it seems I still have > a > problem. > I'm using the following transport: > --- cut here --- > # This transport is used for vacation messages if a '.vacation.msg' > exists > uservacation_transport: > debug_print = "T: vacation autoreply for [EMAIL PROTECTED]" > driver = pipe > command = /usr/bin/vacation $local_part > --- cut here --- >
I would stongly suggest that you not deliver using a pipe in this case, you can control the delivery "better" by performing the delivery in exim. Take a look a look at http://www.exim-users.org/forums/showthread.php?t=113 , I have been using this router and transport for all of my installs for some time. Hope this helps... Kevin -- kmb ------------------------------------------------------------------------ kmb's Profile: http://www.exim-users.org/forums/member.php?action=getinfo&userid=1 View this thread: http://www.exim-users.org/forums/showthread.php?threadid=51467 -- ## 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/
