On 2006-05-12, Matthew Thomas Broadhead wrote: > Hi All, > > I recently rented a dedicated server which has courier installed as > the mail system, using SMTP authentication. > > I wondered if there was an easy way to set up a mailing list to all > users at one domain (e.g. [EMAIL PROTECTED]), restricting this email > address only to users at that domain who are authenticated to SMTP on > the server (i.e. only internal users). >
There is no such automatic "send to all possible users and aliases of a domain and let go through only mail which was received via authenticated SMTP of accounts which resides under that domain" address. You have to collect the mail addresses you which to have in the mailing list manually. Of course, if you use a specific authentication module, e.g. authpam you can write a small script which does this for you. There is a small but powerfull mailing list manager in the courier package, called couriermlm. When I understand you right, you want a discussion list, to which only subcribed persons should be able to post and you control who can join the list. So the relevant options for the options file of the couriermlm mailing list directory would be: --- POST=subscribers POSTARCHIVE=subscribers SUBSCRIBE=mod --- -- Georg ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
