From edf378c3da04265f298ded1f510e0d7df04210ef Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 5 May 2006 10:31:13 +0000 Subject: Change to using /etc/postfix/virtual-* (instead of virtual.*) to simplify files to avoid (= everything with dots in the name). --- localmaildomainupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localmaildomainupdate') diff --git a/localmaildomainupdate b/localmaildomainupdate index a723649..d46aaa1 100755 --- a/localmaildomainupdate +++ b/localmaildomainupdate @@ -3,7 +3,7 @@ # /usr/local/sbin/localmaildomainupdate # Copyright 2004 Jonas Smedegaard # -# $Id: localmaildomainupdate,v 1.2 2004-12-07 16:04:14 jonas Exp $ +# $Id: localmaildomainupdate,v 1.3 2006-05-05 10:31:13 jonas Exp $ # # Update an (already prepared!) mailuser file # @@ -14,7 +14,7 @@ set -e if [ $# -ge 1 ]; then maildomain="$1" - virtualfile="virtual.$1" + virtualfile="virtual-$1" shift else maildomain="" -- cgit v1.2.3