-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Edwin Culp Williams wrote:
> I've been using couriermlm happily for several years but now need  
> something with a webbased frontend.  Mailman seems to be the choice of  
> the day but looking at the configuration, courier-mta was not taken  
> into consideration.  I would sure like to find a howto for  
> courier/mailman but have only found postfix and exim.  Does anyone  
> know of one or could share their esperiences and alias solution that I  
> assume is solved with dot courier files.  I'm assuming that they need  
> to be created for each mailling list manually more or less like  
> couriermlm but if not it would be great to find out.
> 
We use the following little shellscript; do a
cd /etc/courier/aliasdir
then call it:

- -------- begin --------
#!/bin/sh
if [ "x$1" = "x" ]; then
  echo "Syntax: $0 {mailinglist-name}"
  exit 1
fi

for i in admin bounces confirm join leave owner request subscribe unsubscribe; 
do
  echo "|/usr/lib/mailman/mail/mailman $i $1" > .courier-$1-$i
done

echo "|/usr/lib/mailman/mail/mailman post $1" > .courier-$1
- -------- end --------

hth,
- --
Martin Schuster  <[EMAIL PROTECTED]>
CenterPoint      http://www.centerpoint.eu.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE+9US8/HiHhT8phIRAgqoAJ9Aa6VfVMrlksMV0e2871jNJlj9TgCgiN2m
dA9Kl+Ko55znL92i6buGQII=
=YfNN
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
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

Reply via email to