14 Oct
2009
14 Oct
'09
12:58 a.m.
On Tue, 2009-10-13 at 15:31 -0500, Jose Luis Marin Perez wrote:
#!/bin/bash
DOMAIN=
echo $USER|sed s/^.*@//
if [ "$DOMAIN" = "domain2.com" ]; then export USERDB_AUTOCREATE=box1 export USERDB_AUTOCREATE2=box2 export EXTRA="USERDB_AUTOCREATE USERDB_AUTOCREATE2" fiunset USER exec $*
This properly configured?
Looks right. Try and see.
This would be the same procedure for using any plugins (Example expires) in a certain domain?
Right. You can override any settings that way.