Hi folks, I have ISPconfig 3 running and would like to get Sympa running. Whilst the web management is only accessible via the physical server address rather than a VHOST since "suexecusergroup sympa sympa" is superseeded by "suexecusergroup webx clienty", I am now at a point, where i struggle with the email routing: Sympa requires an alias for <listname>@domain.org pointing at "|/usr/lib/sympa/lib/sympa/queue <listname>@<domain.org>". I tried to add a line to /etc/aliases and ran newaliases .. to no avail. I tried to enter an entry into the DB table mail_forwarding .. still nothing. The error logged in mail.info is status=bounced (unknown user: "|/usr/lib/sympa/lib/sympa/queue") Anyone out here who can help me with this please? Ideally someone, who has Sympa running in ISPconfig. Cheers, Stefan
I managed most of my Sympa installation. In ISPconfig3 create an Email Forward entry source: Code: <listname>@<domain> destination: Code: <listname>@localhost in /etc/aliases create Code: <listname> "|/usr/lib/sympa/lib/sympa/queue <listname>@<domain/robot>" run Code: newaliases lastly run Code: postfix reload That seems to work like a treat. Last thing is, that /wws (sympa webfrontend) deos not run in my virtual host, since it requires Code: suexec sympa sympa and not Code: suexec webX clientZ Cheers, Stefan