1. after installation and setting up "testlist" my testusers do not get a mail, when i send a mail to the list "testlist", the listadministrator received the mail
2. on the website the 3 images are not displayed (phyton, mailman, gnu)
mailman is stored on my webserver in /var/lib/mailman i have copied the images to /var/lib/mailman/images
in mm_cfg.py i have added:
DEFAULT_HOST_NAME = 'hsbadhall.at' DEFAULT_URL = 'https://mail.hsbadhall.at/cgi-bin/mailman/' IMAGE_LOGOS = '/images/' USE_ENVELOPE_SENDER = 0 DEFAULT_SEND_REMINDERS = 0
MAILMAN_OWNER = '[EMAIL PROTECTED]' % DEFAULT_HOST_NAME
PUBLIC_ARCHIVE_URL = '/pipermail' PRIVATE_ARCHIVE_URL = '/var/lib/mailman/private'
and where should pipermail be???
and /apache-ssl/httpd.conf i have added:
ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/
Alias /pipermail/ /var/lib/mailman/archives/public/
<Directory /var/lib/mailman/archives>
Options +FollowSymlinks
</Directory>
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
