"Sympa + Postfix + Mysql + Apache2" Debianon
A lentiekben vazlatos log olvashato a (szerintem meltatlanul elhanyagolt) sympa levelezo rendszerrol a targyban megjelolt kornyezetben.
@root:
install sympa
apt-get install:
libappconfig-perl (version number)
libcompress-zlib-perl (version number)
libarchive-zip-perl (version number)
libfcgi-perl (version number)
libcgi-fast-perl (version number)
libcrypt-ciphersaber-perl (version number)
libintl-perl (version number)
libmd5-perl (version number)
libmsgcat-perl (version number)
libtemplate-perl (version number)
libxml-libxml-common-perl (version number)
libxml-namespacesupport-perl (version number)
libxml-sax-perl (version number)
libxml-libxml-perl (version number)
mhonarc (version number)
perl-suid (version number)
sympa (version number)
# Configuring sympa:
Language: hu
Hostname: site.hu
Listmaster: operator@site.hu
Do you want S/MIME authentication and encryption? Yes
Password: ********
WWSympa Interface? Yes
Database type: Mysql
DB Host: localhost
DB Name: sympa
DB User: sympa
DB Pass: ********
DB spec option: blank
DB root passwd: *********
Already configuread DB? No
WWSympa Install? Yes
Host: https://site.hu/wws
libapache2-mod-fastcgi (version number)
comment out /etc/apache2/conf.d/sympa contents
add apache virtualhost /etc/apache2/sites-available/www
ins: Alias /wwsicons /usr/share/sympa/icons (at 33)
ins: ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa.fcgi (at 34)
add /etc/postfix/main.cf
edit: mydestination = ..., site.hu, localhost (at 16)
ins: relay_domains = $mydestination, site.hu (at 23)
ins: transport_maps = regexp:/etc/postfix/transport_regexp (at 24)
ins: sympa_destination_recipient_limit = 1 (at 25)
ins: sympabounce_destination_recipient_limit = 1 (at 26)
add /etc/postfix/master.cf
ins: sympa unix - n n - - pipe (at 120)
ins: flags=R user=sympa argv=/usr/lib/sympa/bin/queue ${recipient} (at 121)
ins: sympabounce unix - n n - - pipe (at 122)
ins: flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${recipient} (at 123)
add /etc/postfix/transport_regexp
ins: /^.*\-owner@site\.hu$/ sympabounce: (at 1)
ins: /^.*\@site\.hu$/ sympa: (at 2)
/etc/init.d/postfix restart
/etc/init.d/sympa restart