Hey perhaps your could use this example from http://www.math.temple.edu/doc/packages/mailman/FAQ
***************************** How do I accept all addresses from a particular domain? See also <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.032.htp> Q: If I want postings from all non-members at a particular domain to be accepted, how do I go about doing that without adding them each individually? A: It's in the instructions in the list admin interface. Go to the Privacy Options > Sender Filters. For "List of non-member addresses whose postings should be automatically accepted." it says: Add member addresses one per line; start the line with a ^ character to designate a regular expression match. For Python RegEx see: http://www.python.org/doc/current/lib/module-re.html Well, here's an example: [EMAIL PROTECTED]@example\.com$ This tells Mailman to accept Emails received by any sender from example.com - no matter if the one's subscribed or not. Edit this entry / Log info / Last changed on Tue Jun 29 17:47:52 2004 by Brad Knowles *************************** --- Charles Lacroix <[EMAIL PROTECTED]> escribió: > Hi, thanks for not responding :) > > it was a friday afternoon question as i found a > solution to my problem with > mysql " DEFAULT_DOMAIN " configuration. With this > everything i need is > possible. > > thanks for the placebo effect this list had on me > last friday :) > > later, > Charles > > On Friday 28 July 2006 16:09, Charles Lacroix wrote: > > Hello, > > > > here is what i am trying to do. > > > > I got a bunch of users to migrate to authmysql for > this server but since i > > don't have there old shadow passwords, i need to > migrate this gradually. > > > > So what i had in mind was to use the stacking > authentication that courier > > authlib offers. So 1st, try to authenticate to > mysql, if not fall back to > > authpam, than authuserdb. > > > > the problem i have is my users in /etc/passwd > cannot have a @ in them and > > since i will be hosting multiple domain names, i > need to authentify with > > full email address. > > > > So i was wondering is what is the easiest to get > this working. > > > > My first idea was to strip domain part when i > authenticate against pam. > > I haven't found any way to do this yet. > > > > My second options was to put these users in userdb > but will i be able to > > use my old password database. > > > > All this will be only for 1 domain, since the > other domains are already in > > userdb elsewhere. > > > > Thanks for helping me out. > > -- > Charles Lacroix, Administrateur UNIX. > Service des télécommunications et des technologies > Cégep de Sainte-Foy > (418) 659-6600 # 4266 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get > the chance to share your > opinions on IT & business topics through brief > surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > courier-users mailing list > [email protected] > Unsubscribe: > https://lists.sourceforge.net/lists/listinfo/courier-users > __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
