Oct. 21, 2002
8:40 p.m.
On Mon, 2002-10-21 at 15:35, Ciolo_-^DusT^-_WebMaster wrote:
PERFECT!!!!
the last question... if I add manually other users not in my domain they will be deleted after the sync??
Yes, but you could easily modify the script to handle external users...
# ext_localusers contains email addresses from users not
# in your local password file
cp ~mailman/ext_localusers.txt ~mailman/localusers.txt
USERS=cat /etc/passwd |sed -n "30,$ p"| cut -f1 -d:
for i in $USERS
do
echo $i@mydomain.com >> ~mailman/localusers.txt
done
~mailman/bin/sync_members -f ~mailman/localusers.txt localusers
ciao e grazie! bye and Thanx! byez CioloWeb
8131
Age (days ago)
8131
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jon Carnes