Mailman.. relative/absolute path issue???

Jeffrey Goldberg jeffrey at goldmark.org
Mon Apr 16 17:38:55 UTC 2007


On Apr 16, 2007, at 10:50 AM, David Southwell wrote:

> When I checked the properties for each of the three icons at the  
> bottom of the
> mail list creation page I found that the sought path is, for example:
> http://www.vizion2000.net/usr2/virtualwebs/icons/PythonPowered.png
> but should be
> /usr2/virtualwebs/icons/PythonPowered.png
>
> The relevant line in mm_cfg.py
> IMAGE_LOGOS = '/usr2/virtualwebs/icons/'

Did you see my answer to this before?

Leave IMAGE_LOGOS to the default setting

   IMAGE_LOGOS = '/icons/'

And in your Apache configuration file for each virtual host that will  
have mailman (or set for all by specifying it outside of any  
particular Virtual declaration

  Alias /icons  /real/path/to/where/the/mailman/icons/are


If you also want to use icons that aren't part of mailman and wish to  
keep them separate then you can use

   IMAGE_LOGOS = '/mm-icons/'

And

   Alias /mm-icons  /real/path/to/where/the/mailman/icons/are

-j



More information about the freebsd-ports mailing list