Skip to Content.
Sympa Menu

en - [sympa-users] Virtual config with Postfix: list foo not found

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Denny Schierz <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Virtual config with Postfix: list foo not found
  • Date: Wed, 16 Jan 2013 13:41:35 +0100

hi,
Info:

Debian Squeeze
Sympa installed via aptitude
Apache2 with suexec

I've tried the howto http://www.sympa.org/manual/virtual-hosts but, I think I
don't understand it correct.

I have a main list domain lists.domain.foo and it is working. Now I want to
have subdomain lists, for example lists.sub.domain.foo. I created a Apache
Vhost config, which is nearly the same, like the main config, except the
"ServerName". It seems to be working too. Also Postfix redirect the mails to
the Sympa service, but all I get is "list foo doesn't exist". One thing is,
that I don't know, if the new robot file is used, I've created:

# cat /etc/sympa/lists.sub.domain.foo/robot.conf
http_host lists.sub.domain.foo
http_host lists.sub.domain.foo/wws
listmaster address@concealed

The listmaster address isn't used (the listmaster in sympa.conf is used) , so
it seems, that this robot config is not working. Also the configuration path
I had to create (how the howto says)
/var/lib/sympa/list_data/lists.sub.domain.foo is empty and
/var/lib/sympa/lists.sub.domain.foo too.

Postfix:

/etc/postfix/virtual_regexp:

/^(.*)-owner\@(.*)$/ $1+owner@$2

/etc/postfix/transport_regexp

/^.*+owner\@lists\.domain\.foo$/ sympabounce:
/^.*\@lists\.domain\.oo$/ sympa:
/^.*+owner\@lists\.sub\.domain\.foo$/ sympabounce:
/^.*\@lists\.sub\.domain\.foo$/ sympa:

/etc/postfix/relay_domains

lists.domain.foo OK
lists.sub.domain.foo OK


Apache2:

/etc/apache2/sites-enabled/lists.sub.domain.foo
<VirtualHost *:80>
ServerName lists.lists.sub.domain.foo
Alias /static-sympa /var/lib/sympa/static_content
Alias /wwsicons /usr/share/sympa/icons
#ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa.fcgi
ScriptAlias /wws /var/www/sympa/wwsympa.fcgi
SuexecUserGroup sympa sympa

<Location /wws>
SetHandler fcgid-script
</Location>

<Location /static-sympa>
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Location>

</VirtualHost>


What could be the reason? Any suggestions?

cu denny


  • [sympa-users] Virtual config with Postfix: list foo not found, Denny Schierz, 01/16/2013

Archive powered by MHonArc 2.6.19+.

Top of Page