diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-10-08 10:50:49 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-10-08 10:50:49 +0000 |
commit | e0f3765aeecd3116bb4171bd0c5f9b609e7c0588 (patch) | |
tree | 0a111f6cbeb170d64825aba3bcc2a8e9a549d18c /configs/config.samples/C006 | |
parent | e05f33e0b79c14608757a60f2f3f8588008355f7 (diff) |
Start
Diffstat (limited to 'configs/config.samples/C006')
-rw-r--r-- | configs/config.samples/C006 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/configs/config.samples/C006 b/configs/config.samples/C006 new file mode 100644 index 000000000..eebc2bc40 --- /dev/null +++ b/configs/config.samples/C006 @@ -0,0 +1,39 @@ +From: Kind@edb.uib.no +Date: Sun, 2 Aug 1998 15:24:05 +0200 + +[Syntax converted for Exim 4 by PH, 06-Dec-2001. Unchecked.] + +This is how I have configured a PP-inspired vacationnote, there is (was?) +such a feature in PP. The user makes a file "tripnote" in his/her +homedirectory, the message is passed to the sender once with a short +leading text. + +############ +# TRANSPORT +vacation_reply: + driver = autoreply + file = $home/tripnote + file_expand + log = $home/tripnote.log + once = $home/tripnote.db + from = vacation@yourdomain.org + to = $sender_address + subject = "Re: $h_subject" + text = "\ + Dear $h_from:\n\n\ + This is an automatic reply. Feel free to send additional\n\ + mail, as only this one notice will be generated. The following\n\ + is a prerecorded message, sent for $local_part@yourdomain.org:\n\ + ====================================================\n\n\ + " + +# ROUTER +user_vacation: + driver = accept + check_local_user + require_files = $local_part:$home/tripnote + no_verify + senders = !^.*-request@.* : !^owner-.*@.* : !^postmaster@.* : \ + ! ^listmaster@.* : !^mailer-daemon@.* + transport = vacation_reply + unseen |