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). --- localmaildomainprepare | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localmaildomainprepare') diff --git a/localmaildomainprepare b/localmaildomainprepare index 0664e59..2805f6a 100755 --- a/localmaildomainprepare +++ b/localmaildomainprepare @@ -3,7 +3,7 @@ # /usr/local/sbin/localmkpostfixvirtual # Copyright 2004 Jonas Smedegaard # -# $Id: localmaildomainprepare,v 1.1 2004-08-19 14:40:32 jonas Exp $ +# $Id: localmaildomainprepare,v 1.2 2006-05-05 10:31:13 jonas Exp $ # # Prepare mailuser updates from system user database # @@ -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