On Tue, 23 Jun 1998, Pollywog wrote:
> I am not sure where I should put these in the Transports section of my
> configure file.
Here is the diff -c from the changes I did for this.
Basically you add the 3 lines Phil mentioned after every
"driver = appendfile" line.
(I have lots of inconsistent punctuation, because the config
file hasn't been tidied up since the rules were relaxed).
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
A.C.Aitchison@??? http://www.dpmms.cam.ac.uk/~werdna
*** configure.old Tue Feb 24 13:11:34 1998
--- configure Tue Jun 23 14:13:31 1998
***************
*** 152,157 ****
--- 152,160 ----
local_delivery:
driver = appendfile;
+ delivery_date_add
+ envelope_to_add
+ return_path_add
file = /var/spool/mail/${local_part},
***************
*** 176,181 ****
--- 179,187 ----
address_file:
driver = appendfile
+ delivery_date_add
+ envelope_to_add
+ return_path_add
# This transport is used for handling file addresses generated by alias
***************
*** 195,200 ****
--- 201,209 ----
address_directory:
driver = appendfile;
+ delivery_date_add
+ envelope_to_add
+ return_path_add
no_from_hack,
prefix = "",
suffix = "",
***************
--
*** Exim information can be found at
http://www.exim.org/ ***