[Mailman-Users] Re: yahooo-!!!!!

Jon Carnes jonc at nc.rr.com
Mon Oct 21 22:40:14 CEST 2002


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 at mydomain.com >> ~mailman/localusers.txt
  done
  ~mailman/bin/sync_members -f ~mailman/localusers.txt localusers


> 
> ciao e grazie!
> bye and Thanx!
> byez
> CioloWeb
> 







More information about the Mailman-Users mailing list