source: trunk/sysadmin/bin/list-mailman-domain.sh @ 65

Last change on this file since 65 was 65, checked in by sebas, 16 years ago

initial import

  • Property svn:executable set to *
File size: 154 bytes
Line 
1#! /bin/sh
2/usr/bin/mysql --defaults-file=/etc/mysql/alternc.cnf alternc -N -B -e "select DISTINCT domain FROM mailman" > /etc/mailman/domains_list.txt
3
Note: See TracBrowser for help on using the repository browser.