|
Mailman with ispCP, suexec
|
| Author |
Message |
FeG
Junior Member

Posts: 107
Group: Registered
Joined: Aug 2007
Status:
Offline
Reputation: 0
|
RE: Mailman with ispCP, suexec
Hi Smallserver,
And what happens after a update of ISPCP with this config?
I've updated from RC2c to RC3 to RC4 with this and never had any problems.
Greetings
FeG
|
|
| 03-31-2008 07:42 PM |
|
 |
kionchan
Junior Member

Posts: 11
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: Mailman with ispCP, suexec
with guide Setup Mailman, to me, donsn't work. I think that is for suexec...
this is report to suexec.log:
[2008-05-08 16:20:07]: uid: (vu2000/vu2000) gid: (vu2000/vu2000) cmd: php5-fcgi-starter
[2008-05-08 16:48:30]: uid: (vu2000/vu2000) gid: (vu2000/vu2000) cmd: php5-fcgi-starter
[2008-05-08 16:48:55]: uid: (0/root) gid: (38/38) cmd: admin
[2008-05-08 16:48:55]: cannot run as forbidden uid (0/admin)
any help??
|
|
| 05-09-2008 04:31 PM |
|
 |
FeG
Junior Member

Posts: 107
Group: Registered
Joined: Aug 2007
Status:
Offline
Reputation: 0
|
RE: Mailman with ispCP, suexec
Hi kionchan,
with guide Setup Mailman, to me, donsn't work. I think that is for suexec...
I suppose you mean the web interface of mailman? Are the mailinglists working?
Please post the content of /etc/apache2/sites-available/mailman.conf and the permissions of the directory /usr/lib/cgi-bin/mailman/
Greetings
FeG
|
|
| 05-09-2008 11:28 PM |
|
 |
kionchan
Junior Member

Posts: 11
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: Mailman with ispCP, suexec
I',m add a new user manually... with path /var/www/virtual/mailman. Inside I make a default page... anyone... but, to access to Mailman web config... I do:
http://www.domain.com/mailman/create or /listinfo.... or ...
The permissions of directori /usr/lib/cgi-bin/mailman/ is root.list
Think that you make a new mailman.conf without SUEXEC... for this workly all... but apache write in iscpc.conf *.domain.com... you have delete of template this option...
in /etc/postfix/main.cf, I add to end file this: relay_domains = listas.domain.com
#
# mailman Virtual Host Webinterface
#
<VirtualHost ip:80>
ServerAdmin root@dominio.com
DocumentRoot /var/www/virtual/mailman/htdocs
ServerName listas.dominio.com
ServerAlias listas.dominio.com
ErrorLog /var/log/apache2/listas.domain.com-error.log
CustomLog /var/log/apache2/listas.domain.com-access.log combined
Alias /pipermail /var/lib/mailman/archives/public/
Alias /images/mailman /usr/share/images/mailman/
<Directory /var/lib/mailman/archives/>
Options Indexes FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/virtual/mailman/htdocs>
# httpd dmn entry PHP support BEGIN.
# httpd dmn entry PHP support END.
Options -Indexes -Includes -FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /admin /usr/lib/cgi-bin/mailman/admin
ScriptAlias /admindb /usr/lib/cgi-bin/mailman/admindb
ScriptAlias /confirm /usr/lib/cgi-bin/mailman/confirm
# The create.html-file is a dummy-file so that no one can create new mailing lists via the webinterface
ScriptAlias /create /usr/lib/cgi-bin/mailman/create
#Alias /create /var/www/mailman/create.html
ScriptAlias /edithtml /usr/lib/cgi-bin/mailman/edithtml
ScriptAlias /listinfo /usr/lib/cgi-bin/mailman/listinfo
ScriptAlias /options /usr/lib/cgi-bin/mailman/options
ScriptAlias /private /usr/lib/cgi-bin/mailman/private
ScriptAlias /rmlist /usr/lib/cgi-bin/mailman/rmlist
ScriptAlias /roster /usr/lib/cgi-bin/mailman/roster
ScriptAlias /subscribe /usr/lib/cgi-bin/mailman/subscribe
ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/
</VirtualHost>
|
|
| 05-13-2008 04:25 PM |
|
 |
|
|