Hello, I have to configure mailman and do this for the first time. It was not so obvious to find the SuSE doc, so I copied it to the wiki here: http://en.opensuse.org/Mailman That said, I have followed all the steps and do not know where is mailman :-) I mean, how can I find mailman from the web? the first step of the instructions is: 1) in /etc/sysconfig/mailman tweak the parameters MAILMAN_SMTPHOST MAILMAN_DEFAULT_NNTP_HOST MAILMAN_DEFAULT_EMAIL_HOST MAILMAN_DEFAULT_URL_HOST MAILMAN_VIRTUAL_HOSTS and run "SuSEconfig -module mailman". my host is culte.org, so did I write in the file (same for all) but I let empty the VIRTUAL_HOSTS part, because I don't know what to write there. May I add myself a virtual mailman directory? the default /etc/apache2/conf.d/mailman.conf file is (and I don't see any ServerRoot): ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ Alias /mailmanicons/ /usr/lib/mailman/icons/ Alias /pipermail/ /var/lib/mailman/archives/public/ <Directory /usr/lib/mailman/cgi-bin> order allow,deny allow from all </Directory> <Directory /usr/lib/mailman/icons> order allow,deny allow from all </Directory> <Directory /var/lib/mailman/archives/> Options +FollowSymLinks order allow,deny allow from all </Directory> thanks jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org