| 
					
					
						
							
						
					
					
				 | 
				@ -6,30 +6,29 @@ https://www.sympa.community/manual/install/install-sympa-distribution-debian.htm | 
			
		
		
	
		
			
				 | 
				 | 
				https://wiki.evolix.org/HowtaptoSympa | 
				 | 
				 | 
				https://wiki.evolix.org/HowtaptoSympa | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				USE OF: postfix + postgresql + apache2 + fcgi  | 
				 | 
				 | 
				USE OF: postfix + postgresql + apache2 + fcgi  | 
			
		
		
	
		
			
				 | 
				 | 
				Rk: replace <SYMPA_PUBLIC_URL> according to your needs! | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				Rk: replace {{SYMPA_PUBLIC_URL}} and {{LISTMASTER}} according to your needs! | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				Rk: replace {{PUBLIC_URL}} and {{LISTMASTER}} according to your needs! | 
			
		
		
	
		
			
				 | 
				 | 
				``` | 
				 | 
				 | 
				``` | 
			
		
		
	
		
			
				 | 
				 | 
				SYMPA_PUBLIC_URL=listes.artcode.re | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				PUBLIC_URL=listes.artcode.re | 
			
		
		
	
		
			
				 | 
				 | 
				LISTMASTER=pvincent@artcode.re | 
				 | 
				 | 
				LISTMASTER=pvincent@artcode.re | 
			
		
		
	
		
			
				 | 
				 | 
				``` | 
				 | 
				 | 
				``` | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				* apt install -y postfix postgresql apache2 libapache2-mod-fcgid spawn-fcgi | 
				 | 
				 | 
				* apt install -y postfix postgresql apache2 libapache2-mod-fcgid spawn-fcgi | 
			
		
		
	
		
			
				 | 
				 | 
				  * domain: {{SYMPA_PUBLIC_URL}} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				  * domain: {{PUBLIC_URL}} | 
			
		
		
	
		
			
				 | 
				 | 
				* apt install -y sympa | 
				 | 
				 | 
				* apt install -y sympa | 
			
		
		
	
		
			
				 | 
				 | 
				  * db: postgresql | 
				 | 
				 | 
				  * db: postgresql | 
			
		
		
	
		
			
				 | 
				 | 
				  * pass: sympa | 
				 | 
				 | 
				  * pass: sympa | 
			
		
		
	
		
			
				 | 
				 | 
				  * web: apache2 | 
				 | 
				 | 
				  * web: apache2 | 
			
		
		
	
		
			
				 | 
				 | 
				  * setuid: no | 
				 | 
				 | 
				  * setuid: no | 
			
		
		
	
		
			
				 | 
				 | 
				* vim /etc/sympa/sympa/sympa.conf #  | 
				 | 
				 | 
				* vim /etc/sympa/sympa/sympa.conf #  | 
			
		
		
	
		
			
				 | 
				 | 
				  * listmaster: <LISTMASTER> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				  * listmaster: {{LISTMASTER}} | 
			
		
		
	
		
			
				 | 
				 | 
				  * lang: fr | 
				 | 
				 | 
				  * lang: fr | 
			
		
		
	
		
			
				 | 
				 | 
				  * wwsympa_url:     http://{{SYMPA_PUBLIC_URL}}/wws | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				  * wwsympa_url:     http://{{PUBLIC_URL}}/wws | 
			
		
		
	
		
			
				 | 
				 | 
				* a2enmod rewrite proxy_fcgi | 
				 | 
				 | 
				* a2enmod rewrite proxy_fcgi | 
			
		
		
	
		
			
				 | 
				 | 
				* vim /etc/apache2/sites-available/sympa.conf | 
				 | 
				 | 
				* vim /etc/apache2/sites-available/sympa.conf | 
			
		
		
	
		
			
				 | 
				 | 
				  ``` | 
				 | 
				 | 
				  ``` | 
			
		
		
	
		
			
				 | 
				 | 
				  <VirtualHost *:80> | 
				 | 
				 | 
				  <VirtualHost *:80> | 
			
		
		
	
		
			
				 | 
				 | 
				      ServerName {{SYMPA_PUBLIC_URL}} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      ServerName {{PUBLIC_URL}} | 
			
		
		
	
		
			
				 | 
				 | 
				      RewriteEngine On | 
				 | 
				 | 
				      RewriteEngine On | 
			
		
		
	
		
			
				 | 
				 | 
				      RewriteRule ^/$ /wws [R] | 
				 | 
				 | 
				      RewriteRule ^/$ /wws [R] | 
			
		
		
	
		
			
				 | 
				 | 
				      <Location /wws> | 
				 | 
				 | 
				      <Location /wws> | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |