From owner-freebsd-isp Sat Dec 22 3:51:23 2001 Delivered-To: freebsd-isp@freebsd.org Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 02F1737B405 for ; Sat, 22 Dec 2001 03:51:17 -0800 (PST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.11.6/8.11.6) with BSMTP id fBMBt3821637; Sat, 22 Dec 2001 12:55:03 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-isp@FreeBSD.ORG, Noah@oopz.com Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Sendmail vacation Date: Sat, 22 Dec 2001 12:52:41 +0100 X-Mailer: Dinoex 1.77 References: X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.93] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20011222000000W+1@dinoex.sub.org Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Noah Davidson wrote: > I have built sendmail 8.12 and I am configuring it to be our main mail > server for about 5000 or so users. The only problem is that the > .vacation files do not seam to work. How can I get this feature > working, or could someone point me in the direction to get this working. Sendmail-8.12.1 from the ports: 1) add in your hots.mc for security FEATURE(`smrsh')dnl 2) create a executable shell script /usr/local/libexec/sm.bin/vacation: #!/bin/sh exec /usr/local/bin/vacation -m vacation.txt -r 1 "$@" 3) The user can now create their files ~user/.forward: user,second-user,"|vacation user" kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message